Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 04/25/2000 07:16:48
Module Name: syssrc
Committed By: tsutsui
Date: Tue Apr 25 14:16:47 UTC 2000
Modified Files:
syssrc/sys/dev/ic: rtl81x9.c
syssrc/sys/dev/pci: if_rl_pci.c
Log Message:
Fix two endian problems. rtk now works on macppc.
- Use le32toh() on reading rxstat from the Rx DMA buffer.
- rl_read_eeprom() should return EEPROM values in little endian
when caller requires byte-stream data.
bus_dma(9) fixes are still on-going.
XXX rtk on macppc seems to make tons of CRC errors...
XXX Does it work fine on i386 or others?
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 syssrc/sys/dev/ic/rtl81x9.c
cvs rdiff -r1.3 -r1.4 syssrc/sys/dev/pci/if_rl_pci.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.