Subject: Re: Boot properties, take 3
To: Stephen Borrill <netbsd@precedence.co.uk>
From: Jared D. McNeill <jmcneill@invisible.ca>
List: tech-kern
Date: 06/19/2007 18:19:02
On 19-Jun-07, at 12:27 PM, Stephen Borrill wrote:
> On Tue, 19 Jun 2007, Manuel Bouyer wrote:
>> This looks very good. Thanks !
>>
>> With this we should probably be able to drop i386 GENERIC_NOACPI.
>> If we can also set some sysctl values from boot/userconf, we
>> should also
>> be able to drop GENERIC_LAPTOP and INSTALL_LAPTOP !
>
> Can we make PCI_*_FIXUP userconf options instead compile time?
I just made this work. It will be in the next bootprops patch. The
nice part is that if you don't override the value in the bootprops
dictionary, it will select the default (enabled or disabled) based on
the compile-time kernel option.
Cheers,
Jared