summaryrefslogtreecommitdiff
path: root/sys/dev/sbus/be.c
AgeCommit message (Expand)Author
2013-06-09 Don't "return" but "break" in MII_TICK when the interface isn't doingmsaitoh
2012-07-22Fix mii_statchg to take a 'struct ifnet *' instead of device_t. This fixesmatt
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
2009-09-22Remove some more unnecessary casts.tsutsui
2009-09-18Use the common ether_crc32_le() function for multicast hash.tsutsui
2009-09-18Misc KNF.tsutsui
2009-09-18Make local functions static.tsutsui
2009-09-18Use uint8_t pointers for TX/RX buffers to avoid extra pointer casts.tsutsui
2009-09-18Adjust attach messages.tsutsui
2009-09-18Split device_t/softc.tsutsui
2009-09-18Make be(4) is properly initialized at the first ifconfig(8) command:tsutsui
2009-09-18- use device_private(), proper types and variables for device_t/softctsutsui
2009-09-17Remove struct sbusdev and related functions sbus_establish() and sbusreset().tsutsui
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2008-12-26move callout_init(sc->sc_tick_ch) before we're trying to callout_stop()macallan
2008-11-07*** Summary ***dyoung
2008-05-04mii_dev is a device_t now.xtraeme
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-05use aprint_*_dev and device_xnamecegger
2008-01-19Make many ethernet drivers share the common code for MII mediadyoung
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
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-04fix fallout from caddr_t changes.christos
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-11-24fix spelling of accommodate; from Zapher.christos
2006-09-07remove more vestiges of CCITT, LLC, HDLC, NS, and NSIP.dogcow
2005-12-24__inline__ -> inlineperry
2005-12-11merge ktrace-lwp.christos
2005-11-05ETHERCAP_VLAN_MTU is a flag for ec_capabilities, the size of the 802.1qbouyer
2005-02-04de-__Pperry
2004-10-30When adding/deleting multicast addresses, only whack the addressthorpej
2004-05-04Fix incorrect diagnostic.pk
2004-03-17Rename PROM_getprop*() => prom_getprop*().pk
2004-03-15Replace myetheraddr() by prom_getether().pk
2003-10-16Enable VLAN encapsulation.pk
2003-05-03DMA, not dma nor Dma.wiz
2002-12-10Remove the `flags' argument from bus_intr_establish().pk
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-27Rather than referencing the cfdriver directly in the cfdata entries,thorpej
2002-08-23Use the structures defined in bsd_openprom.h for "reg", "range",thorpej
2002-05-22bcmp -> memcmp.wiz
2002-03-20Get rid of unnecessary BUS_SPACE_MAP_LINEAR.eeh