Subject: CVS commit: syssrc/sys/dev
To: None <source-changes@netbsd.org>
From: Manuel BOUYER <bouyer@netbsd.org>
List: source-changes
Date: 04/23/2002 20:33:28
Module Name:	syssrc
Committed By:	bouyer
Date:		Tue Apr 23 17:33:28 UTC 2002

Modified Files:
	syssrc/sys/dev/ic: esiop.c siop.c siop_common.c siopreg.h
	    siopvar_common.h
	syssrc/sys/dev/pci: siop_pci_common.c

Log Message:
- factor out parts of (e)siop_attach() to siop_common_attach()
- Add support for DT transfers (aka Ultra/160) in esiop

Note that DT transfers are not enabled for 53c1010-33 rev 0 yet; if I trust
FreeBSD it has a bug which prevent them to do DT properly.
From the same source there may be issues with some revs of 53c1010-66.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 syssrc/sys/dev/ic/esiop.c
cvs rdiff -r1.57 -r1.58 syssrc/sys/dev/ic/siop.c
cvs rdiff -r1.21 -r1.22 syssrc/sys/dev/ic/siop_common.c
cvs rdiff -r1.9 -r1.10 syssrc/sys/dev/ic/siopreg.h
cvs rdiff -r1.17 -r1.18 syssrc/sys/dev/ic/siopvar_common.h
cvs rdiff -r1.13 -r1.14 syssrc/sys/dev/pci/siop_pci_common.c

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