diff options
author | 2011-01-06 07:28:45 +0000 | |
---|---|---|
committer | 2011-01-06 07:28:45 +0000 | |
commit | db69819500581d2a33b8c74db2b32ca63df9b9e2 (patch) | |
tree | 457853b7c34b795ac99d97ee9b5174e4d6d0d0c1 | |
parent | "athn* at uhub? port ?" (diff) | |
download | wireguard-openbsd-db69819500581d2a33b8c74db2b32ca63df9b9e2.tar.xz wireguard-openbsd-db69819500581d2a33b8c74db2b32ca63df9b9e2.zip |
enable athn at uhub
-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 4905624a876..4435a658545 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.705 2011/01/04 21:17:49 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.706 2011/01/06 07:28:45 damien Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -294,6 +294,7 @@ ural* at uhub? # Ralink RT2500USB rum* at uhub? # Ralink RT2501USB/RT2601USB run* at uhub? # Ralink RT2700U/RT2800U/RT3000U otus* at uhub? # Atheros AR9001U +athn* at uhub? # Atheros AR9002U zyd* at uhub? # Zydas ZD1211 upgt* at uhub? # Conexant/Intersil PrismGT SoftMAC USB urtw* at uhub? # RealTek 8187 |