ida(4) module. PCI only for now.

This commit is contained in:
Matthew N. Dodd 2004-01-11 07:01:30 +00:00
parent 0e88a71798
commit 99e5f60af4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=124367
2 changed files with 10 additions and 0 deletions

View File

@ -202,6 +202,7 @@ SUBDIR+=3dfx \
hfa \
i2c \
ibcs2 \
ida \
ie \
linprocfs \
linux \

9
sys/modules/ida/Makefile Normal file
View File

@ -0,0 +1,9 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/ida
KMOD= ida
SRCS= ida.c ida_disk.c ida_pci.c \
device_if.h bus_if.h pci_if.h
.include <bsd.kmod.mk>