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
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
2006-08-04
fix up error messages in em/ixgb_allocate_pci_resources().
Brad Smith
2006-08-01
(em/ixgb)_(clean_transmit_interrupts/process_receive_interrupts) ->
Brad Smith
2006-07-10
Fully initialize the softc structure before enabling interrupt. ok brad@
Dale Rahn
2006-07-08
don't add 1000Mbps media types for a 10/100 only PHY.
Brad Smith
2006-07-07
Sync up to Intel's latest FreeBSD em driver (6.0.5). Adds support
Brad Smith
2006-07-05
revert back to the older driver as this causes some breakage.
Brad Smith
2006-07-03
Sync up to Intel's latest FreeBSD em driver (6.0.5). Adds support
Brad Smith
2006-06-28
remove some whitespace.
Brad Smith
2006-06-24
make em_fixup_rx() a void function.
Brad Smith
2006-05-31
fix Jumbo frames on strict alignment architectures by allocating a new mbuf and
Brad Smith
2006-05-28
- force the maximum receivable frame size down to 1518 bytes for
Brad Smith
2006-05-28
always set if_hardmtu.
Brad Smith
2006-05-28
use if_hardmtu for MTU ioctl handler.
Brad Smith
2006-05-28
unknown ioctl is ENOTTY not EINVAL
Jason Wright
2006-05-27
remove IFCAP_JUMBO_MTU interface capabilities flag and set if_hardmtu in a few
Brad Smith
2006-05-26
rename jumbo mtu to if_hardmtu; ok brad reyk
Theo de Raadt
2006-05-25
formatting
Brad Smith
2006-05-25
formatting; ok brad
Jason Wright
2006-05-20
fix pci resource allocation in em, don't crash!
Reyk Floeter
2006-05-20
set if_jumbo_mtu and the IFCAP_JUMBO_MTU capabilities flag where
Brad Smith
2006-05-20
simplify MTU ioctl switch case.
Brad Smith
2006-05-07
fix a typo and some KNF.
Brad Smith
2006-05-07
- Remove unreachable bus_dmamap_unload() in em_dma_malloc().
Brad Smith
2006-05-01
replace magic value of 32 with EM_MAX_SCATTER.
Brad Smith
2006-04-28
when setting the interface address, only call em_init() if the interface
Brad Smith
2006-04-18
add a few more Intel Gig PCI ids.
Brad Smith
2006-04-16
remove splnet usage from em_intr().
Brad Smith
2006-04-12
when the interrupt handler has run out of work to do it shouldnt return 0
David Gwynne
[next]