summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/fhc
Commit message (Expand)AuthorAgeFilesLines
* s,KOBJMETHOD_END,DEVMETHOD_END,g in order to fully hide the explicit mentionmarius2011-11-221-1/+1
* Make sparc64 compatible with NEW_PCIB and enable it:marius2011-10-021-0/+11
* - Take advantage of the INTCLR_* macros.marius2010-03-311-2/+2
* Enroll these drivers in multipass probing. The motivation behind thismarius2009-12-221-2/+4
* Provide and consume missing module dependency information.marius2009-12-211-1/+2
* Hook up the generic OFW pnpinfo string method.marius2009-03-191-0/+1
* - Failing to register as interrupt controller during attach shouldn'tmarius2009-03-191-26/+27
* - Provide and consume module dependency information.marius2008-08-231-4/+6
* o Rename ic_eoi to ic_clear to emphasize the functions it pointsmarius2008-04-231-3/+16
* o Revamp the sparc64 interrupt code in order to be able to interfacemarius2007-09-061-150/+123
* Teach the bridge wrapper how to handle the filter+ithread case.piso2007-06-061-13/+28
* Rototill the sparc64 nexus(4) (actually this brings in the code themarius2007-03-074-354/+126
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-7/+15
* 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