From ff54eabd8a8a418a439917d395fc6bdfa804f5b1 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Wed, 27 Aug 2008 05:43:46 +0000 Subject: [PATCH] Remove opt_wi.h from module and fix typo in pccarddevs. --- sys/dev/pccard/pccarddevs | 2 +- sys/modules/wi/Makefile | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/sys/dev/pccard/pccarddevs b/sys/dev/pccard/pccarddevs index cb231f1657d..e6e3892bf38 100644 --- a/sys/dev/pccard/pccarddevs +++ b/sys/dev/pccard/pccarddevs @@ -316,7 +316,7 @@ product ELSA MC2_IEEE 0x0001 AirLancer MC-2 IEEE product ELSA XI300_IEEE 0x0002 XI300 Wireless LAN product ELSA XI800_IEEE 0x0004 XI800 CF Wireless LAN product ELSA XI325_IEEE 0x0005 XI325 Wireless LAN -product ESLA APDL325_IEEE 0x0006 ADPL325 Wireless LAN +product ELSA APDL325_IEEE 0x0006 ADPL325 Wireless LAN product ELSA XI330_IEEE 0x0010 XI330 Wireless LAN product ELSA WIFI_FLASH 0x0101 802.11b plus 128MB Flash diff --git a/sys/modules/wi/Makefile b/sys/modules/wi/Makefile index 20fc1a209e5..3d7cc71b6c8 100644 --- a/sys/modules/wi/Makefile +++ b/sys/modules/wi/Makefile @@ -3,12 +3,7 @@ .PATH: ${.CURDIR}/../../dev/wi KMOD= if_wi -SRCS= opt_wi.h if_wi.c if_wi_pccard.c if_wi_pci.c \ +SRCS= if_wi.c if_wi_pccard.c if_wi_pci.c \ card_if.h device_if.h bus_if.h pci_if.h pccarddevs.h -.if !defined(KERNBUILDDIR) -opt_wi.h: - echo "#define WI_SYMBOL_FIRMWARE 1" > ${.TARGET} -.endif - .include