summaryrefslogtreecommitdiff
path: root/sys/dev/ic/smc83c170.c
AgeCommit message (Expand)Author
2020-03-15Don't bother with IFF_OACTIVE.thorpej
2020-03-12Add support for MBUFTRACE.thorpej
2020-02-07Use callout_setfunc() / callout_schedule().thorpej
2020-01-30Adopt <net/if_stats.h>.thorpej
2020-01-22Static'ify.thorpej
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-23No functional change:msaitoh
2019-01-22 Change MII PHY read/write API from:msaitoh
2018-06-26 Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backwardmsaitoh
2017-02-20Apply deferred if_start to more driversozaki-r
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
2012-07-22Fix mii_statchg to take a 'struct ifnet *' instead of device_t. This fixesmatt
2010-11-13Don't pull in the whole uvm(9) API to access only PAGE_SIZE anduebayasi
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
2009-09-03Replace shutdownhook_establish(9) with pmf_device_register1().tsutsui
2008-07-06Split device_t/softc with misc cosmetic changes.tsutsui
2008-05-04mii_dev is a device_t now.xtraeme
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-08use aprint_*_dev and device_xnamecegger
2008-03-12epic_stop: clear IFF_RUNNING before disabling.dyoung
2008-01-19Make many ethernet drivers share the common code for MII mediadyoung
2007-12-30Cosmetic: remark that EPIC may deserve one or two custom PHY drivers.dyoung
2007-12-29Use LIST_EMPTY(), LIST_FOREACH().dyoung
2007-12-29Fix typo in comments.tsutsui
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-08-27Constify: use CLLADDR() instead of LLADDR() wherever possible.dyoung
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-04-16u_intNN_t -> uintNN_ttsutsui
2006-04-16Use __arraycount().tsutsui
2006-04-16i >= 0 can never be false if i is u_int. Noticed by OpenBSD.tsutsui
2005-12-11merge ktrace-lwp.christos
2005-02-27nuke trailing whitespaceperry
2005-02-04de-__Pperry
2005-01-30Eliminate use of M_HASFCS.thorpej
2004-10-30When adding/deleting multicast addresses, only whack the addressthorpej
2003-11-08Define all members in TX/RX DMA descriptors as u_int32_t and use proper shifttsutsui
2003-11-02Fix some typos. From Tom Cosgrove via jmc@openbsd.wiz
2003-01-31Use aprint_*().thorpej
2003-01-13For short (< ETHER_MIN_LEN) packets, supply a zero'd buffer for the extrabouyer
2002-11-07Fix signed/unsigned comparison warnings.thorpej
2002-10-22Change the "dontcare bits" argument to ifmedia_init() to IFM_IMASKfair
2001-11-13add/cleanup RCSIDlukem
2001-07-23Make sure to initialize the all Rx descriptors properly in *_init()thorpej
2001-07-19Use BUS_DMA_READ and BUS_DMA_WRITE in some obvious places.thorpej
2001-07-07bcmp -> memcmpthorpej