Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc
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.
Home |
Main Index |
Thread Index |
Old Index