Connect trm(4) to the build.
Reviewed by: mux (mentor) Approved by: mux (mentor)
This commit is contained in:
parent
e970552d3a
commit
f3d92b269c
@ -1167,6 +1167,7 @@ options TDFX_LINUX # Enable Linuxulator support
|
||||
# 53C810, 53C810A, 53C815, 53C825, 53C825A, 53C860, 53C875,
|
||||
# 53C876, 53C885, 53C895, 53C895A, 53C896, 53C897, 53C1510D,
|
||||
# 53C1010-33, 53C1010-66.
|
||||
# trm: Tekram DC395U/UW/F DC315U adapters.
|
||||
# wds: WD7000
|
||||
|
||||
#
|
||||
@ -1206,6 +1207,7 @@ hint.isp.0.nodewnn="w50000000aaaa0001"
|
||||
device ispfw
|
||||
device ncr
|
||||
device sym
|
||||
device trm
|
||||
device wds
|
||||
hint.wds.0.at="isa"
|
||||
hint.wds.0.port="0x350"
|
||||
|
@ -652,6 +652,7 @@ dev/syscons/rain/rain_saver.c optional rain_saver
|
||||
dev/syscons/star/star_saver.c optional star_saver
|
||||
dev/syscons/warp/warp_saver.c optional warp_saver
|
||||
dev/tdfx/tdfx_pci.c optional tdfx pci
|
||||
dev/trm/trm.c optional trm
|
||||
dev/twe/twe.c optional twe
|
||||
dev/twe/twe_freebsd.c optional twe
|
||||
dev/tx/if_tx.c optional tx
|
||||
|
@ -94,6 +94,7 @@ SUBDIR= 3dfx \
|
||||
ti \
|
||||
tl \
|
||||
twe \
|
||||
trm \
|
||||
tx \
|
||||
txp \
|
||||
ubsec \
|
||||
|
12
sys/modules/trm/Makefile
Normal file
12
sys/modules/trm/Makefile
Normal file
@ -0,0 +1,12 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../dev/trm
|
||||
|
||||
KMOD= trm
|
||||
SRCS= trm.c trm.h opt_cam.h device_if.h bus_if.h \
|
||||
opt_scsi.h pci_if.h
|
||||
|
||||
opt_scsi.h:
|
||||
echo "#define SCSI_DELAY 15000" > opt_scsi.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
Loading…
Reference in New Issue
Block a user