Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Matthew Jacob <mjacob@netbsd.org>
List: source-changes
Date: 08/02/2000 02:55:15
Module Name:	syssrc
Committed By:	mjacob
Date:		Tue Aug  1 23:55:15 UTC 2000

Modified Files:
	syssrc/sys/dev/ic: isp.c isp_inline.h isp_netbsd.c isp_netbsd.h
	    isp_target.c isp_target.h ispmbox.h ispreg.h ispvar.h
	syssrc/sys/dev/pci: isp_pci.c
	syssrc/sys/dev/sbus: isp_sbus.c

Log Message:
Core version 2.0 (platform version 1.0) rewrite of ISP driver. Some
interace cleanups, some new common functions. The major impact that
will be noticeable right away is that if you boot with not Fibre connected
to the FC cards, you no longer hang indefinitely.


To generate a diff of this commit:
cvs rdiff -r1.56 -r1.57 syssrc/sys/dev/ic/isp.c
cvs rdiff -r1.6 -r1.7 syssrc/sys/dev/ic/isp_inline.h \
    syssrc/sys/dev/ic/isp_target.c syssrc/sys/dev/ic/isp_target.h
cvs rdiff -r1.27 -r1.28 syssrc/sys/dev/ic/isp_netbsd.c
cvs rdiff -r1.26 -r1.27 syssrc/sys/dev/ic/isp_netbsd.h
cvs rdiff -r1.24 -r1.25 syssrc/sys/dev/ic/ispmbox.h
cvs rdiff -r1.21 -r1.22 syssrc/sys/dev/ic/ispreg.h
cvs rdiff -r1.31 -r1.32 syssrc/sys/dev/ic/ispvar.h
cvs rdiff -r1.52 -r1.53 syssrc/sys/dev/pci/isp_pci.c
cvs rdiff -r1.28 -r1.29 syssrc/sys/dev/sbus/isp_sbus.c

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