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