summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/fhc/fhc.c
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-071-16/+126
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-7/+15
* - Convert these bus drivers to make use of the newly introduced set ofmarius2005-11-221-99/+65
* Remove superfluous breaks.marius2005-06-051-3/+0
* - Add a device interface method for bus_get_resource_list() and usemarius2005-03-191-34/+59
* - sparc64/fhc/fhc.c:marius2005-03-041-39/+57
* Minor changes:marius2005-03-041-10/+17
* - Introduce an ofw_bus kobj-interface for retrieving the OFW node and amarius2004-08-121-41/+52
* 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
* 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-191-15/+89
* Add drivers for the central and fhc busses found in enterprise classjake2003-02-181-0/+299
OpenPOWER on IntegriCloud