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-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
2006-03-28
Sync up to Intel's latest FreeBSD em driver (5.1.5). Adds support
Brad Smith
2006-03-27
sync in some of the new PCI ids.
Brad Smith
2006-03-25
allow bpf(4) to ignore packets based on their direction (inbound or
Damien Miller
2006-02-24
update link status here.
Brad Smith
2006-02-22
For 82544 and newer chips increase the number of TX descriptors to 512.
Brad Smith
2006-02-17
If there is no link then set IFM_NONE so ifconfig will show a media
Brad Smith
2006-02-17
- simplify link state handling code.
Brad Smith
2006-02-15
be gone whitespace.
Brad Smith
2006-02-10
fix a typo in em_clean_transmit_interrupts() that will cause the
Brad Smith
2006-02-10
remove unnecessary link state check in the watchdog handler.
Brad Smith
2006-01-28
a little cleaning.
Brad Smith
2006-01-14
Only update the RX ring consumer pointer after running through the RX loop,
Brad Smith
2005-12-10
add a shutdown function and register it with shutdownhook_establish().
Brad Smith
2005-12-10
remove a bit of unused code.
Brad Smith
2005-12-04
On the 82571 and newer chipset the ICR register is meaningful only
Brad Smith
2005-11-28
back out last change, caused me panics on jumbo packets, ok deraadt@
Peter Stromberg
2005-11-27
Since reception of Jumbo frames is enabled by default; ensure proper
Brad Smith
2005-11-26
set Ethernet flow control parameters in em_hardware_init()
Brad Smith
2005-11-19
a whole lot of spaces to tabs, KNF and some other cleaning.
Brad Smith
2005-11-18
PCIX -> PCI-X in a few comments
Brad Smith
2005-11-18
Use bus_addr_t for address in em_fill_descriptors().
Brad Smith
2005-11-18
fix wrong htole usage in the 82544 PCI-X workaround codepath in em_encap().
Brad Smith
2005-11-18
revert part of rev 1.45 ..
Brad Smith
2005-11-15
remove braces and fix indenting here so its easier to read.
Brad Smith
2005-11-14
re-add comment which is still valid for em_print_hw_stats().
Brad Smith
2005-11-14
remove unused em_print_debug_info() function.
Brad Smith
2005-11-14
remove unused HW VLAN tagging support which cannot be used due to HW limitati...
Brad Smith
2005-11-13
- Introduce two more stat counters, counting number of RX
Brad Smith
2005-11-08
Sync up to Intel's latest FreeBSD em driver (3.2.18). A few fixes
Brad Smith
2005-11-04
don't bother setting error in em_attach() since it's
Brad Smith
2005-10-26
add missing bus_dmamap_sync()'s, much closer to working on hppa
Brad Smith
2005-10-24
Revamp interrupt handling in em(4) driver:
Brad Smith
2005-10-21
Remove unused global adapter linked list.
Brad Smith
2005-10-21
In em_process_receive_interrupts() cycle check IFF_RUNNING flag.
Brad Smith
2005-10-16
While in em_process_receive_interrupts() processing the packet em_init()
Brad Smith
2005-10-15
- put spl's right in the code and remove the macros
Brad Smith
2005-10-15
sort PCI ids
Brad Smith
2005-10-10
- use correct size when setting hw.max_frame_size for non PCI-E cards
Brad Smith
2005-10-09
remove colon after "address" when printing the MAC address.
Brad Smith
2005-10-08
fix spl usage in em_init().
Brad Smith
[next]