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
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
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
> > 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.
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
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
> Log Message:
> Point to module(9) instead of modctl(8).
We really need module(4) (not 9) like lkm(4)...
---
Izumi Tsutsui
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