Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 04/04/2000 12:22:52
Module Name:	syssrc
Committed By:	thorpej
Date:		Tue Apr  4 19:22:52 UTC 2000

Modified Files:
	syssrc/sys/dev/cardbus: if_tlp_cardbus.c
	syssrc/sys/dev/ic: tulip.c tulipreg.h tulipvar.h
	syssrc/sys/dev/pci: if_tlp_pci.c

Log Message:
- if_tlp_cardbus.c: Use the `pmreg' pointer passed by by
  cardbus_get_capability() [mirror change already made to if_tlp_pci.c]
- if_tlp_cardbus.c: If we don't find an ISV SROM, try to grab the
  Ethernet address from the CIS.
- if_tlp_cardbus.c: set CardBus cards to store-and-forward mode from
  the get-go.
- Put the TxThresh tables in tulipvar.h, and use them in the CardBus
  and PCI front-ends to go to store-and-forward mode.
- Document the Xircom X3201-3 clone a little more.


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 syssrc/sys/dev/cardbus/if_tlp_cardbus.c
cvs rdiff -r1.59 -r1.60 syssrc/sys/dev/ic/tulip.c
cvs rdiff -r1.17 -r1.18 syssrc/sys/dev/ic/tulipreg.h
cvs rdiff -r1.32 -r1.33 syssrc/sys/dev/ic/tulipvar.h
cvs rdiff -r1.36 -r1.37 syssrc/sys/dev/pci/if_tlp_pci.c

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