19ada4a82a
(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'.
16 lines
221 B
Makefile
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
|
|
|