diff options
author | imp <imp@FreeBSD.org> | 2005-03-17 18:40:37 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2005-03-17 18:40:37 +0000 |
commit | 755ffaa47d613fc8fe32776a907f4d8e7a8c9c4d (patch) | |
tree | 240d460fbfd593cb69e47b3466cf7804d5479b7a /sys | |
parent | 747c1f55e0c001c36f6fcfe931ab805e93aca352 (diff) | |
download | FreeBSD-src-755ffaa47d613fc8fe32776a907f4d8e7a8c9c4d.zip FreeBSD-src-755ffaa47d613fc8fe32776a907f4d8e7a8c9c4d.tar.gz |
eisa attachment is safe to be in this module, both on eisa and
non-eisa configured kernels.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/modules/ep/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/ep/Makefile b/sys/modules/ep/Makefile index ec7b392..39bb42f 100644 --- a/sys/modules/ep/Makefile +++ b/sys/modules/ep/Makefile @@ -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 |