1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-27 16:39:08 +00:00

Add the ahb module for old Adaptec 1742 drivers now that eisa bus

interface is cleaner.
This commit is contained in:
Warner Losh 2004-06-29 20:50:24 +00:00
parent 2756272aea
commit dc8db96da3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=131290

12
sys/modules/ahb/Makefile Normal file
View File

@ -0,0 +1,12 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/ahb
KMOD= ahb
SRCS= ahb.c opt_cam.h device_if.h bus_if.h \
eisa_if.h opt_scsi.h
opt_scsi.h:
echo "#define SCSI_DELAY 15000" > opt_scsi.h
.include <bsd.kmod.mk>