aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64/ebus
Commit message (Expand)AuthorAgeFilesLines
* Simplify the ofw_bus_lookup_imap() API slightly: make it allocate maskbufNathan Whitehorn2013-12-171-2/+1
* s,KOBJMETHOD_END,DEVMETHOD_END,g in order to fully hide the explicit mentionMarius Strobl2011-11-222-3/+3
* Make sparc64 compatible with NEW_PCIB and enable it:Marius Strobl2011-10-021-37/+65
* Sync licenses and the corresponding RCS IDs with NetBSD, mainly switchingMarius Strobl2011-03-122-5/+29
* Provide for multiple, cascaded PICs on PowerPC systems, and extend theNathan Whitehorn2010-06-181-1/+1
* Add epic(4), a driver for the front panel LEDs in Sun Fire V215/V245.Marius Strobl2010-01-101-0/+216
* - Add support for the JBus to EBus bridges which hang off of nexus(4)Marius Strobl2009-12-221-104/+309
* Enroll these drivers in multipass probing. The motivation behind thisMarius Strobl2009-12-221-1/+2
* - Sort device methods.Marius Strobl2009-03-191-4/+4
* Adapt parts of the sparc64 Open Firmware bus enumeration code (in particular,Nathan Whitehorn2008-12-151-1/+1
* - Removed unused sc_node.Marius Strobl2008-08-231-21/+9
* Set the rid for any resource obtained from rman_reserve_resource.Warner Losh2006-04-201-0/+1
* - Register the generic implementations for the device shutdown, suspendMarius Strobl2006-01-261-1/+4
* - Convert these bus drivers to make use of the newly introduced set ofMarius Strobl2005-11-221-102/+47
* Now that all affected drivers have been changed remove the helpersMarius Strobl2005-06-041-34/+3
* - Artificially using SYS_RES_IOPORT for EBus devices for reasons ofMarius Strobl2005-05-191-24/+43
* Don't panic when we're asked to allocate a resource type that we knowMarcel Moolenaar2005-01-091-3/+2
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-072-2/+2
* Device driver for onboard CS4231 audio controller which is foundPyun YongHyeon2004-10-251-0/+91
* - Introduce an ofw_bus kobj-interface for retrieving the OFW node and aMarius Strobl2004-08-122-105/+71
* These don't need RMAN_RESOURCE_VISIBLE now that rman is visibleWarner Losh2004-07-031-1/+0
* These need __RMAN_RESOURCE_VISIBLE, too.Marius Strobl2004-06-301-0/+1
* Add missing <sys/module.h> instances which were shadowed by the nestedPoul-Henning Kamp2004-06-031-0/+1
* - Remove the old sparc64 OFW PCI code (as opposed to the formerMarius Strobl2004-05-081-29/+3
* Remove inclusion of opt_ebus.h.Thomas Moestl2004-04-301-2/+0
* Fix the EBus driver to work with the new PCI code. Unlike other PCIThomas Moestl2004-04-281-90/+170
* The compatibility specification property is named "compatible", notThomas Moestl2004-03-271-1/+1
* s=include <ofw/=include <dev/ofw/= to reflect removal of -I$S/devWarner Losh2003-08-231-2/+2
* 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-011-10/+27
* Fix interrupt assignment for non-builtin PCI devices on e450s.Thomas Moestl2003-05-301-4/+6
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* Add two new workaround for firmware anomalies:Thomas Moestl2002-11-071-1/+1
* Make the OpenFirmware interrupt mapping code more generic, to reduceThomas Moestl2002-03-242-81/+10
* Set the interrupt map type accordingly if we need to fall back to usingThomas Moestl2002-03-091-0/+1
* Minor bug fixes (add a missing break, correct the resource ranges, removeThomas Moestl2002-02-131-3/+5
* Add EBus support code, ported from NetBSD.Thomas Moestl2001-11-092-0/+562