summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/isa/isa.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r262613:dim2014-03-261-1/+1
* Retire isa_setup_intr() and isa_teardown_intr() and use the generic busjhb2011-05-061-23/+0
* - Add a missing const.marius2010-04-261-1/+2
* Add device found in B100.marius2009-03-191-1/+2
* Remove the MD isa_irq_pending() and the underlying PCI-specificmarius2008-04-261-30/+0
* - Make failure to route a ISA interrupt non fatal. Apparently themarius2007-10-281-14/+16
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-4/+4
* Remove the compat shims for the ISA old-stlye in{b,w,l}()/out{b,w,l}()marius2007-01-181-13/+0
* - Declare the PnP map const.marius2006-06-051-1/+4
* - When iterating over the register resources of the children don't usemarius2005-05-191-27/+33
* PNP BIOS devices are fundamentally different than ISA PNP devices.imp2004-12-071-1/+1
* o sparc64/isa/isa.c:marius2004-11-171-112/+186
* - Introduce an ofw_bus kobj-interface for retrieving the OFW node and amarius2004-08-121-1/+2
* - Remove the old sparc64 OFW PCI code (as opposed to the formermarius2004-05-081-34/+9
* sync comment with i386's isa.c.. This removes a comment that is YEARSjmg2004-03-171-3/+1
* s=include <ofw/=include <dev/ofw/= to reflect removal of -I$S/devimp2003-08-231-2/+2
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Add the new sparc64 OFW PCI framework, conditional on options OFW_NEWPCItmm2003-07-011-20/+42
* fix misspelling of ORIR_NOTFOUNDjmg2003-06-161-1/+1
* Fix interrupt assignment for non-builtin PCI devices on e450s.tmm2003-05-301-1/+1
* Add two new workaround for firmware anomalies:tmm2002-11-071-1/+2
* Remove a debugging panic that was triggered when a resource that was outtmm2002-04-021-5/+2
* Make the OpenFirmware interrupt mapping code more generic, to reducetmm2002-03-241-21/+20
* Fix typos in a comment.tmm2002-02-131-2/+2
* Add ISA support code for sparc64.tmm2001-11-091-0/+347
OpenPOWER on IntegriCloud