index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
sbus
/
qe.c
Age
Commit message (
Expand
)
Author
2001-11-13
add RCSIDs
lukem
2001-09-26
getprop* -> PROM_getprop*
eeh
2001-09-12
Properly initialize sc->sc_bustag and sc->sc_dmatag;
eeh
2001-03-30
make all debugging messages conditional on sc->sc_debug.
christos
2001-03-08
Use bus_dmamap_load(), not bus_dmamap_load_raw().
thorpej
2001-01-14
Use splnet() to block network interrupts, not splimp().
thorpej
2000-12-14
ALTQ'ify.
thorpej
2000-11-15
Move bpfattach()/bpfdetach() calls into ether_ifattach()/ether_ifdetach().
thorpej
2000-07-09
Add a `device class' interrupt level argument (from machine/intr.h)
pk
2000-05-10
No need to specify page alignment; this is automatic.
pk
2000-05-10
Fix bogus `boundary' argument in bus_dmamap_create().
pk
2000-05-09
Conform bus_dmamem_{alloc,map} usage to bus_dma(9) specs.
pk
1999-06-24
Don't turn on the engine too early.
pk
1999-05-18
Rework layer 2 protocol input routines. Instead of calling e.g. ether_input()
thorpej
1999-03-23
Fix promiscuous modes - patches from Jason Wright.
pk
1999-03-09
make this compile on SUN4U. XXX icky, reader beware.
mrg
1999-02-03
use <dev/sbus/sbusvar.h> not <sparc/dev/sbusvar.h>
mrg
1999-01-18
Fix AF_NS code.
pk
1999-01-17
Import Jason Wright's Sbus Quad ethernet (`qe') driver as found in OpenBSD.
pk