diff options
author | Stefan Sperling <stsp@cvs.openbsd.org> | 2015-06-04 21:29:07 +0000 |
---|---|---|
committer | Stefan Sperling <stsp@cvs.openbsd.org> | 2015-06-04 21:29:07 +0000 |
commit | c97fbe442670e06c35bfe85e677cae2c7472fdce (patch) | |
tree | 34b1b67d2af2bdedb7028a4b09f1893665034c94 /sys/arch/amd64/conf | |
parent | 39b48846934c35ef067d326ee6c69439e2a1dc6d (diff) |
Enable rtwn(4) on amd64.
Diffstat (limited to 'sys/arch/amd64/conf')
-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 |