Add an isp(4) module. sbus support is only compiled in on sparc64.
pci support is always compiled in.
This commit is contained in:
parent
35f6695bb2
commit
97af632bcb
@ -55,6 +55,7 @@ SUBDIR= 3dfx \
|
||||
ip6fw \
|
||||
ip_mroute_mod \
|
||||
ipfw \
|
||||
isp \
|
||||
ispfw \
|
||||
joy \
|
||||
kue \
|
||||
|
14
sys/modules/isp/Makefile
Normal file
14
sys/modules/isp/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../dev/isp
|
||||
|
||||
KMOD= isp
|
||||
SRCS= bus_if.h device_if.h pci_if.h \
|
||||
opt_cam.h opt_ddb.h opt_isp.h \
|
||||
isp.c isp_target.c isp_freebsd.c isp_pci.c
|
||||
|
||||
.if ${MACHINE_ARCH} == sparc64
|
||||
SRCS+= isp_sbus.c
|
||||
.endif
|
||||
|
||||
.include <bsd.kmod.mk>
|
Loading…
x
Reference in New Issue
Block a user