ida(4) module. PCI only for now.
This commit is contained in:
parent
5752042760
commit
2bfe9e7ee9
@ -202,6 +202,7 @@ SUBDIR+=3dfx \
|
||||
hfa \
|
||||
i2c \
|
||||
ibcs2 \
|
||||
ida \
|
||||
ie \
|
||||
linprocfs \
|
||||
linux \
|
||||
|
9
sys/modules/ida/Makefile
Normal file
9
sys/modules/ida/Makefile
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user