diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-31 22:11:38 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-31 22:11:38 +0000 |
commit | f34e4a5298b99db3fc0e4e8d25595aff668bbf60 (patch) | |
tree | 45d18b5d68a6a68d35d77e36ae45b1e811f0779c /sys/arch/i386/conf | |
parent | 8627955efd7098c8e51a5b6fc68fcbe99ae5ddc0 (diff) |
Add support for USB Mass Storage devices; e.g., USB Zip Drives. UNTESTED.
From NetBSD.
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 23aea71090a..dc1386b9078 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.166 2000/03/28 19:37:45 aaron Exp $ +# $OpenBSD: GENERIC,v 1.167 2000/03/31 22:11:37 aaron Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -79,9 +79,13 @@ pcmcia* at pcic? controller ? socket ? # USB Generic HID devices #uhid* at uhub? port ? configuration ? interface ? -# USB Printer +# USB Printers #ulpt* at uhub? port ? configuration ? interface ? +# USB Mass Storage devices +#umass* at uhub? port ? configuration ? interface ? +#scsibus* at umass? + # USB Audio #uaudio* at uhub? port ? configuration ? |