aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64/sbus
Commit message (Expand)AuthorAgeFilesLines
* Clean up OF_getprop_alloc APIOleksandr Tymoshenko2018-04-082-6/+6
* These interrupts call shutdown_nice() which should be called GiantWarner Losh2018-03-211-2/+2
* sys/sparc64: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-277-0/+14
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Use OF_prop_free instead of direct call to free(9)Oleksandr Tymoshenko2016-05-182-8/+8
* sys/sparc64: minor spelling fixes.Pedro F. Giffuni2016-05-041-1/+1
* Fix the resource_list_print_type() calls to use uintmax_t.Justin Hibbits2016-03-222-4/+4
* 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-2/+2
* Move the implementation of bus_space_barrier(9) to the inline function inMarius Strobl2013-10-241-3/+1
* - Revert the part of r247601 which turned the overtemperature and power failMarius Strobl2013-03-021-11/+9
* - Apparently, it's no longer a problem to call shutdown_nice(9) from withinMarius Strobl2013-03-021-12/+14
* s,KOBJMETHOD_END,DEVMETHOD_END,g in order to fully hide the explicit mentionMarius Strobl2011-11-222-2/+2
* Fix make universe.Pawel Jakub Dawidek2011-11-161-1/+1
* Actually, limit to 32-bit DMA for the transfer buffers as the address isMarius Strobl2011-10-301-2/+2
* Correct the DMA constraints, the LSI64854 isn't limited to 32-bit DMA.Marius Strobl2011-10-301-3/+3
* - Use device_t rather than the NetBSDish struct device.Marius Strobl2011-10-302-104/+136
* Merge from NetBSD:Marius Strobl2011-10-152-16/+20
* Make sparc64 compatible with NEW_PCIB and enable it:Marius Strobl2011-10-022-84/+75
* Since r221218 rman_manage_region(9) actually honors rm_start and rm_endMarius Strobl2011-08-281-2/+2
* Correct spelling in comments.Marius Strobl2011-04-222-3/+3
* Sync licenses and the corresponding RCS IDs with NetBSD, mainly switchingMarius Strobl2011-03-127-89/+21
* Reserve INTR_MD[1-4] similarly to what BUS_DMA_BUS[1-4] are intended forMarius Strobl2011-01-041-2/+2
* - Take advantage of the INTCLR_* macros.Marius Strobl2010-03-311-3/+3
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromJoel Dahl2010-03-033-21/+0
* Enroll these drivers in multipass probing. The motivation behind thisMarius Strobl2009-12-222-2/+9
* Add missing module dependency information.Marius Strobl2009-12-211-0/+1
* Hook up the generic OFW pnpinfo string method.Marius Strobl2009-03-192-0/+2
* - As suggested by OpenSolaris use up-burst-sizes for determining theMarius Strobl2009-03-192-45/+54
* - Sort device methods.Marius Strobl2009-03-191-5/+5
* Adapt parts of the sparc64 Open Firmware bus enumeration code (in particular,Nathan Whitehorn2008-12-151-0/+1
* o Move the MODULE_DEPEND() for cam(4) from the esp_sbus.c front-end toMarius Strobl2008-09-083-97/+85
* Provide and consume module dependency information.Marius Strobl2008-08-232-0/+3
* - Use the name returned by device_get_nameunit(9) for the name of theMarius Strobl2008-05-071-9/+3
* 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-062-128/+136
* - Divorce the IOTSBs, which so far where handled via a global listMarius Strobl2007-08-052-9/+11
* - Don't register the over-temperature and power-fail interruptMarius Strobl2007-06-161-20/+14
* Teach the bridge wrapper how to handle the filter+ithread case.Paolo Pisati2007-06-061-12/+25
* Rototill the sparc64 nexus(4) (actually this brings in the code theMarius Strobl2007-03-071-42/+40
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-15/+25
* - Use bus_get_dma_tag() to obtain the parent DMA tag so dma(4) willMarius Strobl2007-01-201-6/+6
* Check the return value of bus_setup_intr() when setting up theMarius Strobl2007-01-151-10/+12
* - Merge sys/sparc64/pci/psycho.c rev. 1.8:Marius Strobl2006-06-081-7/+26
* Set the rid for any resource obtained from rman_reserve_resource.Warner Losh2006-04-201-0/+1
* o lsi64854_enet_intr():Marius Strobl2006-01-312-32/+31
* Revert the part of rev. 1.3 which enabled the chaining of the DMA engineMarius Strobl2006-01-301-21/+1
* - Register the generic implementations for the device shutdown, suspendMarius Strobl2006-01-262-8/+6
* - Convert these bus drivers to make use of the newly introduced set ofMarius Strobl2005-11-222-222/+126
* - Try to not leak resources in the attach functions of the esp(4) SBusMarius Strobl2005-05-193-14/+540