ticso 2003/04/14 07:28:18 PDT
FreeBSD src repository
Modified files:
sys/dev/usb umass.c
Log:
Use a sim for each device on it's own instead of one for all umass
devices.
This reduces complexity and fixes a number of small problems.
Approved by: gallatin (mentor)
Reviewed by: njl
Revision Changes Path
1.80 +62 -145 src/sys/dev/usb/umass.c