Remove opt_wi.h from module and fix typo in pccarddevs.

This commit is contained in:
Warner Losh 2008-08-27 05:43:46 +00:00
parent db4ba9a33e
commit ff54eabd8a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=182251
2 changed files with 2 additions and 7 deletions

View file

@ -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

View file

@ -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>