Re: CVS commit: src/sys/dev/pci

2010-12-11 Thread Matt Thomas
On Dec 11, 2010, at 11:02 AM, David Young wrote: > On Sat, Dec 11, 2010 at 06:25:02PM +, Matt Thomas wrote: >> Module Name: src >> Committed By:matt >> Date:Sat Dec 11 18:25:02 UTC 2010 >> >> Modified Files: >> src/sys/dev/pci: ppb.c >> >> Log Message: >> On pow

Re: CVS commit: src/share/man/man7

2010-12-11 Thread Jukka Ruohonen
On Sat, Dec 11, 2010 at 06:43:34PM -0800, Paul Goyette wrote: > Other than the rather generic description that existed in the older > lkm(4) man page, I'm not sure what we could add. I'm not even totally > convinced that we need to add anything... In addition to the generic information in the o

re: CVS commit: src/share/man/man7

2010-12-11 Thread Paul Goyette
On Sun, 12 Dec 2010, matthew green wrote: Log Message: Point to module(9) instead of modctl(8). We really need module(4) (not 9) like lkm(4)... don't we need both? one for the in-kernel APIs, and one for how to the user<->kern API works? Er, yes, we need both. And we actually have both

re: CVS commit: src/share/man/man7

2010-12-11 Thread matthew green
> > Log Message: > > Point to module(9) instead of modctl(8). > > We really need module(4) (not 9) like lkm(4)... don't we need both? one for the in-kernel APIs, and one for how to the user<->kern API works? .mrg.

Re: CVS commit: src/share/man/man7

2010-12-11 Thread Paul Goyette
On Sat, 11 Dec 2010, Jukka Ruohonen wrote: On Sun, Dec 12, 2010 at 05:07:05AM +0900, Izumi Tsutsui wrote: Log Message: Point to module(9) instead of modctl(8). We really need module(4) (not 9) like lkm(4)... Agreed. Another question is the ever so terrible sysctl(7). (I think it should be s

Re: CVS commit: src/share/man/man7

2010-12-11 Thread Jukka Ruohonen
On Sun, Dec 12, 2010 at 05:07:05AM +0900, Izumi Tsutsui wrote: > > Log Message: > > Point to module(9) instead of modctl(8). > > We really need module(4) (not 9) like lkm(4)... Agreed. Another question is the ever so terrible sysctl(7). (I think it should be split, but I don't have a clear plan o

Re: CVS commit: src/share/man/man7

2010-12-11 Thread Izumi Tsutsui
> Log Message: > Point to module(9) instead of modctl(8). We really need module(4) (not 9) like lkm(4)... --- Izumi Tsutsui

Re: CVS commit: src/sys/dev/pci

2010-12-11 Thread David Young
On Sat, Dec 11, 2010 at 06:25:02PM +, Matt Thomas wrote: > Module Name: src > Committed By: matt > Date: Sat Dec 11 18:25:02 UTC 2010 > > Modified Files: > src/sys/dev/pci: ppb.c > > Log Message: > On powerpc, recognize PCI Express RC root bridges. Why does this need to be #if