aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64/isa
Commit message (Expand)AuthorAgeFilesLines
* Remove sparc64 kernel supportWarner Losh2020-02-034-711/+0
* Clean up OF_getprop_alloc APIOleksandr Tymoshenko2018-04-081-7/+7
* sys/sparc64: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-274-0/+8
* Use OF_prop_free instead of direct call to free(9)Oleksandr Tymoshenko2016-05-181-7/+7
* 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-1/+1
* Remove more superfluous const specifiers.Dimitry Andric2014-02-231-1/+1
* Simplify the ofw_bus_lookup_imap() API slightly: make it allocate maskbufNathan Whitehorn2013-12-171-2/+1
* Retire isa_setup_intr() and isa_teardown_intr() and use the generic busJohn Baldwin2011-05-061-23/+0
* Sync licenses and the corresponding RCS IDs with NetBSD, mainly switchingMarius Strobl2011-03-122-4/+56
* Provide for multiple, cascaded PICs on PowerPC systems, and extend theNathan Whitehorn2010-06-181-1/+1
* - Add a missing const.Marius Strobl2010-04-261-1/+2
* - Correct an off-by-one error when calculating the end of a childMarius Strobl2009-12-221-2/+2
* Add device found in B100.Marius Strobl2009-03-191-1/+2
* Sort include.Marius Strobl2009-03-191-1/+1
* Adapt parts of the sparc64 Open Firmware bus enumeration code (in particular,Nathan Whitehorn2008-12-151-1/+1
* Remove the MD isa_irq_pending() and the underlying PCI-specificMarius Strobl2008-04-261-30/+0
* - Make failure to route a ISA interrupt non fatal. Apparently theMarius Strobl2007-10-281-14/+16
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-4/+4
* Remove the compat shims for the ISA old-stlye in{b,w,l}()/out{b,w,l}()Marius Strobl2007-01-181-13/+0
* - Declare the PnP map const.Marius Strobl2006-06-051-1/+4
* - Move the declaration of struct upa_ranges and the UPA_RANGE_* macrosMarius Strobl2005-12-031-2/+2
* - Adhere style(9) (don't use function calls in initializers, use uintXX_tMarius Strobl2005-12-031-4/+5
* - When iterating over the register resources of the children don't useMarius Strobl2005-05-191-27/+33
* Since we are quite unlikely to ever face another platform whichPoul-Henning Kamp2005-02-061-0/+6
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-072-2/+2
* PNP BIOS devices are fundamentally different than ISA PNP devices.Warner Losh2004-12-071-1/+1
* o sparc64/isa/isa.c:Marius Strobl2004-11-171-112/+186
* Device driver for onboard CS4231 audio controller which is foundPyun YongHyeon2004-10-251-0/+90
* - Introduce an ofw_bus kobj-interface for retrieving the OFW node and aMarius Strobl2004-08-121-1/+2
* - Remove the old sparc64 OFW PCI code (as opposed to the formerMarius Strobl2004-05-083-55/+9
* Fix the EBus driver to work with the new PCI code. Unlike other PCIThomas Moestl2004-04-282-19/+30
* sync comment with i386's isa.c.. This removes a comment that is YEARSJohn-Mark Gurney2004-03-171-3/+1
* s=include <ofw/=include <dev/ofw/= to reflect removal of -I$S/devWarner Losh2003-08-232-4/+4
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* Add the new sparc64 OFW PCI framework, conditional on options OFW_NEWPCIThomas Moestl2003-07-013-29/+84
* fix misspelling of ORIR_NOTFOUNDJohn-Mark Gurney2003-06-161-1/+1
* Fix interrupt assignment for non-builtin PCI devices on e450s.Thomas Moestl2003-05-301-1/+1
* Add two new workaround for firmware anomalies:Thomas Moestl2002-11-071-1/+2
* Remove a debugging panic that was triggered when a resource that was outThomas Moestl2002-04-021-5/+2
* Make the OpenFirmware interrupt mapping code more generic, to reduceThomas Moestl2002-03-242-34/+20
* Fix a warning by adding a missing include.Thomas Moestl2002-03-091-0/+1
* Fix typos in a comment.Thomas Moestl2002-02-131-2/+2
* Add ISA support code for sparc64.Thomas Moestl2001-11-093-0/+530