summaryrefslogtreecommitdiff
path: root/sys/dev/sbus/qe.c
AgeCommit message (Expand)Author
2001-11-13add RCSIDslukem
2001-09-26getprop* -> PROM_getprop*eeh
2001-09-12Properly initialize sc->sc_bustag and sc->sc_dmatag;eeh
2001-03-30make all debugging messages conditional on sc->sc_debug.christos
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
1999-06-24Don't turn on the engine too early.pk
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-03-09make this compile on SUN4U. XXX icky, reader beware.mrg
1999-02-03use <dev/sbus/sbusvar.h> not <sparc/dev/sbusvar.h>mrg
1999-01-18Fix AF_NS code.pk
1999-01-17Import Jason Wright's Sbus Quad ethernet (`qe') driver as found in OpenBSD.pk