hea is gone, remove its module

This commit is contained in:
Warner Losh 2003-12-07 07:04:39 +00:00
parent f33a379b6a
commit a0b7a7df3e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=123227
2 changed files with 0 additions and 12 deletions

View file

@ -278,7 +278,6 @@ SUBDIR+=aic \
ep \
exca \
fe \
hea \
hfa \
iir \
mly \

View file

@ -1,11 +0,0 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/hea
KMOD= hea_pci
SRCS= hea_pci.c pci_if.h device_if.h bus_if.h
SRCS+= hea_freebsd.c \
eni.c eni_globals.c eni_init.c eni_receive.c eni_vcm.c \
eni_buffer.c eni_if.c eni_intr.c eni_transmit.c
.include <bsd.kmod.mk>