diff options
author | n_hibma <n_hibma@FreeBSD.org> | 2000-05-07 18:37:13 +0000 |
---|---|---|
committer | n_hibma <n_hibma@FreeBSD.org> | 2000-05-07 18:37:13 +0000 |
commit | 371920811f48f92f5908ed1ce3ba680f773f908d (patch) | |
tree | 95ec6d6714c753d1457d00c516c2f0bd2570d407 /sys/dev | |
parent | d39c1e880e18aa7b357fdc7cd672c18a2f55290c (diff) | |
download | FreeBSD-src-371920811f48f92f5908ed1ce3ba680f773f908d.zip FreeBSD-src-371920811f48f92f5908ed1ce3ba680f773f908d.tar.gz |
Add a define for the Zip 250
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/usb/umass.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/umass.c b/sys/dev/usb/umass.c index 4a0256d..0fbf2a5 100644 --- a/sys/dev/usb/umass.c +++ b/sys/dev/usb/umass.c @@ -272,7 +272,8 @@ struct umass_softc { unsigned char drive; # define DRIVE_GENERIC 0 /* use defaults for this one */ # define ZIP_100 1 /* to be used for quirks */ -# define SHUTTLE_EUSB 2 +# define ZIP_250 2 /* to be used for quirks */ +# define SHUTTLE_EUSB 3 unsigned char quirks; /* The drive does not support Test Unit Ready. Convert to |