Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 11/11/2003 22:28:58
Module Name:	src
Committed By:	fvdl
Date:		Tue Nov 11 22:28:58 UTC 2003

Modified Files:
	src/sys/dev/pci: if_bge.c

Log Message:
From FreeBSD:

* erratum: disable the nocrc RX bit, as it may cause problems on the 570{1-4}.
  adjust the length of the incoming packet accordingly to trim it.
* the 5704 has a smaller MBUF_POOL, so set a smaller value

Local change:
* Pass the autoneg force flag to mii_attach. Some PHYs need to be kicked
  out of their falsely autoneged 10baseT state with this.


To generate a diff of this commit:
cvs rdiff -r1.53 -r1.54 src/sys/dev/pci/if_bge.c

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