Add WPI_DEBUG option.
PR: kern/197143 Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>
This commit is contained in:
parent
ee3a7d2fb7
commit
84ac51d883
@ -847,6 +847,9 @@ MWL_TX_NODROP opt_mwl.h
|
||||
# Options for the Intel 802.11n wireless driver
|
||||
IWN_DEBUG opt_iwn.h
|
||||
|
||||
# Options for the Intel 3945ABG wireless driver
|
||||
WPI_DEBUG opt_wpi.h
|
||||
|
||||
# dcons options
|
||||
DCONS_BUF_SIZE opt_dcons.h
|
||||
DCONS_POLL_HZ opt_dcons.h
|
||||
|
@ -3,6 +3,6 @@
|
||||
.PATH: ${.CURDIR}/../../dev/wpi
|
||||
|
||||
KMOD = if_wpi
|
||||
SRCS = if_wpi.c device_if.h bus_if.h pci_if.h opt_wlan.h
|
||||
SRCS = if_wpi.c device_if.h bus_if.h pci_if.h opt_wpi.h opt_wlan.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user