diff options
author | 2010-11-06 12:24:28 +0000 | |
---|---|---|
committer | 2010-11-06 12:24:28 +0000 | |
commit | 82c954e1235bf3140890a7eb3852331940db53bd (patch) | |
tree | 3b12eb06f82b2be47427af6ea2ee60c61963db35 /sys | |
parent | list a newly supported device (diff) | |
download | wireguard-openbsd-82c954e1235bf3140890a7eb3852331940db53bd.tar.xz wireguard-openbsd-82c954e1235bf3140890a7eb3852331940db53bd.zip |
urtwn(4) works on sparc64 too.
committed from my Sun Blade 1500 with the HWNUp-150.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index ba108e7a778..272250827b1 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.258 2010/09/26 20:39:08 miod Exp $ +# $OpenBSD: GENERIC,v 1.259 2010/11/06 12:24:28 damien Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -226,6 +226,7 @@ mos* at uhub? # MOSCHIP MCS7730/7830 10/100 Ethernet upl* at uhub? # Prolific PL2301/PL2302 host-to-host `network' ural* at uhub? # Ralink RT2500USB uath* at uhub? # Atheros AR5005UG/AR5005UX +urtwn* at uhub? # Realtek RTL8188CU/RTL8192CU rum* at uhub? # Ralink RT2501USB/RT2601USB run* at uhub? # Ralink RT2700U/RT2800U/RT3000U zyd* at uhub? # Zydas ZD1211 |