summaryrefslogtreecommitdiff
path: root/sys/dev/ic/xl.c
AgeCommit message (Expand)Author
2017-01-22move counting if_opackets next to counting if_obytes in if_enqueue.David Gwynne
2016-04-13G/C IFQ_SET_READY().Martin Pieuchot
2015-11-25replace IFF_OACTIVE manipulation with mpsafe operations.David Gwynne
2015-11-24You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.Martin Pieuchot
2015-11-24The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.Martin Pieuchot
2015-10-25arp_ifinit() is no longer needed.Martin Pieuchot
2015-09-11Make room for media types of the future. Extend the ifmedia word to 64 bits.Stefan Sperling
2015-06-24Increment if_ipackets in if_input().Martin Pieuchot
2015-05-21tedu commented out xl_testpacket(), remove one of the IFQ_ENQUEUE()Martin Pieuchot
2015-03-24Convert to if_input().Martin Pieuchot
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2014-12-22unifdef INETTed Unangst
2014-12-19another handful of bcopy -> memcpy because there is no overlapTheo de Raadt
2014-12-08Have foo_init() call foo_reset() to reset the chip to a known stateBrad Smith
2014-11-24rxr ioctl handling.Brad Smith
2014-11-24- Check IFF_RUNNING in xl_intr().Brad Smith
2014-09-14remove uneeded proc.h includesJonathan Gray
2014-07-22Fewer <netinet/in_systm.h>Martin Pieuchot
2014-07-08cut things that relied on mclgeti for rx ring accounting/restriction overDavid Gwynne
2014-05-30Remove dead assignment and newly created unused variable.Charles Longeau
2013-12-28The few network drivers that called their children's (ie. mii PHYTheo de Raadt
2013-12-06Add a DVACT_WAKEUP op to the *_activate() API. This is called after theTheo de Raadt
2013-08-07Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2013-03-14Cosmetic tweaking. No functional change.Brad Smith
2013-03-07XL_DMACTL is a 32bit register, use the 32bit write macro.Brad Smith
2012-10-19Simplify xl_iff_90x() a bit and only check ac->ac_multicnt since ac_multicntBrad Smith
2012-10-13Move WOL activation to DVACT_POWERDOWN (instead of doing it twice, atTheo de Raadt
2012-02-24Correct the spelling of "transferred" and "transferring"Philip Guenthe
2011-07-14We must not call xl_wol_power() from xl_stop(). If we do the deviceStefan Sperling
2011-07-08Fix WoL support in xl(4). Now works with my hardware (3Com 3c905C).Stefan Sperling
2011-06-21remove some unnecessary casts. ok blambert deraadt kettenis matthewTed Unangst
2011-04-17Add wol support to xl(4). Not really tested, but hopefully someone willStefan Sperling
2011-04-05mechanic rename M_{TCP|UDP}V4_CSUM_OUT -> M_{TCP|UDP}_CSUM_OUTHenning Brauer
2010-09-22Call bus_dmamap_sync() of a dma descriptor before checking the ownershipClaudio Jeker
2010-09-21mclgeti() support for xl(4). All done by Loganaden Velvindron.Claudio Jeker
2010-09-20Stop doing shutdown hooks in network drivers where possible. We alreadyTheo de Raadt
2010-09-07remove the powerhook code. All architectures now use the ca_activate treeTheo de Raadt
2010-09-06initialize rv to 0 in the activate functionTheo de Raadt
2010-08-31Add DVACT_QUIECE support. This is called before splhigh() and beforeTheo de Raadt
2010-08-31activate function should return result of config_activate_childrenTheo de Raadt
2010-08-27Move the xl_pci_activate function into xl_activate so that it is in theTheo de Raadt
2010-08-12Reset the chip upon suspend, to make sure it stops DMA. Reset it again uponMark Kettenis
2010-08-06ca_activate function for suspend/resumeTheo de Raadt
2010-05-19BUS_DMA_ZERO instead of alloc, map, bzero.Owain Ainsworth
2009-12-22rewrite promiscuous mode and multicast handling; from BradChristian Weisgerber
2009-10-15Add detach support to a few more drivers, and in others do the neccessaryTheo de Raadt
2009-06-02The xl_detach() function is now used by pci code, so it must be in theTheo de Raadt
2008-11-28Eliminate the redundant bits of code for MTU and multicast handlingBrad Smith
2008-11-19Make sure to check that the TX queue is empty before clearing theBrad Smith
2008-11-19Do not reset TX threshold value whenever xl_init() is called. InsteadBrad Smith