summaryrefslogtreecommitdiff
path: root/sys/dev/sbus/cgsix_sbus.c
AgeCommit message (Expand)Author
2022-09-25Remove unnecessary include of <sys/malloc.h>.thorpej
2022-03-09turns out we can map the full amount of VRAM on a 4MB board even when inmacallan
2009-09-17Remove struct sbusdev and related functions sbus_establish() and sbusreset().tsutsui
2009-05-26use BUS_SPACE_MAP_LARGEmacallan
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2008-12-12device_t-ifymacallan
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-05use aprint_*_dev and device_xnamecegger
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-04-11return 100 in match() so we beat genfbmacallan
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-03-29Use device_cfdata().thorpej
2005-12-11merge ktrace-lwp.christos
2005-06-04Add const.tsutsui
2005-05-16Added support for virtual consoles, colour and some code to determine themacallan
2005-02-25From Micahel Lorenz: wsdisplay support for cg6martin
2005-02-04de-__Pperry
2004-03-17Rename PROM_getprop*() => prom_getprop*().pk
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-27Rather than referencing the cfdriver directly in the cfdata entries,thorpej
2002-03-20Use bus_space_vaddr() correctly. Ugh.eeh
2002-03-11Get rid of `bus_type_t' and use BUS_ADDR() (in sbus_bus_map()) to constructpk
2001-11-13add RCSIDslukem
2001-09-26getprop* -> PROM_getprop*eeh
2001-09-24Change bus_space_mmap() signature to the official one.eeh
2000-12-04Clean up warnings in 32bit compile (bus_space_handle_t is 64bit widefvdl
2000-09-12yank error.pk
2000-08-20Move cgsix and bwtwo Sbus attach code here from arch/sparc.pk