From f53e590affa47d5495c74e72633fcede6770d972 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Wed, 15 Jul 2015 13:01:11 +0200 Subject: [PATCH] Add wpi(4) to our default config. Reported-and-tested-by: libertas on #dragonflybsd --- sys/config/X86_64_GENERIC | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/config/X86_64_GENERIC b/sys/config/X86_64_GENERIC index 950473cafa..349e43bfb4 100644 --- a/sys/config/X86_64_GENERIC +++ b/sys/config/X86_64_GENERIC @@ -275,8 +275,9 @@ device ath_rate_sample # Atheros Sample TX rate control algorithm device siba_bwn # Sonic Inc. Silicon Backplane needed for bwn device bwn # Broadcom BCM43xx NICs using v4 firmware device ral # Ralink Technology 802.11 wireless NIC -device iwn # Intel +device iwn # Intel IEEE 802.11n wireless network driver #device rtw # RealTek 802.11 wireless NIC +device wpi # Intel 3945ABG Wireless LAN IEEE 802.11 driver # WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really # exists only as a PCMCIA device, so there is no ISA attachment needed # and resources will always be dynamically assigned by the pccard code. -- 2.11.4.GIT