index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
if_nfevar.h
Age
Commit message (
Expand
)
Author
2013-04-01
Rewrite receive filter and ioctl handling code.
Brad Smith
2012-08-31
Wake on LAN support for nfe(4). Tested by me, russel on misc@, and jsg.
Stefan Sperling
2010-09-07
remove the powerhook code. All architectures now use the ca_activate tree
Theo de Raadt
2007-12-05
Make sure newer adapters are not in powerdown mode.
Jonathan Gray
2007-09-01
Correct the backwards ethernet address that some NVidia MACs have.
Chris Kuethe
2006-02-19
- fix h/w VLAN tagging and enable it for adapters that support it (VLAN tag
Damien Bergamini
2006-02-16
- stop enabling/disabling interrupts in nfe_intr().
Damien Bergamini
2006-02-15
- enable jumbo frames for adapters that support it.
Damien Bergamini
2006-02-12
initial jumbo frames support (disabled for now).
Damien Bergamini
2006-02-04
- start MII timer in nfe_init() and move timer initialization in nfe_attach()
Damien Bergamini
2006-02-04
- add support for multicast filters.
Damien Bergamini
2006-01-22
fixes miibus_{read,write}reg routines.
Damien Bergamini
2006-01-18
initial Tx/Rx bits. not working yet.
Damien Bergamini
2005-12-17
Don't dynamically assign ring size, simplifies ring structures
Jonathan Gray
2005-12-14
We aren't likely to need to keep track of crypted/decrypted ring
Jonathan Gray
2005-12-14
Initial bits for an nvidia nforce Ethernet driver.
Jonathan Gray