summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_nfevar.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove the custom jumbo allocator. its never been enabled or used.dlg2014-08-201-13/+1
* Rewrite receive filter and ioctl handling code.brad2013-04-011-2/+1
* Wake on LAN support for nfe(4). Tested by me, russel on misc@, and jsg.stsp2012-08-311-1/+2
* remove the powerhook code. All architectures now use the ca_activate treederaadt2010-09-071-2/+1
* Make sure newer adapters are not in powerdown mode.jsg2007-12-051-1/+2
* Correct the backwards ethernet address that some NVidia MACs have.ckuethe2007-09-011-6/+7
* - fix h/w VLAN tagging and enable it for adapters that support it (VLAN tagdamien2006-02-191-2/+2
* - stop enabling/disabling interrupts in nfe_intr().damien2006-02-161-1/+2
* - enable jumbo frames for adapters that support it.damien2006-02-151-2/+3
* initial jumbo frames support (disabled for now).damien2006-02-121-1/+14
* - start MII timer in nfe_init() and move timer initialization in nfe_attach()damien2006-02-041-3/+4
* - add support for multicast filters.damien2006-02-041-1/+2
* fixes miibus_{read,write}reg routines.damien2006-01-221-1/+2
* initial Tx/Rx bits. not working yet.damien2006-01-181-14/+15
* Don't dynamically assign ring size, simplifies ring structuresjsg2005-12-171-5/+3
* We aren't likely to need to keep track of crypted/decrypted ringjsg2005-12-141-4/+1
* Initial bits for an nvidia nforce Ethernet driver.jsg2005-12-141-0/+77