summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_et.c
AgeCommit message (Expand)Author
2013-08-07Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2010-08-27remove the unused if_init callback in struct ifnetJonathan Gray
2010-05-19BUS_DMA_ZERO instead of alloc, map, bzero.Owain Ainsworth
2009-09-13M_DUP_PKTHDR() define -> m_dup_pkthdr() function to properly dealKenneth R Westerback
2009-08-10A few more simple cases of shutdown hooks which only call xxstop, whenTheo de Raadt
2009-03-29make various strings ("can't map mem space" and similar) more consistentStuart Henderson
2008-11-28Eliminate the redundant bits of code for MTU and multicast handlingBrad Smith
2008-11-04fix potential null dereference.Charles Longeau
2008-10-02First step towards cleaning up the Ethernet driver ioctl handling.Brad Smith
2008-09-10Convert timeout_add() calls using multiples of hz to timeout_add_sec()Bret Lambert
2008-07-11remove an unused function. ok jsg@Kevin Lo
2008-06-08Unmapping memory from pci_mapreg_map() on detach lets usJonathan Gray
2008-06-08Make et(4) detachable, help tracking down a problem thatJonathan Gray
2008-05-26Count output packets.Brad Smith
2008-05-23Simplify the combination use of pci_mapreg_type()/pci_mapreg_map() asBrad Smith
2008-02-08ifp->if_start -> et_startBrad Smith
2008-02-03- remove redundant setting of if_mtu as this is set by ether_ifattach().Brad Smith
2007-11-26So instead of triggering a tx interrupt for each packet issue one forClaudio Jeker
2007-11-25Do a TX interrupt for each packet instead of every 126th one. This willClaudio Jeker
2007-11-25Strip the CRC in rxeof()Jonathan Gray
2007-11-25Correctly setup the tx descriptor by using the right mapping infos.Claudio Jeker
2007-10-30Initial port of Sepherosa Ziehau's DragonFlyBSD driversJonathan Gray