aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64/fhc/fhc.c
Commit message (Expand)AuthorAgeFilesLines
* Remove sparc64 kernel supportWarner Losh2020-02-031-537/+0
* Clean up OF_getprop_alloc APIOleksandr Tymoshenko2018-04-081-4/+4
* sys/sparc64: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Use OF_prop_free instead of direct call to free(9)Oleksandr Tymoshenko2016-05-181-3/+3
* Fix the resource_list_print_type() calls to use uintmax_t.Justin Hibbits2016-03-221-2/+2
* Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.Justin Hibbits2016-02-201-1/+1
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-271-3/+3
* s,KOBJMETHOD_END,DEVMETHOD_END,g in order to fully hide the explicit mentionMarius Strobl2011-11-221-1/+1
* Make sparc64 compatible with NEW_PCIB and enable it:Marius Strobl2011-10-021-0/+11
* - Take advantage of the INTCLR_* macros.Marius Strobl2010-03-311-2/+2
* Enroll these drivers in multipass probing. The motivation behind thisMarius Strobl2009-12-221-2/+4
* Provide and consume missing module dependency information.Marius Strobl2009-12-211-1/+2
* Hook up the generic OFW pnpinfo string method.Marius Strobl2009-03-191-0/+1
* - Failing to register as interrupt controller during attach shouldn'tMarius Strobl2009-03-191-26/+27
* - Provide and consume module dependency information.Marius Strobl2008-08-231-4/+6
* o Rename ic_eoi to ic_clear to emphasize the functions it pointsMarius Strobl2008-04-231-3/+16
* o Revamp the sparc64 interrupt code in order to be able to interfaceMarius Strobl2007-09-061-150/+123
* Teach the bridge wrapper how to handle the filter+ithread case.Paolo Pisati2007-06-061-13/+28
* Rototill the sparc64 nexus(4) (actually this brings in the code theMarius Strobl2007-03-071-16/+126
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-7/+15
* - Convert these bus drivers to make use of the newly introduced set ofMarius Strobl2005-11-221-99/+65
* Remove superfluous breaks.Marius Strobl2005-06-051-3/+0
* - Add a device interface method for bus_get_resource_list() and useMarius Strobl2005-03-191-34/+59
* - sparc64/fhc/fhc.c:Marius Strobl2005-03-041-39/+57
* Minor changes:Marius Strobl2005-03-041-10/+17
* - Introduce an ofw_bus kobj-interface for retrieving the OFW node and aMarius Strobl2004-08-121-41/+52
* Really remove __RMAN_RESORUCE_VISIBLEWarner Losh2004-07-031-1/+0
* Use the rman_* functions in preference to reaching into struct resource.Warner Losh2004-07-031-2/+2
* These need __RMAN_RESOURCE_VISIBLE, too.Marius Strobl2004-06-301-0/+1
* Fix definite panic when releasing interrupt resources.Jake Burkholder2003-02-191-1/+1
* Missed a missing M_WAITOK.Jake Burkholder2003-02-191-1/+1
* Use M_WAITOK.Jake Burkholder2003-02-191-1/+2
* Implement interrupt resource allocation and setup. Set the interruptJake Burkholder2003-02-191-15/+89
* Add drivers for the central and fhc busses found in enterprise classJake Burkholder2003-02-181-0/+299