summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_nfereg.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make sure newer adapters are not in powerdown mode.jsg2007-12-051-1/+6
* Add support for HW TCP/IP checksum offload for adapters that support it.damien2007-01-081-3/+5
* Correct the WOL magic value and rename NFE_WOL_MAGIC to NFE_WOL_ENABLE.brad2006-11-151-2/+2
* - remove ETHER_MAX_LEN_JUMBO and ETHERMTU_JUMBO.brad2006-05-281-2/+5
* increase the Tx ring count from 64 to 256.brad2006-05-011-2/+2
* Use %b in error flag printfs to describe meaning of error bits.jsg2006-04-261-1/+8
* re-enable interrupt mitigation and mask out NFE_IRQ_TIMER that was causingdamien2006-02-221-2/+6
* - remove mbuf linearization code. it is broken in this context and it is verydamien2006-02-201-2/+2
* - fix h/w VLAN tagging and enable it for adapters that support it (VLAN tagdamien2006-02-191-1/+7
* - stop enabling/disabling interrupts in nfe_intr().damien2006-02-161-4/+4
* add support for 64bit rings base addresses.damien2006-02-151-3/+5
* - enable jumbo frames for adapters that support it.damien2006-02-151-4/+10
* initial jumbo frames support (disabled for now).damien2006-02-121-1/+5
* - call nfe_ifmedia_upd() early in nfe_init() to reset the PHY.damien2006-02-111-2/+2
* force a wakeup of the MAC in nfe_init().damien2006-02-111-1/+4
* reorganize descriptors flags declarations; it was very confusing.damien2006-02-041-12/+14
* - start MII timer in nfe_init() and move timer initialization in nfe_attach()damien2006-02-041-9/+15
* - add support for multicast filters.damien2006-02-041-9/+9
* fixes miibus_{read,write}reg routines.damien2006-01-221-4/+6
* initial Tx/Rx bits. not working yet.damien2006-01-181-15/+28
* Split length and flags up into seperate variables injsg2005-12-171-4/+6
* Initial bits for an nvidia nforce Ethernet driver.jsg2005-12-141-0/+130