summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_tx.c
Commit message (Expand)AuthorAgeFilesLines
* Remove __P.alfred2002-03-201-41/+41
* Cast pointers to uintptr_t rather than u_int32_t. This doesn't work toopeter2002-03-191-1/+1
* Remove mbuf exhaustion warning messages; these are handled by thesilby2002-02-111-2/+0
* Update tx(4) to always enable vlan(4) support.brooks2001-09-051-6/+0
* Fix an bug in FreeBSD attach routine - attaching MII interfaces before doingsemenu2001-08-131-9/+7
* Add support for 802.1Q VLAN and oversized ethernet frames.semenu2001-08-131-4/+30
* Add initializetion of NVCTL register with EEPROM stored value.semenu2001-06-231-0/+3
* Add support for SMC9432FTX card, possibly othe fiber optic SMC9432 familysemenu2001-02-071-41/+164
* Another round of the <sys/queue.h> FOREACH transmogriffer.phk2001-02-041-2/+1
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-2/+1
* Add missing delay after card reset.pb2000-11-091-0/+1
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Make all Ethernet drivers attach using ether_ifattach() and detach usingarchie2000-07-131-6/+2
* Added support for SMC9432BTX cards.semenu2000-06-211-9/+75
* Avoid double-call to bpf_mtap(). This is now handled in ether_input().archie2000-05-241-0/+2
* Move code to handle BPF and bridging for incoming Ethernet packets outarchie2000-05-141-50/+0
* Depend on miibus.peter2000-04-291-0/+2
* Driver is now using miibus, and newbus.semenu2000-04-121-822/+538
* Change incorrect NULLs to 0seivind1999-12-211-1/+1
* Added code to enable BusMaster operations.semenu1999-10-291-4/+31
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Clean up after removing sys/eventhandler.h from sys/systm.h at the lastmsmith1999-08-211-1/+2
* Implement a new generic mechanism for attaching handler functions tomsmith1999-08-211-5/+6
* Rename bpfilter to bpf.des1999-07-061-11/+11
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirepeter1999-07-031-4/+1
* #if 0 some unused code (debug?) to quiet a warning.peter1999-05-101-2/+5
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:peter1999-05-091-6/+3
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tpeter1999-04-241-1/+5
* Well folks, this is it - The second stage of the removal for build supportpeter1999-04-171-7/+1
* Add support for bridging to if_tx.cnsayer1999-03-311-1/+43
* Implemented workaround for EPIC's Application Note 7-15 (concerningsemenu1999-03-141-96/+225
* Fix from author of the driver:andreas1999-03-091-3/+3
* probe function changed from returning char * to const char *.dillon1998-12-141-3/+3
* Adjust prototype to match definition (by adding a 'const').eivind1998-12-091-2/+2
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-3/+2
* ifioctl takes a u_long rather than an int on 3.0peter1998-11-091-1/+5
* Ported to OpenBSD. sys/pci/smc83c170.h renamed to sys/pci/if_txvar.h to besemenu1998-11-011-513/+857
* Minimal change for #if __FreeBSD__ >= 3 to check __FreeBSD_version instead.peter1998-09-241-2/+2
* Fixed printf format errors (only 1 left in GENERIC now).bde1998-07-131-5/+6
* Fix some strange errors of shutting transmitter up when startsemenu1998-07-041-578/+561
* Fix spelling in printf().jkoshy1998-06-081-2/+2
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
* Support compiling with `gcc -ansi'.bde1998-04-151-3/+3
* Fixed autonegotiation. Card registers are now accessed via memorysemenu1998-04-131-143/+218
* Correct minor typojkh1998-03-051-1/+1
* *** empty log message ***semenu1998-03-041-13/+80
* Update to "stable-167" release; totally reimplements media detection.jkh1998-02-201-327/+418
* Staticize.eivind1998-02-091-1/+1
* MF22: update to newest version from author.jkh1998-02-041-188/+407
* Removed ifdef for <sys/sockio.h> vs <sys/ioctl.h>. <sys/sockio.h> isbde1998-02-011-20/+5
OpenPOWER on IntegriCloud