cvs commit: src/sys/dev/usbmisc/umass umass.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Jun 13 18:10:57 PDT 2007
dillon 2007/06/13 18:10:25 PDT
DragonFly src repository
Modified files:
sys/dev/usbmisc/umass umass.c
Log:
xpt_bus_deregister() never returns 0, don't test for it.
Assert that the sim is attached if a backend sim function is called,
because cam_sim_free() now replaces the functions when the sim is
detached.
Revision Changes Path
1.22 +3 -9 src/sys/dev/usbmisc/umass/umass.c
http://www.dragonflybsd.org/cvsweb/src/sys/dev/usbmisc/umass/umass.c.diff?r1=1.21&r2=1.22&f=u
More information about the Commits
mailing list