cvs commit: src/sys/dev/usbmisc/umass umass.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Sun Mar 14 21:45:59 PST 2004
dillon 2004/03/14 21:45:19 PST
DragonFly src repository
Modified files:
sys/dev/usbmisc/umass umass.c
Log:
When detaching UMASS, abort all the pipes before detaching the sim. Note
sim detachment path is: umass_cam_detach_sim -> xpt_bus_deregister ->
cam_sim_free. If there is anything pending as of the cam_sim_free() bad
things will happen.
Revision Changes Path
1.11 +16 -2 src/sys/dev/usbmisc/umass/umass.c
http://www.dragonflybsd.org/cvsweb/src/sys/dev/usbmisc/umass/umass.c.diff?r1=1.10&r2=1.11&f=h
More information about the Commits
mailing list