cvs commit: src/sys/i386/i386 bios.c

M. Warner Losh imp at bsdimp.com
Wed Jun 16 03:03:22 GMT 2004


In message: <200406152008.50656.jhb at FreeBSD.org>
            John Baldwin <jhb at freebsd.org> writes:
: On Monday 14 June 2004 10:12 pm, Nate Lawson wrote:
: > njl         2004-06-15 02:12:12 UTC
: >
: >   FreeBSD src repository
: >
: >   Modified files:
: >     sys/i386/i386        bios.c
: >   Log:
: >   We only need the devclass_find() result, not the softc.
: 
: The devclass still exists if there is no acpi0 device due to 'set 
: hint.acpi.0.disabled=1'.  Perhaps devclass_get_device() is more appropriate 
: than devclass_get_softc() though.

The hint is insufficient to create the devclass, I believe.  It exists
because there's a node in the tree or could be a node in the tree.
devclass_get_device() and checking to see if it is attached might be
even better.

Warner


More information about the cvs-src mailing list