summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/ebus
Commit message (Expand)AuthorAgeFilesLines
* s,KOBJMETHOD_END,DEVMETHOD_END,g in order to fully hide the explicit mentionmarius2011-11-222-3/+3
* Make sparc64 compatible with NEW_PCIB and enable it:marius2011-10-021-37/+65
* Sync licenses and the corresponding RCS IDs with NetBSD, mainly switchingmarius2011-03-122-5/+29
* Provide for multiple, cascaded PICs on PowerPC systems, and extend thenwhitehorn2010-06-181-1/+1
* Add epic(4), a driver for the front panel LEDs in Sun Fire V215/V245.marius2010-01-101-0/+216
* - Add support for the JBus to EBus bridges which hang off of nexus(4)marius2009-12-221-104/+309
* Enroll these drivers in multipass probing. The motivation behind thismarius2009-12-221-1/+2
* - Sort device methods.marius2009-03-191-4/+4
* Adapt parts of the sparc64 Open Firmware bus enumeration code (in particular,nwhitehorn2008-12-151-1/+1
* - Removed unused sc_node.marius2008-08-231-21/+9
* Set the rid for any resource obtained from rman_reserve_resource.imp2006-04-201-0/+1
* - Register the generic implementations for the device shutdown, suspendmarius2006-01-261-1/+4
* - Convert these bus drivers to make use of the newly introduced set ofmarius2005-11-221-102/+47
* Now that all affected drivers have been changed remove the helpersmarius2005-06-041-34/+3
* - Artificially using SYS_RES_IOPORT for EBus devices for reasons ofmarius2005-05-191-24/+43
* Don't panic when we're asked to allocate a resource type that we knowmarcel2005-01-091-3/+2
* /* -> /*- for license, minor formatting changesimp2005-01-072-2/+2
* Device driver for onboard CS4231 audio controller which is foundyongari2004-10-251-0/+91
* - Introduce an ofw_bus kobj-interface for retrieving the OFW node and amarius2004-08-122-105/+71
* These don't need RMAN_RESOURCE_VISIBLE now that rman is visibleimp2004-07-031-1/+0
* These need __RMAN_RESOURCE_VISIBLE, too.marius2004-06-301-0/+1
* Add missing <sys/module.h> instances which were shadowed by the nestedphk2004-06-031-0/+1
* - Remove the old sparc64 OFW PCI code (as opposed to the formermarius2004-05-081-29/+3
* Remove inclusion of opt_ebus.h.tmm2004-04-301-2/+0
* Fix the EBus driver to work with the new PCI code. Unlike other PCItmm2004-04-281-90/+170
* The compatibility specification property is named "compatible", nottmm2004-03-271-1/+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-10/+27
* Fix interrupt assignment for non-builtin PCI devices on e450s.tmm2003-05-301-4/+6
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Add two new workaround for firmware anomalies:tmm2002-11-071-1/+1
* Make the OpenFirmware interrupt mapping code more generic, to reducetmm2002-03-242-81/+10
* Set the interrupt map type accordingly if we need to fall back to usingtmm2002-03-091-0/+1
* Minor bug fixes (add a missing break, correct the resource ranges, removetmm2002-02-131-3/+5
* Add EBus support code, ported from NetBSD.tmm2001-11-092-0/+562
OpenPOWER on IntegriCloud