Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 12/10/1999 16:33:03
Module Name:	syssrc
Committed By:	thorpej
Date:		Sat Dec 11 00:33:02 UTC 1999

Modified Files:
	syssrc/sys/dev/cardbus: if_tlp_cardbus.c
	syssrc/sys/dev/eisa: if_tlp_eisa.c
	syssrc/sys/dev/ic: tulip.c tulipvar.h
	syssrc/sys/dev/pci: if_tlp_pci.c

Log Message:
- Don't try to run the chip in big-endian mode.  Not all chips support
  this consistently, and it doesn't always work even when the chip
  supports it.
- Make sure things DMA'd to the chip that the chip interprets are in
  little-endian mode.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 syssrc/sys/dev/cardbus/if_tlp_cardbus.c
cvs rdiff -r1.3 -r1.4 syssrc/sys/dev/eisa/if_tlp_eisa.c
cvs rdiff -r1.34 -r1.35 syssrc/sys/dev/ic/tulip.c
cvs rdiff -r1.21 -r1.22 syssrc/sys/dev/ic/tulipvar.h
cvs rdiff -r1.26 -r1.27 syssrc/sys/dev/pci/if_tlp_pci.c

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