summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2008-08-27 05:43:46 +0000
committerimp <imp@FreeBSD.org>2008-08-27 05:43:46 +0000
commitda5afb176c2db1c31880976c5433004f6ef0f407 (patch)
tree0b54020e1eaddd219b196fa2fd36d19524cf3eb0
parentea6333174341702b4c76c208bb33ece8455ed339 (diff)
downloadFreeBSD-src-da5afb176c2db1c31880976c5433004f6ef0f407.zip
FreeBSD-src-da5afb176c2db1c31880976c5433004f6ef0f407.tar.gz
Remove opt_wi.h from module and fix typo in pccarddevs.
-rw-r--r--sys/dev/pccard/pccarddevs2
-rw-r--r--sys/modules/wi/Makefile7
2 files changed, 2 insertions, 7 deletions
diff --git a/sys/dev/pccard/pccarddevs b/sys/dev/pccard/pccarddevs
index cb231f1..e6e3892 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 20fc1a2..3d7cc71 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 <bsd.kmod.mk>
OpenPOWER on IntegriCloud