Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | the 82598AT variant of ix(4) is 10GbaseT, change media type from AUTO. | 2008-06-19 | 1 | -1/+3 | ||
| | ||||||
* | rename arc4random_bytes => arc4random_buf to match libc's nicer name; | 2008-06-09 | 1 | -2/+2 | ||
| | | | | ok deraadt@ | |||||
* | more cleanup, removed unused code. we don't do LRO/RSS yet, code can | 2008-06-08 | 1 | -99/+10 | ||
| | | | | be added later if we ever support it. | |||||
* | dma sync the tx ring and post new packets to the chip once per call to | 2008-06-08 | 1 | -12/+20 | ||
| | | | | | | the start routine instead of once per packet. From ixgb(4), also works with ix(4) | |||||
* | we don't support msi/msi-x, remove the code | 2008-06-08 | 1 | -208/+3 | ||
| | ||||||
* | replace strange Linux-style u8/u16/u32/u64/s32 integer types with the | 2008-06-08 | 1 | -71/+70 | ||
| | | | | | 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). | |||||
* | Import ix, a driver for the Intel 82598 PCI-Express 10 Gig Ethernet Adapter, | 2008-06-08 | 1 | -0/+3443 | ||
based on Intel's ixgbe driver. Done on borrowed hardware since Intel was too poor to give us a card. ok deraadt@ |