summaryrefslogtreecommitdiff
path: root/sys/dev/sbus/be.c
AgeCommit message (Expand)Author
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
2002-03-11Get rid of `bus_type_t' and use BUS_ADDR() (in sbus_bus_map()) to constructpk
2001-11-13add RCSIDslukem
2001-09-26getprop* -> PROM_getprop*eeh
2001-09-12Properly initialize sc->sc_bustag.eeh
2001-03-20Fix fall-out from previous change: the map's DMA address is valid onlypk
2001-03-08Use bus_dmamap_load(), not bus_dmamap_load_raw().thorpej
2001-01-14Use splnet() to block network interrupts, not splimp().thorpej
2000-12-14ALTQ'ify.thorpej
2000-11-15Move bpfattach()/bpfdetach() calls into ether_ifattach()/ether_ifdetach().thorpej
2000-07-09Add a `device class' interrupt level argument (from machine/intr.h)pk
2000-05-10No need to specify page alignment; this is automatic.pk
2000-05-10Fix bogus `boundary' argument in bus_dmamap_create().pk
2000-05-09Conform bus_dmamem_{alloc,map} usage to bus_dma(9) specs.pk
2000-03-23New callout mechanism with two major improvements over the oldthorpej
2000-02-14Make promiscuous mode go again.pk
2000-02-02Don't dry to diving MIIF_NOISOLATE in the PHY drivers. Instead, passthorpej
2000-02-02Bring some order to the chaos which was the MII code function namingthorpej
1999-12-23* remove full duplex modes for the internal transceiverpk
1999-12-22Streamline media code a bit by some `pseudo-mii' code designed to handlepk
1999-12-21Shuffle some code around to allow two PHYs to attach. Only one PHY canpk
1999-12-20* Remove spurious blockade in the path to get the transceiver status word.pk
1999-11-21Check presence of Sbus interrupt properties before using them.pk
1999-11-12Call mii_down() as appropriate.thorpej
1999-11-04Adapt to mii_phy_probe() change.thorpej
1999-05-18Rework layer 2 protocol input routines. Instead of calling e.g. ether_input()thorpej
1999-03-23Fix promiscuous modes - patches from Jason Wright.pk
1999-02-19Don't try to use the MII routines for the internal PHY.pk
1999-01-18Fix AF_NS code.pk
1999-01-17Share ring buffer code and data structure for `be' and `qe' inpk
1999-01-16Import Jason Wright's Bigmac driver, written for OpenBSD.pk