Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 08/12/2000 10:38:41
Module Name:	syssrc
Committed By:	tsutsui
Date:		Sat Aug 12 07:38:41 UTC 2000

Modified Files:
	syssrc/sys/dev/pci: if_sip.c

Log Message:
- 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()

Now SiS 900 works on my macppc.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 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.