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
/
bpp.c
Age
Commit message (
Expand
)
Author
2009-09-17
Remove struct sbusdev and related functions sbus_establish() and sbusreset().
tsutsui
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-04-24
Network protocol interrupts can now block on locks, so merge the globals
ad
2008-04-21
Don't send signals from a hardware interrupt handler. XXX This is still
ad
2008-04-13
Split device_t/softc for MI ncr53c9x and some related devices,
tsutsui
2008-04-05
use aprint_*_dev and device_xname
cegger
2008-03-02
Fix previous.
nakayama
2008-03-01
Welcome to 4.99.55:
rmind
2007-12-05
Do not "return 1" from kqfilter for errors. That value is passed
pooka
2007-10-19
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
ad
2007-03-04
fix fallout from caddr_t changes.
christos
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2007-02-09
Merge newlock2 to head.
ad
2006-10-15
Add missing initializer
martin
2005-12-11
merge ktrace-lwp.
christos
2005-02-27
nuke trailing whitespace
perry
2005-02-04
de-__P
perry
2004-03-17
Rename PROM_getprop*() => prom_getprop*().
pk
2003-06-29
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
fvdl
2003-06-29
More changes for providing lwpid for ktrace (sparc GENERIC built)
darrenr
2002-12-10
Remove the `flags' argument from bus_intr_establish().
pk
2002-11-26
si_ -> sel_
christos
2002-10-23
merge kqueue branch into -current
jdolecek
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-06
Merge the gehenna-devsw branch into the trunk.
gehenna
2002-03-20
Get rid of unnecessary BUS_SPACE_MAP_LINEAR.
eeh
2002-03-11
Get rid of `bus_type_t' and use BUS_ADDR() (in sbus_bus_map()) to construct
pk
2001-11-13
add RCSIDs
lukem
2001-09-26
getprop* -> PROM_getprop*
eeh
2000-11-01
Fix warning in a debug printf.
eeh
2000-10-31
Clean up a #define that doesn't belong. Oops. That's what I get for
eeh
2000-10-31
Get the bpp driver to work properly.
eeh
2000-07-09
Add a `device class' interrupt level argument (from machine/intr.h)
pk
2000-06-14
Eliminate a race condition reported by mouse on port-sparc.
pk
1999-11-21
Check presence of Sbus interrupt properties before using them.
pk
1999-02-28
Fix what is probably a past-o.
pk
1998-09-21
LSI63854 based parallel port driver skeleton.
pk