summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_wx.c
Commit message (Expand)AuthorAgeFilesLines
* Remove this driver from FreeBSD.mjacob2001-10-201-2217/+0
* Whack on this soon to be deprecated driver.mjacob2001-10-151-28/+146
* Note that this driver is soon to be deprecated and removed from FreeBSD.mjacob2001-10-091-1/+6
* Let's not kid ourselves- we don't *really* support jumbframes yet.mjacob2001-10-021-0/+7
* Various fixes and improvements- some from the folks at Sitara Networks (thx)mjacob2001-10-021-13/+33
* Remove all OpenBSD/NetBSD code. It was the right place to start from, butmjacob2001-10-021-445/+51
* Fix typo in a comment.luigi2001-09-271-1/+1
* John Polstramjacob2001-08-241-2/+1
* 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