summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_sk.c
AgeCommit message (Expand)Author
2012-10-18Convert a number of old private copies of code which predatesTheo de Raadt
2012-02-24Correct the spelling of "transferred" and "transferring"Philip Guenthe
2011-06-22kill a few more casts that aren't helpful. ok krw miodTed Unangst
2011-04-03use nitems(); no binary change for drivers that are compiled on amd64.Jasper Lievisse Adriaanse
2010-09-20Stop doing shutdown hooks in network drivers where possible. We alreadyTheo de Raadt
2010-05-19BUS_DMA_ZERO instead of alloc, map, bzero.Owain Ainsworth
2009-10-17use sc->sk_bsize in the unmap call too; ok theoMartynas Venckus
2009-10-15Add detach support to a few more drivers, and in others do the neccessaryTheo de Raadt
2009-10-04Merge over a bunch of detach logic from msk(4) so that this driver canTheo de Raadt
2009-08-13- consistify cfdriver for the ethernet drivers (0 -> NULL)Jasper Lievisse Adriaanse
2009-07-08revert MCLGETI for sk(4) for now. commit requested by deraadt@Stuart Henderson
2009-03-30Switch sk(4) over to using MCLGETI when allocating mbufs for the RX ring.Mark Kettenis
2008-11-28Eliminate the redundant bits of code for MTU and multicast handlingBrad Smith
2008-10-14Change m_devget()'s outdated and unused "offset" argument: It isChristian Weisgerber
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-05-24Also recognize the Schneider & Koch SK-9821/SK-9843 adapters fromBrad Smith
2008-05-23Simplify the combination use of pci_mapreg_type()/pci_mapreg_map() asBrad Smith
2008-03-02Change some spaces to tabs in the transmit functions.Brad Smith
2008-01-17Add splnet around mii_tick() in sk_yukon_tick().Brad Smith
2007-05-26separate the attach information from the status information with a colon.Reyk Floeter
2007-05-22%z in printf(9) is not the same as %z in printf(3). Change to %luRay Lai
2007-05-07shrink code by not using __inline without static; ok kettenisTheo de Raadt
2007-02-12Fix prototype, from brad@, no binary changePedro Martelletto
2007-02-10Move HASH_BITS constant to if_skreg.h as SK_HASH_BITS. Remove unusedKenneth R Westerback
2007-02-03Fix typo; clear tx FIFO underrun IRQ as intended instead of rx FIFO overrunMark Kettenis
2007-01-18Don't reinitialize card at every media change.Kenneth R Westerback
2007-01-05For Yukon-based cards, pass MIIF_DOPAUSE to mii_attach().Mark Kettenis
2007-01-03In sk_marv_miibus_writereg, wait for busy flag to clear instead ofMark Kettenis
2007-01-03Don't say 'Marvell' twice for each sk/msk device in dmesg. No functionalKenneth R Westerback
2006-12-06- Move TX ring full sanity check further up and check the number of DMAReyk Floeter
2006-11-16remove the small amount of code for Yukon-2 chipsets now that there is msk(4).Brad Smith
2006-11-08Make XMAC work on on big-endian systems.Mark Kettenis
2006-10-16Fix some "is is"s. ok otto@.Tom Cosgrove
2006-09-27fix the use of LIST_INSERT_HEAD in [m]sk_alloc_jumbo_mem().Brad Smith
2006-09-26Set sk_jumbo_buf to NULL if malloc() fails in the for loop withinBrad Smith
2006-09-18g/c unused SK_{SET,CLR}BIT macrosBrad Smith
2006-08-17cosmetic tweaks.Brad Smith
2006-08-17remove PCI ids which msk(4) will match against from sk(4).Brad Smith
2006-08-09revert rev 1.119 as this seems to cause problems with some PHY.Brad Smith
2006-08-04and the same goes for sk_init_yukon().Brad Smith
2006-08-04remove now redundant promiscuous mode handling code from sk_init_xmac().Brad Smith
2006-08-04refactor the promiscuous mode handling code and simplify the ioctl handler.Brad Smith
2006-08-04Fix busy check for PHY write operation with Yukon chips.Brad Smith
2006-07-30Add more strict receive path packet validation routine. PreviouslyBrad Smith
2006-07-23improved Yukon init routine with proper workaround for the PHY COMA mode.Brad Smith
2006-06-22Add appropriate swapping for big-endian systems. Allows sk(4) to workBrad Smith
2006-06-22adjust PCI ids.Brad Smith
2006-06-17add sys/timeout.hBrad Smith
2006-06-17remove some whitespace.Brad Smith