From 1526f71a328edb037a6e7e3d767104b8d3e81315 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Wed, 29 Aug 2007 15:42:05 +0000 Subject: [PATCH] Fix LINT: Remove cm(4) and fla(4) remains. --- sys/bus/isa/i386/isa_compat.h | 3 +-- sys/conf/files | 3 +-- sys/config/LINT | 3 +-- sys/platform/pc32/conf/files | 3 +-- 4 files changed, 4 insertions(+), 8 deletions(-) diff --git a/sys/bus/isa/i386/isa_compat.h b/sys/bus/isa/i386/isa_compat.h index d38cd2ba99..7f3774dd05 100644 --- a/sys/bus/isa/i386/isa_compat.h +++ b/sys/bus/isa/i386/isa_compat.h @@ -24,7 +24,7 @@ * SUCH DAMAGE. * * $FreeBSD: src/sys/i386/isa/isa_compat.h,v 1.27.2.11 2002/10/05 18:31:48 scottl Exp $ - * $DragonFly: src/sys/bus/isa/i386/isa_compat.h,v 1.11 2007/05/18 03:12:02 dillon Exp $ + * $DragonFly: src/sys/bus/isa/i386/isa_compat.h,v 1.12 2007/08/29 15:42:05 swildner Exp $ */ #include "use_vt.h" @@ -46,7 +46,6 @@ #include "use_asc.h" #include "use_stl.h" #include "use_stli.h" -#include "use_fla.h" struct old_isa_driver { int type; diff --git a/sys/conf/files b/sys/conf/files index b0d5f8809b..4288ee35fd 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.177 2007/08/27 16:15:41 hasso Exp $ +# $DragonFly: src/sys/conf/files,v 1.178 2007/08/29 15:42:05 swildner Exp $ # # The long compile-with and dependency lines are required because of # limitations in config: backslash-newline doesn't work in strings, and @@ -191,7 +191,6 @@ dev/disk/buslogic/bt_eisa.c optional bt eisa dev/disk/buslogic/bt_pci.c optional bt pci dev/disk/ccd/ccd.c optional ccd dev/raid/ciss/ciss.c optional ciss -dev/netif/cm/smc90cx6.c optional cm dev/netif/cs/if_cs.c optional cs dev/netif/cs/if_cs_isa.c optional cs isa dev/netif/cs/if_cs_pccard.c optional cs pccard diff --git a/sys/config/LINT b/sys/config/LINT index e80eaafdc2..bcb5e3b323 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.129 2007/08/27 21:51:40 hasso Exp $ +# $DragonFly: src/sys/config/LINT,v 1.130 2007/08/29 15:42:05 swildner 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 @@ -1396,7 +1396,6 @@ options PUC_FASTINTR # ray: Raytheon Raylink 802.11 wireless NICs, OEM as Webgear Aviator 2.4GHz # device ar0 at isa? port 0x300 irq 10 iomem 0xd0000 -device cm0 at isa? port 0x2e0 irq 9 iomem 0xdc000 device cs0 at isa? port 0x300 device cx0 at isa? port 0x240 irq 15 drq 7 device ed0 at isa? port 0x280 irq 5 iomem 0xd8000 diff --git a/sys/platform/pc32/conf/files b/sys/platform/pc32/conf/files index 86bc2fb1aa..8b54b2f00c 100644 --- a/sys/platform/pc32/conf/files +++ b/sys/platform/pc32/conf/files @@ -2,7 +2,7 @@ # files marked standard are always included. # # $FreeBSD: src/sys/conf/files.i386,v 1.307.2.38 2003/01/02 20:41:33 kan Exp $ -# $DragonFly: src/sys/platform/pc32/conf/files,v 1.15 2007/08/27 20:40:53 hasso Exp $ +# $DragonFly: src/sys/platform/pc32/conf/files,v 1.16 2007/08/29 15:42:05 swildner Exp $ # # The long compile-with and dependency lines are required because of # limitations in config: backslash-newline doesn't work in strings, and @@ -89,7 +89,6 @@ acpi_wakecode.h optional acpi \ clean "acpi_wakecode.h acpi_wakecode.o acpi_wakecode.bin" # -dev/netif/cm/if_cm_isa.c optional cm isa dev/netif/ed/if_ed_isa.c optional ed isa bus/eisa/eisaconf.c optional eisa dev/netif/em/if_em.c optional em -- 2.11.4.GIT