DragonFly BSD
DragonFly commits List (threaded) for 2004-03
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/dev/usbmisc/umass umass.c


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 14 Mar 2004 21:45:19 -0800 (PST)

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



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