Re: Question about device.hints man page

2002-08-26 Thread Craig Rodrigues
On Mon, Aug 26, 2002 at 11:18:36AM +1000, Bruce Evans wrote: > > It seems to be proper for disabling acpi itself (see dev/acpica/acpi.c) > but not its loading. So to fully disable acpica, you have to do something > like: > > hint.acpi.0.disable="I prefer not to use code that (mis)uses !gete

Re: Question about device.hints man page

2002-08-25 Thread Bruce Evans
On Sun, 25 Aug 2002, David O'Brien wrote: > On Sun, Aug 25, 2002 at 12:43:44PM -0400, Mike Barcroft wrote: > > Craig Rodrigues <[EMAIL PROTECTED]> writes: > > > device.hints.5: > > > $FreeBSD: src/share/man/man5/device.hints.5,v 1.3 2002/08/09 06:07:33 >obrien Exp $ > > > I would like to su

Re: Question about device.hints man page

2002-08-25 Thread Jan Stocker
> The following example disables the ACPI driver > >hint.acpi.0.disable="1" My man page doest have this example (but is is some days older), but a look to Twoflower# grep "disable" /sys/i386/conf/GENERIC.hints hint.apm.0.disabled="1" hint.pcic.1.disabled="1" hint.sio.2.disa

Re: Question about device.hints man page

2002-08-25 Thread Mike Barcroft
David O'Brien <[EMAIL PROTECTED]> writes: > On Sun, Aug 25, 2002 at 12:43:44PM -0400, Mike Barcroft wrote: > > Craig Rodrigues <[EMAIL PROTECTED]> writes: > > > device.hints.5: > > > $FreeBSD: src/share/man/man5/device.hints.5,v 1.3 2002/08/09 06:07:33 >obrien Exp $ > > > I would like to sub

Re: Question about device.hints man page

2002-08-25 Thread David O'Brien
On Sun, Aug 25, 2002 at 12:54:01PM -0400, Craig Rodrigues wrote: > On Sun, Aug 25, 2002 at 05:49:38PM +0200, Jan Stocker wrote: > > > > > The following example disables the ACPI driver > > >hint.acpi.0.disable="1" > > > > My man page doest have this example (but is is some days

Re: Question about device.hints man page

2002-08-25 Thread David O'Brien
On Sun, Aug 25, 2002 at 12:43:44PM -0400, Mike Barcroft wrote: > Craig Rodrigues <[EMAIL PROTECTED]> writes: > > device.hints.5: > > $FreeBSD: src/share/man/man5/device.hints.5,v 1.3 2002/08/09 06:07:33 obrien >Exp $ > > I would like to submit the following trivial patch: > > > > > > --- d

Re: Question about device.hints man page

2002-08-25 Thread Mike Barcroft
Craig Rodrigues <[EMAIL PROTECTED]> writes: > device.hints.5: > $FreeBSD: src/share/man/man5/device.hints.5,v 1.3 2002/08/09 06:07:33 obrien >Exp $ > > > I would like to submit the following trivial patch: > > > --- device.hints.5.orig Sun Aug 25 12:52:02 2002 > +++ device.hints.5

Re: Question about device.hints man page

2002-08-25 Thread Craig Rodrigues
On Sun, Aug 25, 2002 at 05:49:38PM +0200, Jan Stocker wrote: > > > The following example disables the ACPI driver > > > >hint.acpi.0.disable="1" > > My man page doest have this example (but is is some days older), but a > look to > > Twoflower# grep "disable" /sys/i386/conf/G