summaryrefslogtreecommitdiff
path: root/sys/dev/ic/seeq8005.c
AgeCommit message (Expand)Author
2020-01-30Adopt <net/if_stats.h>.thorpej
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
2019-05-28 Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*.msaitoh
2019-05-23 Whitespace fix (mainly tabify).msaitoh
2019-05-23-No functional change:msaitoh
2019-02-05 Remove very old IFF_NOTRAILERS flag.msaitoh
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2018-06-26 Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backwardmsaitoh
2018-06-22 It's not required to include net/bpfdesc.h. Remove it.msaitoh
2016-12-15Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_inputozaki-r
2016-06-10Introduce m_set_rcvif and m_reset_rcvifozaki-r
2016-02-09Introduce softint-based if_inputozaki-r
2015-09-12Add missing splx() found by brainy.christos
2015-04-13Convert sys/dev to use <sys/rndsource.h>.riastradh
2014-08-10Merge tls-earlyentropy branch into HEAD.tls
2012-10-10Second part of PR/46998. The following is taken from the PR with a slightskrll
2012-10-10Split softc/device_tskrll
2012-10-10Rename eatxpacket to ea_txpacket for consistency.skrll
2012-06-10PR/46576: Robert Sprowson: Shutdown doesn't disable TX/RX interrupts inchristos
2012-05-09PR port-acorn32/46435: type mismatch, padbuf should be unsigned char.martin
2012-02-02Entropy-pool implementation move and cleanup.tls
2010-04-05Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpfjoerg
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2008-04-08use aprint_*_dev and device_xnamecegger
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-08-26Constify: LLADDR -> CLLADDR. I'm aiming here to make it easier todyoung
2007-03-05Use a char* variable for doing pointer arithmetic with.he
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2005-12-11merge ktrace-lwp.christos
2005-02-27nuke trailing whitespaceperry
2004-10-30When adding/deleting multicast addresses, only whack the addressthorpej
2003-01-15Use a properly zero'd buffer to pad the packet to ETHER_MIN_LENbouyer
2002-11-03Quieten lint a little.bjh21
2002-06-07When copying a block with an odd size to or from the card, be very carefulbjh21
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add/cleanup RCSIDlukem
2001-11-07Add support for feeding entropy to rnd(4).bjh21
2001-07-07bcopy -> strcpythorpej
2001-07-07bcmp -> memcmpthorpej
2001-06-26Add support for handling full-size 802.1Q packets.bjh21
2001-06-23ea_mc_reset_8004(): Rather than doing the CRC32 ourselves, callbjh21
2001-06-23Fix bogons in previous commit:bjh21
2001-06-22Attampt support for 8-bit mode. I believe this should work, but I need a morebjh21
2001-06-12No need to pull in INET or NS headers -- that's all done by ether_ioctl() now.bjh21
2001-04-06In ea_writembuf(), reset the DMA pointer for each mbuf we copy, sincebjh21
2001-04-05Add a bit of voodoo code from the old "eb" driver that seems to prevent thebjh21
2001-04-02Tweak product ID printing in light of the 80C04A data sheet.bjh21
2001-03-29On an 80C04, try not to start reads at addresses of the form xx,ea, xx,ee, orbjh21
2001-03-29Print a warning message when the DMA FIFO fails to fill or empty before webjh21
2001-03-27Print the address within the Rx buffer whenever anything goes wrong: it seemsbjh21