diff options
| author | bouyer <bouyer@NetBSD.org> | 2000-04-21 17:56:58 +0000 |
|---|---|---|
| committer | bouyer <bouyer@NetBSD.org> | 2000-04-21 17:56:58 +0000 |
| commit | 19ada4a82a95cbbbfff681f4e1ead9fbd9de4365 (patch) | |
| tree | 29c1eed79a6f64471f2a3dc278ad1bba8958066f /sys/dev/microcode/siop/Makefile | |
| parent | 79f12736c0a9abec812ed1cccba1be4d3f614fab (diff) | |
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'.
Diffstat (limited to 'sys/dev/microcode/siop/Makefile')
| -rw-r--r-- | sys/dev/microcode/siop/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
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 <bsd.prog.mk> + +regen: siop.out +headers: siop.out + +siop.out: siop.ss ${PROG} + ./${PROG} siop.ss -o siop.out + |
