summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/dev/if_bm.c
AgeCommit message (Expand)Author
2022-09-18Eliminate use of IFF_OACTIVE.thorpej
2021-03-05Convert to intr_establish_xname().rin
2020-02-04Convert a few more drivers to the if_stats interfacemartin
2020-02-04Adopt <net/if_stats.h>skrll
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-No functional change:msaitoh
2019-04-22 These drivers do ether_ioctl() on SIOC{ADD,DEL}MULTI, SIOC{G,S}IFMEDIA andmsaitoh
2019-02-05 Remove very old IFF_NOTRAILERS flag.msaitoh
2019-01-22 Change MII PHY read/write API from: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
2016-12-15Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_inputozaki-r
2016-12-08Apply deferred if_start frameworkozaki-r
2016-10-03Fix typoozaki-r
2016-10-02MFREE -> m_freechristos
2016-07-15adjust to dbdma changesmacallan
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
2011-06-30Modify mapiodev to take a third argument indicating whether the spacematt
2011-06-18struct device * -> device_tmatt
2010-04-05Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpfjoerg
2010-02-25Adapt to <spr.h> breakup.matt
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2008-11-07*** Summary ***dyoung
2008-09-26use access functions to mess with obio's registersmacallan
2008-01-19Make many ethernet drivers share the common code for MII mediadyoung
2007-12-29De-__P().dyoung
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2007-09-01Change a bazillion occurrences of code resembling this,dyoung
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-03-04make this compile againmacallan
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-10-18Fix for PR 33667. Note that putting bmac_mediachange where thorpejjklos
2006-09-07remove more vestiges of CCITT, LLC, HDLC, NS, and NSIP.dogcow
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-01-30Eliminate use of M_HASFCS.thorpej
2005-01-26MPC601: Use RTC instead of TB. (While I'm here, update these to usekleink
2004-10-30When adding/deleting multicast addresses, only whack the addressthorpej
2004-04-18Make this compile with XNS enabledmatt
2003-07-15__KERNEL_RCSID()lukem
2003-04-02Use PAGE_SIZE rather than NBPG.thorpej
2002-10-02Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-03-05bring in latest ALTQ from kjc. ALTQify some of the drivers.itojun
2001-07-22bcopy -> memcpy, bzero -> memset, bcmp -> memcmp.wiz