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
2003-12-09
match a couple more models
Henning Brauer
2003-12-04
match new ones, ok theo
Henning Brauer
2003-12-04
add code to actually enable multicast reception; go-ahead from deraadt@
Christian Weisgerber
2003-10-13
rx checksum offload support (based on the freebsd implementation)
Jason Wright
2003-10-05
Stop the chip from stripping VLAN headers (the driver
Henric Jungheim
2003-08-23
switch to ether_input_mbuf; krw@ testing and ok.
Federico G. Schwindt
2003-06-29
change a %ju (which we dont have yet) to a %lu with an argument cast
Anil Madhavapeddy
2003-06-13
Sync with FreeBSD's "em".
Henric Jungheim
2003-06-13
Add/fix some PCI ids for Intel gig hardware. pcidevs diff from henric@.
Brad Smith
2003-02-27
print out the ethernet address in the dmesg.
Nathan Binkert
2002-12-18
fix memory leak when downing an interface.
Nathan Binkert
2002-11-26
1000baseTX -> 1000baseT
Nathan Binkert
2002-11-26
use pci_matchbyid
Nathan Binkert
2002-11-22
nate, why is it that for every single ethernet driver you merge into the
Theo de Raadt
2002-09-25
#if NVLAN > 0 around vlan portions of code
Nathan Binkert
2002-09-24
Driver for Intel PRO/1000 gigabit ethernet adapters.
Nathan Binkert