Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - xge_mcast_filter() -> xge_setmulti(). | 2006-08-10 | 1 | -23/+27 | ||
| | | | | | - move the promiscuous mode handling code to xge_setpromisc() and simplify the ioctl handler. | |||||
* | - Use BUS_DMA_NOWAIT flag with bus_dmamap_create() in xge_attach() for the | 2006-08-10 | 1 | -5/+5 | ||
| | | | | | | | | creation of transmit and receive DMA maps. - Fix typos in xge_alloc_rxmem(), make sure to destroy and unmap the RX descriptor map instead of the TX descriptor map when encountering an error. From Gireesh Nagabhushana @ Neterion | |||||
* | disable Jumbos until reception of Jumbo frames can be fixed. | 2006-08-02 | 1 | -1/+7 | ||
| | ||||||
* | lower the number of TX descriptors from 8192 to 2048. | 2006-07-21 | 1 | -2/+2 | ||
| | | | | From Gireesh Nagabhushana @ Neterion | |||||
* | debug message macros. | 2006-07-14 | 1 | -1/+12 | ||
| | ||||||
* | use the 10Gb SR media type for now. | 2006-06-21 | 1 | -4/+4 | ||
| | ||||||
* | fix up the comment. | 2006-06-09 | 1 | -3/+3 | ||
| | ||||||
* | hide link up/down messages under XGE_DEBUG. | 2006-06-01 | 1 | -1/+5 | ||
| | ||||||
* | do not enable promiscous mode by default. | 2006-06-01 | 1 | -4/+21 | ||
| | ||||||
* | These magics -> This magic | 2006-06-01 | 1 | -2/+2 | ||
| | ||||||
* | The largest allowable frame size is 9622 bytes. | 2006-06-01 | 1 | -3/+4 | ||
| | ||||||
* | enable hardware RX checksum offload. | 2006-06-01 | 1 | -18/+7 | ||
| | ||||||
* | formatting | 2006-06-01 | 1 | -27/+30 | ||
| | ||||||
* | - remove ETHER_MAX_LEN_JUMBO and ETHERMTU_JUMBO. | 2006-05-28 | 1 | -6/+7 | ||
| | | | | | | - use if_hardmtu for MTU ioctl handlers. ok reyk@ | |||||
* | unknown ioctl is ENOTTY not EINVAL | 2006-05-28 | 1 | -2/+2 | ||
| | ||||||
* | remove IFCAP_JUMBO_MTU interface capabilities flag and set if_hardmtu in a few | 2006-05-27 | 1 | -2/+2 | ||
| | | | | | | more drivers. ok reyk@ | |||||
* | rename jumbo mtu to if_hardmtu; ok brad reyk | 2006-05-26 | 1 | -2/+2 | ||
| | ||||||
* | set if_jumbo_mtu and the IFCAP_JUMBO_MTU capabilities flag where | 2006-05-20 | 1 | -2/+3 | ||
| | | | | | | appropriate. ok reyk@ | |||||
* | add a shutdown hook. | 2006-05-15 | 1 | -2/+15 | ||
| | ||||||
* | only call init if not running. | 2006-05-14 | 1 | -2/+3 | ||
| | ||||||
* | set the multicast filter in xge_init(). | 2006-05-14 | 1 | -1/+3 | ||
| | ||||||
* | set the maximum MRU by default. | 2006-05-14 | 1 | -6/+6 | ||
| | ||||||
* | account for interrupts in the interrupt handler. | 2006-05-14 | 1 | -2/+2 | ||
| | ||||||
* | re-enable link up/down messages because they spray a lot right now | 2006-05-14 | 1 | -6/+2 | ||
| | | | | | (clearly indicating some bug) copy mac address correctly | |||||
* | comment out link up/down printf's. | 2006-05-14 | 1 | -1/+5 | ||
| | ||||||
* | use the PCI id from pcireg.h | 2006-05-13 | 1 | -2/+2 | ||
| | ||||||
* | add the PCI id and minimal changes necessary for the Xframe-II, according | 2006-05-13 | 1 | -6/+25 | ||
| | | | | to the Xframe-II porting docs from Neterion. currently untested. | |||||
* | always call xge_init() here, for the time being. | 2006-05-01 | 1 | -3/+2 | ||
| | ||||||
* | OpenBSD-ify the attach function printf's. | 2006-05-01 | 1 | -18/+15 | ||
| | ||||||
* | initial port of a driver for the Neterion Xframe-I 10Gb Ethernet adapter. | 2006-05-01 | 1 | -0/+1323 | ||
From NetBSD |