diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 1999-09-19 16:38:43 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 1999-09-19 16:38:43 +0000 |
commit | 3af56c62968761066be0fc28caa8b939d4ef1bd0 (patch) | |
tree | 1544904f0f0757ff8c367f79f230904afbb41016 /sys | |
parent | cba8dae6e27ff4b3f26f3cf822bc743016e0552f (diff) |
Remove umass to avoid problems since the driver is not yet in the tree.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 39f92981587..7f29c1d7d51 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.129 1999/09/13 13:08:13 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.130 1999/09/19 16:38:42 fgsch Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -78,10 +78,6 @@ pcmcia* at pcic? controller ? socket ? # USB Generic HID devices #uhid* at uhub? port ? configuration ? interface ? -# USB Mass Storage -#umass* at uhub? port ? configuration ? interface ? -#scsibus* at umass? channel ? - # USB Generic driver #ugen* at uhub? port ? configuration ? interface ? |