summaryrefslogtreecommitdiff
path: root/sys/dev/tx
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.8.0_cvscvs2svn2003-04-033-3/+3
* Move the driver off the sys/pci to sys/dev/tx.Semen Ustimenko2002-10-292-21/+18
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2002-10-273-0/+2148
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-03-133-2907/+0
* Change incorrect NULLs to 0sEivind Eklund1999-12-211-1/+1
* Added code to enable BusMaster operations.Semen Ustimenko1999-10-293-4/+39
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
* Clean up after removing sys/eventhandler.h from sys/systm.h at the lastMike Smith1999-08-211-1/+2
* Implement a new generic mechanism for attaching handler functions toMike Smith1999-08-211-5/+6
* Rename bpfilter to bpf.Dag-Erling Smørgrav1999-07-061-11/+11
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirePeter Wemm1999-07-031-4/+1
* Move arpcom structure be the first in softc structure. NeededSemen Ustimenko1999-05-222-4/+4
* #if 0 some unused code (debug?) to quiet a warning.Peter Wemm1999-05-101-2/+5
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:Peter Wemm1999-05-091-6/+3
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tPeter Wemm1999-04-241-1/+5
* Well folks, this is it - The second stage of the removal for build supportPeter Wemm1999-04-171-7/+1
* Add support for bridging to if_tx.cNick Sayer1999-03-311-1/+43
* Implemented workaround for EPIC's Application Note 7-15 (concerningSemen Ustimenko1999-03-143-110/+257
* Fix from author of the driver:Andreas Klemm1999-03-091-3/+3
* probe function changed from returning char * to const char *.Matthew Dillon1998-12-141-3/+3
* Adjust prototype to match definition (by adding a 'const').Eivind Eklund1998-12-091-2/+2
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-3/+2
* ifioctl takes a u_long rather than an int on 3.0Peter Wemm1998-11-091-1/+5
* Ported to OpenBSD. sys/pci/smc83c170.h renamed to sys/pci/if_txvar.h to beSemen Ustimenko1998-11-013-507/+1663
* Minimal change for #if __FreeBSD__ >= 3 to check __FreeBSD_version instead.Peter Wemm1998-09-241-2/+2
* Fixed printf format errors (only 1 left in GENERIC now).Bruce Evans1998-07-131-5/+6
* Fix some strange errors of shutting transmitter up when startSemen Ustimenko1998-07-041-575/+558
* Fix spelling in printf().Joseph Koshy1998-06-081-2/+2
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-2/+2
* Support compiling with `gcc -ansi'.Bruce Evans1998-04-151-3/+3
* Fixed autonegotiation. Card registers are now accessed via memorySemen Ustimenko1998-04-131-143/+218
* Correct minor typoJordan K. Hubbard1998-03-051-1/+1
* *** empty log message ***Semen Ustimenko1998-03-041-13/+80
* Update to "stable-167" release; totally reimplements media detection.Jordan K. Hubbard1998-02-201-327/+418
* Staticize.Eivind Eklund1998-02-091-1/+1
* MF22: update to newest version from author.Jordan K. Hubbard1998-02-041-188/+407
* Removed ifdef for <sys/sockio.h> vs <sys/ioctl.h>. <sys/sockio.h> isBruce Evans1998-02-011-20/+5
* Update to version stable-165Jordan K. Hubbard1998-01-291-196/+251
* Driver for the new SMC 9432TX cards.Jordan K. Hubbard1998-01-211-0/+1051