NetBSD/sys/dev/microcode/siop/Makefile
bouyer 19ada4a82a Snapshot of work in progress: new driver for the NCR 53c8xx SCSI controller
(the name 'siop' is still being discussed, may change).
Only basic disconnect/reselect for now, no sync/wide negotiation.
Tested with 810A, 875 and 895 on i386 only.
The bus-independant part should also be able to handle the 53c720 and 53c770.
A new driver with enhanced script should appear for the 825/875/895 'soon'.
2000-04-21 17:56:58 +00:00

16 lines
221 B
Makefile

# $NetBSD: Makefile,v 1.1 2000/04/21 17:57:01 bouyer Exp $
all: siop.out
PROG= ncr53cxxx
MKSHARE=no
.include <bsd.prog.mk>
regen: siop.out
headers: siop.out
siop.out: siop.ss ${PROG}
./${PROG} siop.ss -o siop.out