diff options
author | Stefan Sperling <stsp@cvs.openbsd.org> | 2015-06-04 22:14:52 +0000 |
---|---|---|
committer | Stefan Sperling <stsp@cvs.openbsd.org> | 2015-06-04 22:14:52 +0000 |
commit | 39fc8bd43aa1f38d15556bbbe6fc16ca28757aae (patch) | |
tree | acc09b21185c25e9d2f95a6dc1f20269602dc321 /sys/arch/i386/conf | |
parent | c97fbe442670e06c35bfe85e677cae2c7472fdce (diff) |
enable rtwn(4) on i386
Diffstat (limited to 'sys/arch/i386/conf')
-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 |