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_nfe.c
Age
Commit message (
Expand
)
Author
2006-03-25
allow bpf(4) to ignore packets based on their direction (inbound or
Damien Miller
2006-03-02
Put the PHY update/reset call in nfe_init back to the spot it was at
Jonathan Gray
2006-02-26
use sc->sc_dev.dv_xname consistently.
Damien Bergamini
2006-02-26
Let if_nfe.c compile again by putting declaration of ifp inside #ifdef
Kenneth R Westerback
2006-02-26
Don't define NFE_DEBUG by default.
Jonathan Gray
2006-02-24
check for M_PKTHDR.
Brad Smith
2006-02-22
fix nfe_txeof() to reset the wathdog timeout only when a full tx frame
Damien Bergamini
2006-02-22
re-enable interrupt mitigation and mask out NFE_IRQ_TIMER that was causing
Damien Bergamini
2006-02-22
update the media settings after MAC setup.
Brad Smith
2006-02-21
disable interrupt mitigation until i figure out why we're spending 10% of
Damien Bergamini
2006-02-20
- remove mbuf linearization code. it is broken in this context and it is very
Damien Bergamini
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
move setting IFCAP_VLAN_MTU back to where it is supposed to be.
Brad Smith
2006-02-15
add support for 64bit rings base addresses.
Damien Bergamini
2006-02-15
actually disable h/w VLAN tagging for now.
Damien Bergamini
2006-02-15
- enable jumbo frames for adapters that support it.
Damien Bergamini
2006-02-13
use pci_mapreg_type().
Brad Smith
2006-02-13
nVidia/nvidia -> NVIDIA
Brad Smith
2006-02-12
fix a printf
Damien Bergamini
2006-02-12
don't print shared interrupts when debugging is on.
Damien Bergamini
2006-02-12
use BUS_DMA_READ flag when mapping RX buffers.
Damien Bergamini
2006-02-12
reduce the number of DMA sync operations by sincing multiple TX descriptors
Damien Bergamini
2006-02-12
initial jumbo frames support (disabled for now).
Damien Bergamini
2006-02-11
set 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-11
fix nfe_free_tx_ring() and nfe_reset_tx_ring() to unmap the good items.
Damien Bergamini
2006-02-11
don't free the mbuf in nfe_encap() if it can't be DMA'mapped since it is
Damien Bergamini
2006-02-11
MCP51 boards don't support jumbo frames..
Damien Bergamini
2006-02-11
force a wakeup of the MAC in nfe_init().
Damien Bergamini
2006-02-10
Only kick the TX engine once in nfe_start() and only if there are
Brad Smith
2006-02-08
Add back minimal debugging to help track down tx errors some MACs
Jonathan Gray
2006-02-08
Use __LP64__ instead of __amd64__ for portability.
Jonathan Gray
2006-02-07
Disable checksum offload for the moment as it appears to not
Jonathan Gray
2006-02-05
Simplify SIOCSIFADDR switch case a bit.
Brad Smith
2006-02-05
Eliminate a reset when configuring the IP address.
Brad Smith
2006-02-05
Don't force NFE_DEBUG, set default debug level to 0.
Jonathan Gray
2006-02-05
quiet nfe_intr().
Damien Bergamini
2006-02-05
unbreak the tree.
Damien Bergamini
2006-02-05
fix nfe_txeof().
Damien Bergamini
2006-02-04
- start MII timer in nfe_init() and move timer initialization in nfe_attach()
Damien Bergamini
2006-02-04
fix clearing of h/w csum flags in all but the first fragment
Damien Bergamini
2006-02-04
handle link state change interrupts but do nothing for now
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-20
remove redundant code from nfe_attach().
Brad Smith
2006-01-18
initial Tx/Rx bits. not working yet.
Damien Bergamini
2006-01-15
fix dma mapping of tx ring.
Damien Bergamini
2006-01-14
Make sure interrupt is properly ack'd.
Jonathan Gray
2005-12-17
Don't dynamically assign ring size, simplifies ring structures
Jonathan Gray
[next]