ida(4) module. PCI only for now.

This commit is contained in:
mdodd 2004-01-11 07:01:30 +00:00
parent 5752042760
commit 2bfe9e7ee9
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>