diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-04 22:51:25 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-04 22:51:25 +0000 |
commit | af006b8f0ebd602cf62c8608a7a0b061f9d2c0f6 (patch) | |
tree | c6d5e77d9aff5522c00a52d8cde4c85372765318 /sys/arch/i386/conf/GENERIC | |
parent | 05babea2ba5e6342c76314124c81569931b0367d (diff) |
New USB mass storage driver. Improvements: Uses asynchronous USB requests,
supports more transport protocols (bulk-only and CBI), supports more command
sets (SCSI and ATAPI); from NetBSD. Not yet tested.
Diffstat (limited to 'sys/arch/i386/conf/GENERIC')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 163879a752a..edf2ce6e156 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.171 2000/04/03 21:14:13 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.172 2000/04/04 22:51:24 aaron Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -84,6 +84,7 @@ pcmcia* at pcic? controller ? socket ? # USB Mass Storage devices #umass* at uhub? port ? configuration ? interface ? +#atapiscsi* at umass? #scsibus* at umass? # USB Audio |