Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 04/11/2004 16:57:44
Module Name:	src
Committed By:	thorpej
Date:		Sun Apr 11 16:57:44 UTC 2004

Modified Files:
	src/sys/dev/pci: if_sip.c if_sipreg.h

Log Message:
Improvements to DP83820 support, from HITOSHI Osada:
- Fix jumbo frame support.
- Disable interrupts at the chip in sip_intr().
- Disable checksum offloading if MTU > 8109 - the hardware is broken
  in this case.
- Use the interrupt hold-off timer.
- Correct the Tx FIFO size.
- Add Pause Control/Status register definitions.


To generate a diff of this commit:
cvs rdiff -r1.87 -r1.88 src/sys/dev/pci/if_sip.c
cvs rdiff -r1.13 -r1.14 src/sys/dev/pci/if_sipreg.h

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