diff options
author | 2015-06-04 21:29:06 +0000 | |
---|---|---|
committer | 2015-06-04 21:29:06 +0000 | |
commit | 4a6a25597ee06060019f6467767658e7049dddf5 (patch) | |
tree | d3ac648f15f3f4da732d282958c665b835c5b2ff | |
parent | attach rtwn at pci (diff) | |
download | wireguard-openbsd-4a6a25597ee06060019f6467767658e7049dddf5.tar.xz wireguard-openbsd-4a6a25597ee06060019f6467767658e7049dddf5.zip |
Enable rtwn(4) on amd64.
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 1748735177c..0746ae97c9f 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.388 2015/05/30 18:14:08 jsg Exp $ +# $OpenBSD: GENERIC,v 1.389 2015/06/04 21:29:06 stsp Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -486,6 +486,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 |