aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ixgb
Commit message (Collapse)AuthorAgeFilesLines
* Since if_ixgb doesn't contain locking or run with INTR_MPSAFE, markRobert Watson2004-08-141-1/+2
| | | | | | | the interface as IFF_NEEDSGIANT so if_start is run holding Giant. Notes: svn path=/head/; revision=133704
* PR kern/68474:Tony Ackerman2004-07-011-2/+2
| | | | | | | Changed if_ipending to if_flags Notes: svn path=/head/; revision=131426
* Add missing <sys/module.h> includes currently relying on nested includePoul-Henning Kamp2004-06-031-0/+1
| | | | | | | in <sys/kernel.h> Notes: svn path=/head/; revision=130026
* First release of ixgb driver for the Intel(R) PRO/10GbE Family of Adapters. ↵Tony Ackerman2004-05-2810-0/+6297
This driver has been developed for use with FreeBSD, version 4.8 and later. Submitted by: Hema Joyce Reviewed by: Prafulla Deuskar Approved by: Prafulla Deuskar MFC after: 1 week Notes: svn path=/head/; revision=129794