Subject: CVS commit: src/sys
To: None <source-changes@netbsd.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 04/06/2003 12:48:44
Module Name:	src
Committed By:	tsutsui
Date:		Sun Apr  6 09:48:43 UTC 2003

Modified Files:
	src/sys/conf: files
	src/sys/dev/microcode/siop: oosiop.ss
Added Files:
	src/sys/dev/ic: oosiop.c oosiopreg.h oosiopvar.h

Log Message:
Add MI NCR/Symbios 53c700 SCSI driver.
This "oosiop" driver was originally written by Shuichiro URATA
for arc port, and then it was modified by me to make it work
also on hp700.

This driver has been tested on my NEC Express5800/240 with 53c700-66
for several months, and also tested on HP9000 735/125 with 53c700
(though current hp700 port has been broken since SA merge).
Both sync transfer and disconnect/reselect work fine,
but tagged queuing is not implemented yet.


To generate a diff of this commit:
cvs rdiff -r1.604 -r1.605 src/sys/conf/files
cvs rdiff -r0 -r1.1 src/sys/dev/ic/oosiop.c src/sys/dev/ic/oosiopreg.h \
    src/sys/dev/ic/oosiopvar.h
cvs rdiff -r1.1 -r1.2 src/sys/dev/microcode/siop/oosiop.ss

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.