Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 08/12/2000 21:50:25
Module Name: syssrc
Committed By: tsutsui
Date: Sat Aug 12 18:50:25 UTC 2000
Modified Files:
syssrc/sys/dev/pci [netbsd-1-5]: if_sip.c
Log Message:
Pull up rev 1.13 and 1.14 (approved by thorpej):
revision 1.13:
- Add one more delay() to sip_read_eeprom()
revision 1.14:
- Check CR_RST rather than ISR_TXRCMP and ISR_RXRCMP in sip_reset()
- Add more delay after reset
- "Big endian mode" on SiS 900 seems broken so don't enable it;
use htole32()/le32toh() instead
- Don't cast u_int16_t array to u_int8_t pointer
- Add some delay() to FILTER_EMIT macro in sip_set_filter()
To generate a diff of this commit:
cvs rdiff -r1.11 -r1.11.4.1 syssrc/sys/dev/pci/if_sip.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.