Add a kernel module on pc98 for the ct(4) driver.
This commit is contained in:
parent
b8f2a5b47d
commit
5ceaaf9ef3
@ -78,6 +78,7 @@ SUBDIR= \
|
||||
${_crypto} \
|
||||
${_cryptodev} \
|
||||
${_cs} \
|
||||
${_ct} \
|
||||
${_ctau} \
|
||||
${_cxgb} \
|
||||
cxgbe \
|
||||
@ -607,6 +608,7 @@ _x86bios= x86bios
|
||||
.elif ${MACHINE} == "pc98"
|
||||
_canbepm= canbepm
|
||||
_canbus= canbus
|
||||
_ct= ct
|
||||
_pmc= pmc
|
||||
_snc= snc
|
||||
.endif
|
||||
|
10
sys/modules/ct/Makefile
Normal file
10
sys/modules/ct/Makefile
Normal file
@ -0,0 +1,10 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../dev/ct
|
||||
|
||||
KMOD= ct
|
||||
SRCS= bshw_machdep.c ct.c ct_isa.c
|
||||
SRCS+= device_if.h bus_if.h isa_if.h
|
||||
SRCS+= opt_ct.h opt_cam.h opt_scsi.h opt_ddb.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
Loading…
x
Reference in New Issue
Block a user