Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-08 | more cleanup, removed unused code. we don't do LRO/RSS yet, code can | Reyk Floeter | |
be added later if we ever support it. | |||
2008-06-08 | replace strange Linux-style u8/u16/u32/u64/s32 integer types with the | Reyk Floeter | |
standard C99 uint*_t/int*_t types (i don't get why these drivers always use their own types when there is a well-defined standard). | |||
2008-06-08 | Import ix, a driver for the Intel 82598 PCI-Express 10 Gig Ethernet Adapter, | Reyk Floeter | |
based on Intel's ixgbe driver. Done on borrowed hardware since Intel was too poor to give us a card. ok deraadt@ |