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_age.c
Age
Commit message (
Expand
)
Author
2011-10-19
Add some missing bus_dmamap_sync()'s and sync the others with
Kevin Lo
2011-09-21
Some minor clean up to the _start funtions to make the code read a little
Kevin Lo
2011-09-15
Fix up age_encap() / age_start()..
Kevin Lo
2011-08-26
Prevent watchdog timeouts; tested by Thomas Pfaff
Kevin Lo
2011-06-17
Enable MSI support; tested by Thomas Pfaff
Kevin Lo
2011-05-28
age_newbuf is called from the interrupt context so it can't sleep.
Kevin Lo
2011-04-05
mechanic rename M_{TCP|UDP}V4_CSUM_OUT -> M_{TCP|UDP}_CSUM_OUT
Henning Brauer
2010-08-27
remove the unused if_init callback in struct ifnet
Jonathan Gray
2010-05-19
BUS_DMA_ZERO love.
Owain Ainsworth
2010-04-08
these files don't need to include proc.h anymore. ok oga for agp
Ted Unangst
2010-02-27
Fix multicast handling. All Atheros controllers use big-endian form
Kevin Lo
2010-01-07
Rename _rxfilter functions to _iff for consistency. From Brad, ok kevlo@
Stuart Henderson
2009-09-13
M_DUP_PKTHDR() define -> m_dup_pkthdr() function to properly deal
Kenneth R Westerback
2009-07-28
- Don't access VPD even if hardware advertised the capability.
Kevin Lo
2009-07-28
Add flow control support
Kevin Lo
2009-03-29
make various strings ("can't map mem space" and similar) more consistent
Stuart Henderson
2009-02-23
- fix test for IPv4 checksum
Kevin Lo
2009-02-14
this was not even test compiled without VLAN support
Theo de Raadt
2009-01-16
Add Attansic L1 gigabit Ethernet driver.
Kevin Lo