Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Matthew Jacob <mjacob@netbsd.org>
List: source-changes
Date: 12/09/2000 10:06:33
Module Name:	syssrc
Committed By:	mjacob
Date:		Sat Dec  9 08:06:33 UTC 2000

Modified Files:
	syssrc/sys/arch/macppc/conf: GENERIC
	syssrc/sys/dev/ic: isp.c isp_netbsd.c isp_netbsd.h ispvar.h
	syssrc/sys/dev/pci: isp_pci.c

Log Message:
Finally fix this driver to be sensible about the ENDIAN dance. It's not
quite simply a question of the Qlogic being little endian and having
to have stuff swapped on big endian machines- it also has to do with the
fact that the SBus and PCI DMA layouts are wierd with respect to this.

At any rate, now finally fixed- works on Mac G4, tested it on a SS10
for sparc, checked on alpha to see if I've broken anything, and as
soon as I get another spare afternoon I'll finally install a sparc64
version which should just work (as it'll be like the Mac).


To generate a diff of this commit:
cvs rdiff -r1.85 -r1.86 syssrc/sys/arch/macppc/conf/GENERIC
cvs rdiff -r1.62 -r1.63 syssrc/sys/dev/ic/isp.c
cvs rdiff -r1.32 -r1.33 syssrc/sys/dev/ic/isp_netbsd.c
cvs rdiff -r1.31 -r1.32 syssrc/sys/dev/ic/isp_netbsd.h
cvs rdiff -r1.35 -r1.36 syssrc/sys/dev/ic/ispvar.h
cvs rdiff -r1.60 -r1.61 syssrc/sys/dev/pci/isp_pci.c

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