summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev/bootbus.c
AgeCommit message (Expand)Author
2011-07-18convert the remaining sparc drivers to CFATTACH_DECL_NEW/cfdata_t/device_t.mrg
2011-07-01#include <sys/bus.h> instead of <machine/bus.h>.dyoung
2009-09-20- use device_t and cfdriver_ttsutsui
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2005-12-11merge ktrace-lwp.christos
2005-08-26s/locdesc_t/int/gdrochner
2005-06-28convert remaining autoconf bus "submatch" functions to use the newdrochner
2004-03-17Rename PROM_getprop*() => prom_getprop*().pk
2003-08-27change PROM_getprop() from taking a "void **" for the storage, to amrg
2003-07-15__KERNEL_RCSID()lukem
2003-01-01Use aprint_normal() for cfprint routines.thorpej
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-10-01Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-27Introduce a new routine, config_match(), which invokes thethorpej
2002-09-27Rather than referencing the cfdriver directly in the cfdata entries,thorpej
2002-08-25Put a bus's ranges in the bus space tag, and make sparc_bus_map()thorpej
2002-08-25Add a generic function to translate a device address using athorpej
2002-08-24Add autoconfiguration support for the Sun4d "bootbus". Add athorpej