Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc
Module Name: syssrc
Committed By: bouyer
Date: Fri Apr 21 17:57:02 UTC 2000
Modified Files:
syssrc/sys/conf: files
syssrc/sys/dev/pci: files.pci
Added Files:
syssrc/sys/dev/ic: siop.c siopreg.h siopvar.h
syssrc/sys/dev/microcode/siop: Makefile siop.out siop.ss
syssrc/sys/dev/pci: siop_pci.c
Log Message:
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'.
To generate a diff of this commit:
cvs rdiff -r1.363 -r1.364 syssrc/sys/conf/files
cvs rdiff -r0 -r1.1 syssrc/sys/dev/ic/siop.c syssrc/sys/dev/ic/siopreg.h \
syssrc/sys/dev/ic/siopvar.h
cvs rdiff -r0 -r1.1 syssrc/sys/dev/microcode/siop/Makefile \
syssrc/sys/dev/microcode/siop/siop.out \
syssrc/sys/dev/microcode/siop/siop.ss
cvs rdiff -r1.87 -r1.88 syssrc/sys/dev/pci/files.pci
cvs rdiff -r0 -r1.1 syssrc/sys/dev/pci/siop_pci.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index