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
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
2006-11-17
Add a lower TX threshold value and use this when checking the number of
Brad Smith
2006-11-14
Rework the transmit register handling. In em_encap() store the index of
Brad Smith
2006-11-10
Pre-allocate the TX DMA maps intead of creating and destroying a DMA map
Brad Smith
2006-11-07
em_get_buf():
Brad Smith
2006-11-06
Sync up to Intel's latest FreeBSD em driver (6.2.9). Adds support
Brad Smith
2006-11-03
the 8257E KCS PCI id is not the MAC but an IPMI interface being provided
Brad Smith
2006-10-30
removed unused variable.
David Gwynne
2006-09-29
move the checksum stuff under EM_CSUM_OFFLOAD.
Brad Smith
2006-09-17
Try to reclaim the TX descriptors in the watchdog handler before actually
Brad Smith
2006-09-17
Overhaul RX path to recover from mbuf cluster allocation failure.
Brad Smith
2006-09-17
revert revision 1.131, the code in question was later found to not ensure
Brad Smith
2006-08-22
- Re-add the m_adj() back into em_get_buf(), but this time check
Brad Smith
2006-08-14
replace a incorrect number with a proper define. this is a no-op change
Brad Smith
2006-08-09
cosmetic tweaks.
Brad Smith
2006-08-09
Sync up to Intel's latest FreeBSD em driver (6.1.4). Adds PCI id for the PCIe
Brad Smith
2006-08-09
Use the DMA map size from the DMA map instead of the dma_size field with
Brad Smith
2006-08-04
- merge em/ixgb_disable_promisc() into em/ixgb_set_promisc().
Brad Smith
[next]