From 190fb9bb7b33b2bba335aecb3d4c942e5722eaf4 Mon Sep 17 00:00:00 2001 From: Sepherosa Ziehau Date: Sat, 22 Mar 2008 09:45:44 +0000 Subject: [PATCH] Remove ipw(4) from LINT building and module building --- sys/conf/files | 3 +-- sys/config/LINT | 3 +-- sys/dev/netif/Makefile | 4 ++-- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/sys/conf/files b/sys/conf/files index 9f52b30036..b87ae00400 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,5 +1,5 @@ # $FreeBSD: src/sys/conf/files,v 1.340.2.137 2003/06/04 17:10:30 sam Exp $ -# $DragonFly: src/sys/conf/files,v 1.209 2008/03/18 05:19:14 dillon Exp $ +# $DragonFly: src/sys/conf/files,v 1.210 2008/03/22 09:45:44 sephe Exp $ # # The long compile-with and dependency lines are required because of # limitations in config: backslash-newline doesn't work in strings, and @@ -257,7 +257,6 @@ dev/raid/ida/ida.c optional ida dev/raid/ida/ida_disk.c optional ida dev/raid/ida/ida_eisa.c optional ida eisa dev/raid/ida/ida_pci.c optional ida pci -dev/netif/ipw/if_ipw.c optional ipw dev/disk/isp/isp_freebsd.c optional isp dev/disk/isp/isp.c optional isp dev/disk/isp/isp_pci.c optional isp diff --git a/sys/config/LINT b/sys/config/LINT index 2acc6a8ddb..f6e3576ac2 100644 --- a/sys/config/LINT +++ b/sys/config/LINT @@ -3,7 +3,7 @@ # as much of the source tree as it can. # # $FreeBSD: src/sys/i386/conf/LINT,v 1.749.2.144 2003/06/04 17:56:59 sam Exp $ -# $DragonFly: src/sys/config/LINT,v 1.151 2008/03/09 09:56:02 sephe Exp $ +# $DragonFly: src/sys/config/LINT,v 1.152 2008/03/22 09:45:44 sephe Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -1425,7 +1425,6 @@ device wlan_ratectl_sample # 802.11 Sample TX rate control algorithm options WLCACHE # enables the signal-strength cache options WLDEBUG # enables verbose debugging output device an # Aironet Communications 4500/4800 -device ipw # Intel PRO/Wireless 2100 device iwl # Intel PRO/Wireless 2100 device iwi # Intel PRO/Wireless 2200BG/2915ABG device wi # WaveLAN/IEEE, PRISM-II, Spectrum24 802.11DS diff --git a/sys/dev/netif/Makefile b/sys/dev/netif/Makefile index 659388b2bb..bb6098494a 100644 --- a/sys/dev/netif/Makefile +++ b/sys/dev/netif/Makefile @@ -1,8 +1,8 @@ -# $DragonFly: src/sys/dev/netif/Makefile,v 1.32 2008/03/05 14:10:39 sephe Exp $ +# $DragonFly: src/sys/dev/netif/Makefile,v 1.33 2008/03/22 09:45:44 sephe Exp $ # SUBDIR= an acx ar ath aue axe bce bfe bge bwi cue dc ed em ep et fwe fxp \ - ipw iwi iwl kue lge lnc mii_layer my msk nfe nge pcn ral re rl rtw \ + iwi iwl kue lge lnc mii_layer my msk nfe nge pcn ral re rl rtw \ rue rum sbni sbsh sf sis sk sln sr ste stge \ ti tl tx txp ural vge vr vx wb wi xe xl -- 2.11.4.GIT