summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/isa
Commit message (Expand)AuthorAgeFilesLines
* - Correct an off-by-one error when calculating the end of a childmarius2009-12-221-2/+2
* Add device found in B100.marius2009-03-191-1/+2
* Sort include.marius2009-03-191-1/+1
* Adapt parts of the sparc64 Open Firmware bus enumeration code (in particular,nwhitehorn2008-12-151-1/+1
* 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
* - Move the declaration of struct upa_ranges and the UPA_RANGE_* macrosmarius2005-12-031-2/+2
* - Adhere style(9) (don't use function calls in initializers, use uintXX_tmarius2005-12-031-4/+5
* - When iterating over the register resources of the children don't usemarius2005-05-191-27/+33
* Since we are quite unlikely to ever face another platform whichphk2005-02-061-0/+6
* /* -> /*- for license, minor formatting changesimp2005-01-072-2/+2
* 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
* Device driver for onboard CS4231 audio controller which is foundyongari2004-10-251-0/+90
* - 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-083-55/+9
* Fix the EBus driver to work with the new PCI code. Unlike other PCItmm2004-04-282-19/+30
* 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-232-4/+4
* 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-013-29/+84
* 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-242-34/+20
* Fix a warning by adding a missing include.tmm2002-03-091-0/+1
* Fix typos in a comment.tmm2002-02-131-2/+2
* Add ISA support code for sparc64.tmm2001-11-093-0/+530
OpenPOWER on IntegriCloud