diff options
author | 2000-04-15 17:32:42 +0000 | |
---|---|---|
committer | 2000-04-15 17:32:42 +0000 | |
commit | a9f8c4765b6228bc7aa57b962889ff2d2e34fa89 (patch) | |
tree | 70f8b6cdb492d4630b0edd5c1984a3f626c76004 | |
parent | - `coexist', not `co-exist'; it's not hyphenated. (diff) | |
download | wireguard-openbsd-a9f8c4765b6228bc7aa57b962889ff2d2e34fa89.tar.xz wireguard-openbsd-a9f8c4765b6228bc7aa57b962889ff2d2e34fa89.zip |
comment out USB ethernet adapters (orphaned otherwise)
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index c50d637e71d..d9e8a1b9a58 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.178 2000/04/14 15:59:41 aaron Exp $ +# $OpenBSD: GENERIC,v 1.179 2000/04/15 17:32:42 jakob Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -103,9 +103,9 @@ pcmcia* at pcic? controller ? socket ? #uaudio* at uhub? port ? configuration ? # USB Ethernet adapters -#aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters -#cue* at uhub? port ? # CATC USB-EL1201A based adapters -#kue* at uhub? port ? # Kawasaki KL5KUSB101B based adapters +aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters +cue* at uhub? port ? # CATC USB-EL1201A based adapters +kue* at uhub? port ? # Kawasaki KL5KUSB101B based adapters # USB Generic driver #ugen* at uhub? port ? configuration ? interface ? |