Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Manuel BOUYER <bouyer@netbsd.org>
List: source-changes
Date: 11/17/2000 21:33:26
Module Name:	syssrc
Committed By:	bouyer
Date:		Fri Nov 17 19:33:26 UTC 2000

Modified Files:
	syssrc/sys/dev/pci: if_ti.c if_tireg.h

Log Message:
Pull up FreeBSD changes:
1.39:
Have if_ti stop "hiding" the softc pointer in the buffer region. Rather,
use the available void * passed to the free routine and pass the softc
pointer through there.
1.33:
Add support for the Netgear GA620T copper gigabit card.
1.32:
Tweak probe message so that 1000baseSX and 1000baseT cards are
explicitly identified.
1.31:
Update the Tigon driver to support 1000baseTX gigE over copper AceNIC
cards. This basically involves switching to the 12.4.13 firmware, plus
a couple of minor tweaks to the driver.

NetBSD changes:
get rid of ti_inuse, the mbuf ref counting code should call ti_free() when
needed.
Use hardware 802.1q support.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 syssrc/sys/dev/pci/if_ti.c
cvs rdiff -r1.2 -r1.3 syssrc/sys/dev/pci/if_tireg.h

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