From 19ada4a82a95cbbbfff681f4e1ead9fbd9de4365 Mon Sep 17 00:00:00 2001 From: bouyer Date: Fri, 21 Apr 2000 17:56:58 +0000 Subject: 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'. --- sys/dev/microcode/siop/Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 sys/dev/microcode/siop/Makefile (limited to 'sys/dev/microcode/siop/Makefile') diff --git a/sys/dev/microcode/siop/Makefile b/sys/dev/microcode/siop/Makefile new file mode 100644 index 00000000000..01461bfff26 --- /dev/null +++ b/sys/dev/microcode/siop/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1 2000/04/21 17:57:01 bouyer Exp $ + +all: siop.out + +PROG= ncr53cxxx +MKSHARE=no + +.include + +regen: siop.out +headers: siop.out + +siop.out: siop.ss ${PROG} + ./${PROG} siop.ss -o siop.out + -- cgit