aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/tx/if_txvar.h
Commit message (Expand)AuthorAgeFilesLines
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-4/+1
* Convert the tx(4) driver to use the busdma API.Maxime Henrion2003-04-201-2/+15
* Nuke EPIC_MGETCLUSTER entirely. Since 1.60 we don't use it anymore andBosko Milekic2003-02-211-13/+0
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-2/+2
* o m_adj rx buffer so IP header is 32-bit alignedSam Leffler2002-10-251-0/+1
* Remove the OpenBSD comatibility stuff. Many changes to be more style(9)Semen Ustimenko2002-10-221-43/+22
* Stop trying to align malloc()ed memory. Rely on malloc() instead, just likeSemen Ustimenko2002-08-191-1/+0
* Move tx(4) driver to sys/dev/tx. BTW split hardware structures and constantsSemen Ustimenko2002-04-191-227/+1
* Add support for 802.1Q VLAN and oversized ethernet frames.Semen Ustimenko2001-08-131-0/+2
* Add initializetion of NVCTL register with EEPROM stored value.Semen Ustimenko2001-06-231-0/+13
* Add support for SMC9432FTX card, possibly othe fiber optic SMC9432 familySemen Ustimenko2001-02-071-1/+26
* Added support for SMC9432BTX cards.Semen Ustimenko2000-06-211-1/+6
* Driver is now using miibus, and newbus.Semen Ustimenko2000-04-121-141/+70
* Added code to enable BusMaster operations.Semen Ustimenko1999-10-291-0/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Move arpcom structure be the first in softc structure. NeededSemen Ustimenko1999-05-221-2/+2
* Implemented workaround for EPIC's Application Note 7-15 (concerningSemen Ustimenko1999-03-141-7/+16
* Ported to OpenBSD. sys/pci/smc83c170.h renamed to sys/pci/if_txvar.h to beSemen Ustimenko1998-11-011-0/+406