mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
eisa attachment is safe to be in this module, both on eisa and
non-eisa configured kernels.
This commit is contained in:
parent
3c964602bd
commit
7378822d3c
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
KMOD= if_ep
|
||||
SRCS= if_ep.c if_ep_pccard.c pccarddevs.h
|
||||
SRCS+= if_ep_isa.c
|
||||
#SRCS+= if_ep_eisa.c
|
||||
SRCS+= if_ep_eisa.c eisa_if.h
|
||||
#SRCS+= if_ep_mca.c
|
||||
SRCS+= opt_bdg.h bus_if.h card_if.h device_if.h isa_if.h pci_if.h pccarddevs.h
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue