cvs commit: src/sys/pci if_sis.c if_sisreg.h

M. Warner Losh imp at bsdimp.com
Wed Sep 3 18:41:07 PDT 2003


In message: <200309030740.h837e4qS056204 at repoman.freebsd.org>
            Poul-Henning Kamp <phk at FreeBSD.org> writes:
:   We can't update the device description in attach (why not ?), so
:   we device_print() what we find.

You can.  However, we use the description after PROBE, and changing it
in attach doesn't cause us to go back and unprint it, so it does
little good.  We could fix this, and the resource allocation issues,
by printing things after a successful attach, but that would likely
confuse people.

Warner


More information about the cvs-src mailing list