summaryrefslogtreecommitdiffstats
path: root/sys/dev/ixgb
Commit message (Expand)AuthorAgeFilesLines
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-102-21/+23
* Convert to the faster bus_dmamap_load_mbuf_sg() interface.alc2005-05-182-34/+16
* Add locking and enable INTR_MPSAFE. Eliminate spl calls.alc2005-04-052-55/+102
* Fix copy&paste error in my previous commit.mux2005-03-271-2/+2
* Fix a bunch of bugs I came accross when looking at the ixgb(4) driver,mux2005-03-273-41/+9
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-051-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-064-3/+7
* Since if_ixgb doesn't contain locking or run with INTR_MPSAFE, markrwatson2004-08-141-1/+2
* PR kern/68474:tackerman2004-07-011-2/+2
* Add missing <sys/module.h> includes currently relying on nested includephk2004-06-031-0/+1
* First release of ixgb driver for the Intel(R) PRO/10GbE Family of Adapters. ...tackerman2004-05-2810-0/+6297
OpenPOWER on IntegriCloud