Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/dev/ppbus



Module Name:    src
Committed By:   dyoung
Date:           Sat Nov  7 00:05:49 UTC 2009

Modified Files:
        src/sys/dev/ppbus: ppbus_conf.c

Log Message:
Don't deactivate a child before detaching it, that's not necessary.

Don't take a device off of the ppbus(4)'s list of children in the
detach routine, but add a child-detachment hook that does it for
us.  As a nice side-effect, we can probably detach ppbus(4) children
with drvctl(8), now.

Compile-tested, only.

XXX Does anybody even use ppbus(4)?  It's not even in the ALL
XXX configuration for i386!


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/dev/ppbus/ppbus_conf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index