summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/fhc
Commit message (Expand)AuthorAgeFilesLines
* Add convenience macros for the full register set and use them to replacemarius2006-03-282-23/+74
* - Register the generic implementations for the device shutdown, suspendmarius2006-01-262-0/+6
* Remove superfluous bzero()'ing of the softc.marius2005-11-301-1/+0
* - Convert these bus drivers to make use of the newly introduced set ofmarius2005-11-224-114/+80
* Remove superfluous breaks.marius2005-06-051-3/+0
* - Add suport for the bus_get_resource() device interface method tomarius2005-05-192-0/+2
* Add a driver for the 'clock-board' device (the clock board is anmarius2005-03-192-0/+259
* - Add a device interface method for bus_get_resource_list() and usemarius2005-03-194-38/+66
* Enrich with some register descriptions and additional register macros.marius2005-03-191-7/+51
* - sparc64/fhc/fhc.c:marius2005-03-041-39/+57
* Let central(4) manage the resources of its children so they don't needmarius2005-03-041-18/+4
* Minor changes:marius2005-03-044-33/+45
* - Introduce an ofw_bus kobj-interface for retrieving the OFW node and amarius2004-08-124-65/+75
* Really remove __RMAN_RESORUCE_VISIBLEimp2004-07-031-1/+0
* Use the rman_* functions in preference to reaching into struct resource.imp2004-07-031-2/+2
* These need __RMAN_RESOURCE_VISIBLE, too.marius2004-06-301-0/+1
* Add missing <sys/module.h> instances which were shadowed by the nestedphk2004-06-032-0/+2
* Fix definite panic when releasing interrupt resources.jake2003-02-191-1/+1
* Missed a missing M_WAITOK.jake2003-02-191-1/+1
* Use M_WAITOK.jake2003-02-191-1/+2
* Implement interrupt resource allocation and setup. Set the interruptjake2003-02-195-16/+111
* Add drivers for the central and fhc busses found in enterprise classjake2003-02-185-0/+664
OpenPOWER on IntegriCloud