diff options
author | Damien Bergamini <damien@cvs.openbsd.org> | 2010-11-06 12:24:29 +0000 |
---|---|---|
committer | Damien Bergamini <damien@cvs.openbsd.org> | 2010-11-06 12:24:29 +0000 |
commit | a6a2c73da75eef5221e4ad75f5d59166593ef1fe (patch) | |
tree | 100b769b3595ccee42d03deb47c7a2d46b08fdeb /sys/arch/sparc64/conf/GENERIC | |
parent | a342785bfa7c704f3b9b0dd41d3ec3e058de7bbc (diff) |
urtwn(4) works on sparc64 too.
committed from my Sun Blade 1500 with the HWNUp-150.
Diffstat (limited to 'sys/arch/sparc64/conf/GENERIC')
-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 |