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
/
qec.c
Age
Commit message (
Expand
)
Author
2003-08-27
change PROM_getprop() from taking a "void **" for the storage, to a
mrg
2002-12-10
Remove the `flags' argument from bus_intr_establish().
pk
2002-12-10
bus_intr_establish() signature change.
pk
2002-10-02
Add trailing ; to CFATTACH_DECL.
thorpej
2002-09-30
Use CFATTACH_DECL().
thorpej
2002-09-27
Declare all cfattach structures const.
thorpej
2002-09-27
Rather than referencing the cfdriver directly in the cfdata entries,
thorpej
2002-08-23
Use the structures defined in bsd_openprom.h for "reg", "range",
thorpej
2002-03-20
Clean up bus space a bit. XXX is sc_buffer ever actually used after it's
eeh
2002-03-11
Get rid of `bus_type_t' and use BUS_ADDR() (in sbus_bus_map()) to construct
pk
2002-01-14
Call malloc(9) with M_ZERO flag instead of bzero() after malloc().
tsutsui
2001-12-04
Replace some misuses of "then" with "than".
wiz
2001-11-15
don't need <sys/types.h> when including <sys/param.h>
lukem
2001-11-13
add RCSIDs
lukem
2001-09-26
getprop* -> PROM_getprop*
eeh
2000-12-04
Avoid compile warning on sparc64 32bit. sc_buffer doesn't seem to be
fvdl
2000-07-09
Add a `device class' interrupt level argument (from machine/intr.h)
pk
2000-01-11
Remove old-style boot device recognition.
pk
1999-06-24
Issue a reset command when initializing.
pk
1999-01-17
Share ring buffer code and data structure for `be' and `qe' in
pk
1999-01-16
Convert to bus_space(9).
pk
1998-08-30
Use sbus attach args features.
pk
1998-08-29
Nuke unnecessary header files.
pk
1998-08-21
vm_offset_t => vaddr_t.
pk
1998-07-29
Use sbus_destroy_attach_args().
pk
1998-07-28
Fix #includes.
pk
1998-07-27
qec `bus' driver; much like lebuffer.
pk