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_em.c
Age
Commit message (
Expand
)
Author
2009-01-27
make drivers tell the mclgeti allocator what their maximum ring size is
David Gwynne
2008-12-23
allow us to completely exhaust the rx ring now that we handle the RXO (rx
David Gwynne
2008-12-21
rework the programming of the multicast addresses onto the chip to use the
David Gwynne
2008-12-21
use the RXO (rx overflow) interrupt to try to refill the rx ring. this lets
David Gwynne
2008-12-15
revert 1.20 now that the new allocator is used to control the number of
Brad Smith
2008-12-06
uncount clusters taken off the rx ring immediately. if those clusters were
David Gwynne
2008-12-04
Add initial support for the ICH9 IGP M and ICH9 IGP M AMT chipsets.
Brad Smith
2008-12-03
recommit the use of the new mbuf cluster allocator.
David Gwynne
2008-11-29
revert 1.197 if_em.c, 1.38/1.39 if_em.h, requested by dlg, until a bug
Stuart Henderson
2008-11-28
Eliminate the redundant bits of code for MTU and multicast handling
Brad Smith
2008-11-26
rework the filling of the rx ring. this switches us to having the cluster
David Gwynne
2008-11-24
some whitespace fixes in em_rxeof
David Gwynne
2008-11-09
Introduce bpf_mtap_ether(), which for the benefit of bpf listeners
Christian Weisgerber
2008-10-28
Some tweaks for the usage of NVLAN > 0 checks in the code.
Brad Smith
2008-10-19
Re-add support TX VLAN tag insertion and RX VLAN tag stripping.
Brad Smith
2008-10-15
Second pass of simple timeout_add -> timeout_add_sec conversions
Bret Lambert
2008-10-05
Always update published link state even if the internal link state doesn't
Mark Kettenis
2008-10-02
First step towards cleaning up the Ethernet driver ioctl handling.
Brad Smith
2008-09-30
style nits.
Brad Smith
2008-09-24
remove dead stores and newly created unused variables.
Charles Longeau
2008-08-29
Disable the use of Jumbo frames on the first generation chips (82542).
Brad Smith
2008-07-15
Backout rev 1.162. This change made us muck with with pci config space at
Mark Kettenis
2008-06-15
Don't see rx_abs_int_delay if rx_int_delay is not set. Setting
Todd C. Miller
2008-06-08
don't declare foo_driver_version[] strings and turn them into defines,
Reyk Floeter
2008-06-03
put code to print periodic debug statistics in #ifdef EM_DEBUG, shrinks
Brad Smith
2008-05-13
Since Ethernet links can only be full duplex or half duplex the link
Brad Smith
2008-04-09
dma sync the tx ring and post new packets to the chip once per call to
David Gwynne
2008-03-02
At the moment em_flowstatus() does not deal with fiber interfaces and
Brad Smith
2008-03-02
If bus_dmamap_load_mbuf() fails in em_get_buf() use m_freem() intead of
Brad Smith
2008-02-27
Correct the watchdog timer by moving it out from under the condition check
Brad Smith
2008-02-20
Add support for the Intel ICH9 chipsets.
Brad Smith
2008-02-04
Add PCI ids for some 82571 based multi port adapters.
Brad Smith
2008-02-02
Move the current flow control status code out of em_media_status()
Brad Smith
2007-10-21
Allow for the adjustment of the number of RX descriptors
Brad Smith
2007-10-01
More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' where
Kenneth R Westerback
2007-05-31
only call em_init() when IFF_UP is set, not unconditional.
Henning Brauer
2007-05-31
1000 != 0x1000 (4096)
Chris Kuethe
2007-05-30
Move the knob for the interrupt throttling register next to the knobs for
Chris Kuethe
2007-05-09
delete unused functions. typical vendor garbage driver..; ok kettenis
Theo de Raadt
2007-05-09
Revert rev 1.116. For some reason this caused the device to do DMA from/to
Mark Kettenis
2007-03-16
A new PCI id for Intel's PCIe quad port fiber adapter.
Reyk Floeter
2007-01-26
Workaround for an issue with em(4) interfaces on Lenovo X60/T60 laptops where
Tobias Weingartner
2007-01-21
Fix typo. From brad@
Mark Kettenis
2007-01-15
Report flow control status.
Mark Kettenis
2006-12-27
Set IFM_ETH_MASTER if local PHY configuration resolved to MASTER.
Mark Kettenis
2006-12-06
Implement em_read_pcie_cap_reg(), where we set the max read size on
Reyk Floeter
2006-12-04
report full/half duplex state for non-MII interfaces
Reyk Floeter
2006-11-21
Remove watchdog handler workaround introduced in rev 1.149 which is no
Brad Smith
2006-11-21
style changes. no op.
Brad Smith
2006-11-18
fix comments
Brad Smith
[next]