diff options
author | Stefan Sperling <stsp@cvs.openbsd.org> | 2015-02-06 20:05:49 +0000 |
---|---|---|
committer | Stefan Sperling <stsp@cvs.openbsd.org> | 2015-02-06 20:05:49 +0000 |
commit | ca84479109f3c0789dde326aae4cf08af81d72bf (patch) | |
tree | 1de10c663269a48c8a63d583450d6983a0b80a95 /sys/arch/i386 | |
parent | 958b84fa372b69884149db483bf7d3530d0e59a4 (diff) |
Enable iwm(4) on i386.
Diffstat (limited to 'sys/arch/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 87fa6f95ec4..df4f82dd627 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.793 2015/01/03 20:39:11 uaa Exp $ +# $OpenBSD: GENERIC,v 1.794 2015/02/06 20:05:48 stsp Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -620,6 +620,7 @@ ipw* at pci? # Intel PRO/Wireless 2100 iwi* at pci? # Intel PRO/Wireless 2200BG/2915ABG wpi* at pci? # Intel PRO/Wireless 3945ABG iwn* at pci? # Intel WiFi Link 4965/5000/1000/6000 +iwm* at pci? # Intel WiFi Link 7xxx ral* at pci? # Ralink RT2500/RT2501/RT2600 ral* at cardbus? # Ralink RT2500/RT2501/RT2600 rtw* at pci? # Realtek 8180 |