summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_nfe.c
AgeCommit message (Expand)Author
2006-02-11set IFCAP_VLAN_MTU in the capabilites field.Brad Smith
2006-02-11- call nfe_ifmedia_upd() early in nfe_init() to reset the PHY.Damien Bergamini
2006-02-11fix nfe_free_tx_ring() and nfe_reset_tx_ring() to unmap the good items.Damien Bergamini
2006-02-11don't free the mbuf in nfe_encap() if it can't be DMA'mapped since it isDamien Bergamini
2006-02-11MCP51 boards don't support jumbo frames..Damien Bergamini
2006-02-11force a wakeup of the MAC in nfe_init().Damien Bergamini
2006-02-10Only kick the TX engine once in nfe_start() and only if there areBrad Smith
2006-02-08Add back minimal debugging to help track down tx errors some MACsJonathan Gray
2006-02-08Use __LP64__ instead of __amd64__ for portability.Jonathan Gray
2006-02-07Disable checksum offload for the moment as it appears to notJonathan Gray
2006-02-05Simplify SIOCSIFADDR switch case a bit.Brad Smith
2006-02-05Eliminate a reset when configuring the IP address.Brad Smith
2006-02-05Don't force NFE_DEBUG, set default debug level to 0.Jonathan Gray
2006-02-05quiet nfe_intr().Damien Bergamini
2006-02-05unbreak the tree.Damien Bergamini
2006-02-05fix nfe_txeof().Damien Bergamini
2006-02-04- start MII timer in nfe_init() and move timer initialization in nfe_attach()Damien Bergamini
2006-02-04fix clearing of h/w csum flags in all but the first fragmentDamien Bergamini
2006-02-04handle link state change interrupts but do nothing for nowDamien Bergamini
2006-02-04- add support for multicast filters.Damien Bergamini
2006-01-22fixes miibus_{read,write}reg routines.Damien Bergamini
2006-01-20remove redundant code from nfe_attach().Brad Smith
2006-01-18initial Tx/Rx bits. not working yet.Damien Bergamini
2006-01-15fix dma mapping of tx ring.Damien Bergamini
2006-01-14Make sure interrupt is properly ack'd.Jonathan Gray
2005-12-17Don't dynamically assign ring size, simplifies ring structuresJonathan Gray
2005-12-17Split length and flags up into seperate variables inJonathan Gray
2005-12-14We aren't likely to need to keep track of crypted/decrypted ringJonathan Gray
2005-12-14Initial bits for an nvidia nforce Ethernet driver.Jonathan Gray