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
/
cgsix_sbus.c
Age
Commit message (
Expand
)
Author
2022-09-25
Remove unnecessary include of <sys/malloc.h>.
thorpej
2022-03-09
turns out we can map the full amount of VRAM on a 4MB board even when in
macallan
2009-09-17
Remove struct sbusdev and related functions sbus_establish() and sbusreset().
tsutsui
2009-05-26
use BUS_SPACE_MAP_LARGE
macallan
2009-05-12
struct cfdata * -> cfdata_t, no functional changes intended.
cegger
2009-03-14
ANSIfy another 1261 function definitions.
dsl
2009-03-14
Change about 4500 of the K&R function definitions to ANSI ones.
dsl
2008-12-12
device_t-ify
macallan
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-04-05
use aprint_*_dev and device_xname
cegger
2007-10-19
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
ad
2007-04-11
return 100 in match() so we beat genfb
macallan
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2006-03-29
Use device_cfdata().
thorpej
2005-12-11
merge ktrace-lwp.
christos
2005-06-04
Add const.
tsutsui
2005-05-16
Added support for virtual consoles, colour and some code to determine the
macallan
2005-02-25
From Micahel Lorenz: wsdisplay support for cg6
martin
2005-02-04
de-__P
perry
2004-03-17
Rename PROM_getprop*() => prom_getprop*().
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-03-20
Use bus_space_vaddr() correctly. Ugh.
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
2001-09-24
Change bus_space_mmap() signature to the official one.
eeh
2000-12-04
Clean up warnings in 32bit compile (bus_space_handle_t is 64bit wide
fvdl
2000-09-12
yank error.
pk
2000-08-20
Move cgsix and bwtwo Sbus attach code here from arch/sparc.
pk