| Commit message (Expand) | Author | Age | Files | Lines |
* | Provide for multiple, cascaded PICs on PowerPC systems, and extend the | nwhitehorn | 2010-06-18 | 1 | -1/+1 |
* | - Add a missing const. | marius | 2010-04-26 | 1 | -1/+2 |
* | - Correct an off-by-one error when calculating the end of a child | marius | 2009-12-22 | 1 | -2/+2 |
* | Add device found in B100. | marius | 2009-03-19 | 1 | -1/+2 |
* | Sort include. | marius | 2009-03-19 | 1 | -1/+1 |
* | Adapt parts of the sparc64 Open Firmware bus enumeration code (in particular, | nwhitehorn | 2008-12-15 | 1 | -1/+1 |
* | Remove the MD isa_irq_pending() and the underlying PCI-specific | marius | 2008-04-26 | 1 | -30/+0 |
* | - Make failure to route a ISA interrupt non fatal. Apparently the | marius | 2007-10-28 | 1 | -14/+16 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 1 | -4/+4 |
* | Remove the compat shims for the ISA old-stlye in{b,w,l}()/out{b,w,l}() | marius | 2007-01-18 | 1 | -13/+0 |
* | - Declare the PnP map const. | marius | 2006-06-05 | 1 | -1/+4 |
* | - Move the declaration of struct upa_ranges and the UPA_RANGE_* macros | marius | 2005-12-03 | 1 | -2/+2 |
* | - Adhere style(9) (don't use function calls in initializers, use uintXX_t | marius | 2005-12-03 | 1 | -4/+5 |
* | - When iterating over the register resources of the children don't use | marius | 2005-05-19 | 1 | -27/+33 |
* | Since we are quite unlikely to ever face another platform which | phk | 2005-02-06 | 1 | -0/+6 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 2 | -2/+2 |
* | PNP BIOS devices are fundamentally different than ISA PNP devices. | imp | 2004-12-07 | 1 | -1/+1 |
* | o sparc64/isa/isa.c: | marius | 2004-11-17 | 1 | -112/+186 |
* | Device driver for onboard CS4231 audio controller which is found | yongari | 2004-10-25 | 1 | -0/+90 |
* | - Introduce an ofw_bus kobj-interface for retrieving the OFW node and a | marius | 2004-08-12 | 1 | -1/+2 |
* | - Remove the old sparc64 OFW PCI code (as opposed to the former | marius | 2004-05-08 | 3 | -55/+9 |
* | Fix the EBus driver to work with the new PCI code. Unlike other PCI | tmm | 2004-04-28 | 2 | -19/+30 |
* | sync comment with i386's isa.c.. This removes a comment that is YEARS | jmg | 2004-03-17 | 1 | -3/+1 |
* | s=include <ofw/=include <dev/ofw/= to reflect removal of -I$S/dev | imp | 2003-08-23 | 2 | -4/+4 |
* | Prefer new location of pci include files (which have only been in the | imp | 2003-08-22 | 1 | -2/+2 |
* | Add the new sparc64 OFW PCI framework, conditional on options OFW_NEWPCI | tmm | 2003-07-01 | 3 | -29/+84 |
* | fix misspelling of ORIR_NOTFOUND | jmg | 2003-06-16 | 1 | -1/+1 |
* | Fix interrupt assignment for non-builtin PCI devices on e450s. | tmm | 2003-05-30 | 1 | -1/+1 |
* | Add two new workaround for firmware anomalies: | tmm | 2002-11-07 | 1 | -1/+2 |
* | Remove a debugging panic that was triggered when a resource that was out | tmm | 2002-04-02 | 1 | -5/+2 |
* | Make the OpenFirmware interrupt mapping code more generic, to reduce | tmm | 2002-03-24 | 2 | -34/+20 |
* | Fix a warning by adding a missing include. | tmm | 2002-03-09 | 1 | -0/+1 |
* | Fix typos in a comment. | tmm | 2002-02-13 | 1 | -2/+2 |
* | Add ISA support code for sparc64. | tmm | 2001-11-09 | 3 | -0/+530 |