summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_wx.c
Commit message (Expand)AuthorAgeFilesLines
* Several things:mjacob2001-04-091-307/+618
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedphk2001-02-061-1/+1
* Use <sys/queue.h> macro API.phk2001-02-041-2/+2
* Implement MTX_RECURSE flag for mtx_init().bmilekic2001-01-191-1/+1
* Restore a sense of cleanly supporting multiple platforms. That is,mjacob2000-12-061-31/+61
* Don't attach the interface twice. While I'm here, add a driverjlemon2000-11-251-25/+27
* Very early and very *very* lightly tested support for LIVENGOOD chipsetmjacob2000-10-161-23/+74
* Make all Ethernet drivers attach using ether_ifattach() and detach usingarchie2000-07-131-4/+2
* Thanks for Andrew Gallatin pointing out that freeing contigmalloc'dmjacob2000-07-091-2/+12
* If swdpio1 doesn't clear, we have a reversed (or disconnected) cable. Changemjacob2000-06-251-3/+3
* Fix this driver to (finally) work with switches. Some more blackmjacob2000-06-161-25/+123
* Move code to handle BPF and bridging for incoming Ethernet packets outarchie2000-05-141-0/+2
* put things in place for jumbogramsmjacob2000-01-251-17/+35
* Correctly put the place to mark EOP where we actually do the packetmjacob2000-01-231-9/+9
* Remove some debugging code, replace one line that had spaces with tabs,mjacob2000-01-231-46/+3
* Get rid of the WX_XMIT_SMALL code- we've fixed that problem. Restructuremjacob2000-01-231-68/+131
* Add first pass of the Intel Gigabit Ethernet (wiseman) driver. Thismjacob2000-01-041-0/+1922
OpenPOWER on IntegriCloud