summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_txvar.h
Commit message (Collapse)AuthorAgeFilesLines
* Add support for 802.1Q VLAN and oversized ethernet frames.semenu2001-08-131-0/+2
| | | | | | | PR: kern/29235 Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au> Reviewed by: Yar Tikhiy <yar@FreeBSD.org> MFC after: 1 week
* Add initializetion of NVCTL register with EEPROM stored value.semenu2001-06-231-0/+13
| | | | | | This fix hazardous very slow work for one of my cards. MFC after: 1 week
* Add support for SMC9432FTX card, possibly othe fiber optic SMC9432 familysemenu2001-02-071-1/+26
| | | | cards will work too.
* Added support for SMC9432BTX cards.semenu2000-06-211-1/+6
|
* Driver is now using miibus, and newbus.semenu2000-04-121-141/+70
| | | | PR: kern/17601
* Added code to enable BusMaster operations.semenu1999-10-291-0/+4
| | | | | | Kurt D. Starsinic <kstar@chapin.edu> had reported this patch fixing strange behaviour (like timeouts and RX/TX DMAs stopping errors).
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Move arpcom structure be the first in softc structure. Neededsemenu1999-05-221-2/+2
| | | | | | for ether_ioctl. PR: pending/11754
* Implemented workaround for EPIC's Application Note 7-15 (concerningsemenu1999-03-141-7/+16
| | | | | | | | | | | | | chip int. and ext. clock synchronisation). Fixed workaround for transmit threshold underrun. Added volatile keyword to CSR_READ_* and CSR_WRITE_* macroses. Added DELAYs to eliminate randomness caused by processor speed. Fixed all TXCON and RXCON registers to be accessed only when chip is idle, as manual told. Changed epic_init_phy to drop link by isolating and going loopback, should should force link partner to restart autonegotiation. PR: kern/10535, kern/9742, kern/10575 Submitted by: Peter Jeremy, David Greenman
* Ported to OpenBSD. sys/pci/smc83c170.h renamed to sys/pci/if_txvar.h to besemenu1998-11-011-0/+406
like others.
OpenPOWER on IntegriCloud