1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

The completely rewritten USB Mass Storage driver. It supports the following

devices:

Tested:
   Zip 100 USB drive
   Y-E Data USB floppy drive

Untested: (let me know whether or not it works!)
   TEAC USB floppy drive
   Zip 250 USB drive
This commit is contained in:
Nick Hibma 2000-03-18 17:33:41 +00:00
parent 5d6f1468bb
commit bc51947397
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=58237
2 changed files with 2217 additions and 456 deletions

File diff suppressed because it is too large Load Diff

View File

@ -364,8 +364,8 @@ typedef struct {
#define USUBCLASS_SCSI 6
#define UPROTO_MASS_CBI_I 0
#define UPROTO_MASS_CBI 1
#define UPROTO_MASS_BULK 2
#define UPROTO_MASS_BULK_P 80 /* 'P' for the Iomega Zip drive */
#define UPROTO_MASS_BBB 2
#define UPROTO_MASS_BBB_P 80 /* 'P' for the Iomega Zip drive */
#define UCLASS_HUB 9
#define USUBCLASS_HUB 0
#define UCLASS_DATA 10