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
/
ic
/
fxp.c
Age
Commit message (
Expand
)
Author
2008-02-21
Some fxp(4) chips do not like having their status/command registers accessed
Brad Smith
2008-02-20
- Only clear the IFF_OACTIVE flag if packets were processed.
Brad Smith
2007-10-13
remove unneeded declarations that shadows existing vars; ok by many.
Federico G. Schwindt
2007-08-31
new format firmware load message
Theo de Raadt
2007-06-06
do not include ipx headers (were not needed in the first place)
Henning Brauer
2007-05-08
put more foo_detach() routines where they are used
Theo de Raadt
2007-03-16
Add missing "goto fail;" in an error path of fxp_attach().
Claudio Jeker
2006-12-26
Don't re-initialize the card every time the IP address is changed.
Kenneth R Westerback
2006-12-13
insufficient testing, martin, please do not be a moron
Theo de Raadt
2006-12-13
eliminate unnecessary interface resets in fxp_ioctl()
Martin Reindl
2006-11-05
ANSI
Brad Smith
2006-10-26
fix fxp(4) so that it will reset the link when you change the speed... This
Brad Smith
2006-07-01
(fxp/re)_attach_common -> (fxp/re)_attach
Brad Smith
2006-05-22
Attach routines can fail before calling *hook_establish(), and they
Kenneth R Westerback
2006-03-25
allow bpf(4) to ignore packets based on their direction (inbound or
Damien Miller
2006-03-04
remove vlan header.
Brad Smith
2006-01-05
Disable the minimum size frame bundling when using the CPUSaver microcode.
Brad Smith
2006-01-05
load the CPUSaver 102E microcode for the 82551 Rev 10 chip.
Brad Smith
2005-11-07
splimp -> splnet
Brad Smith
2005-06-08
remove netns crud.
Henning Brauer
2005-05-27
- fix reception of VLAN sized frames on 82558 and up
Brad Smith
2005-05-13
move IFQ_SET_MAXLEN to just above IFQ_SET_READY
Brad Smith
2005-04-24
add microcode to support interrupt mitigation on the
Brad Smith
2005-02-03
unbreak by killing volatile from fxp_mdi_read(). No binary change.
Hans-Joerg Hoexer
2005-02-03
make prototype match function for fxp_mdi_read.
Kevin Lo
2005-01-15
rev 1.85
Brad Smith
2005-01-15
make sure interface is in RUNNING state before touching the multicast filters
Brad Smith
2005-01-14
use PCI Memory Write and Invalidate; from bogdan@eastonline.ru, ok pascoe
Theo de Raadt
2004-12-23
change FXPF_UCODE to mean "firmware load attempted". if the first
Theo de Raadt
2004-12-22
Use vfs firmware loader for fxp(4) interrupt coalescing microcode.
Alexander Yurchenko
2004-12-08
Defer reinitialisation of the RU until after the interrupt handler has had
Christopher Pascoe
2004-11-07
struct ucode.length should be in number of elements (u_int32_t), not
Daniel Hartmeier
2004-09-28
remove if NVLAN around IFCAP_VLAN_MTU
Brad Smith
2004-09-20
remove software-based workaround for the resume issue.
Brad Smith
2004-09-16
whitespace cleanup
Markus Friedl
2004-08-04
interrupt coalescing on post 82557 chips; from freebsd via Dmitry Bogdan <dsb...
Michael Shalayeff
2004-07-12
rearrange config-time printfs
Theo de Raadt
2004-06-27
stop passing an empty enaddr around since we figure out the
Brad Smith
2004-05-18
fix from netbsd to twiddle the fxp eeprom to disable dynamic standby mode
Bob Beck
2004-05-18
Check for and handle interface CRC errors.
Bob Beck
2004-05-12
network drivers don't need to include bpfdesc.h
Ted Unangst
2004-05-01
Fix nasty bug where driver would not correctly catch and handle an rnr
Bob Beck
2004-04-26
Allocate rx buffer mbuf clusters at ifconfig time, release them when the
Ryan Thomas McBride
2004-04-15
Fix incorrect error message (rx dma map, not tx).
Ryan Thomas McBride
2004-01-20
when reading eeprom for the address, DELAY(4) during the operations.
Theo de Raadt
2004-01-08
typo from Pedro Martelletto;
Jason McIntyre
2003-12-29
no vtophys(), don't need uvm_extern.h anymore.
Brad Smith
2003-12-23
htole vs letoh (no functional change
Michael Shalayeff
2003-10-21
typos from Tom Cosgrove;
Jason McIntyre
2003-05-28
The statistics are wrong endian. "netstat -i" now gives sane results.
Henric Jungheim
[next]