diff options
author | 2015-06-04 22:14:51 +0000 | |
---|---|---|
committer | 2015-06-04 22:14:51 +0000 | |
commit | b17465bea8edfca6ca46b5d58482734ad3abb2f0 (patch) | |
tree | 1e7b6f571be6f90a8f4fcff4b041b17260345526 | |
parent | Enable rtwn(4) on amd64. (diff) | |
download | wireguard-openbsd-b17465bea8edfca6ca46b5d58482734ad3abb2f0.tar.xz wireguard-openbsd-b17465bea8edfca6ca46b5d58482734ad3abb2f0.zip |
enable rtwn(4) on i386
-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 0db97d2fdbb..a9b855d16a2 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.798 2015/05/30 18:14:08 jsg Exp $ +# $OpenBSD: GENERIC,v 1.799 2015/06/04 22:14:51 stsp Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -623,6 +623,7 @@ ral* at pci? # Ralink RT2500/RT2501/RT2600 ral* at cardbus? # Ralink RT2500/RT2501/RT2600 rtw* at pci? # Realtek 8180 rtw* at cardbus? # Realtek 8180 +rtwn* at pci? # Realtek 8188CE/8192CE pgt* at pci? # Prism54 (only full-mac varients) pgt* at cardbus? # Prism54 (only full-mac varients) malo* at pci? # Marvell Libertas |