summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/powerpc/nexus.c
Commit message (Expand)AuthorAgeFilesLines
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.jhibbits2016-03-181-1/+1
* Introduce bus_get_bus_tag() methodzbb2016-02-181-0/+9
* Use the correct type to pmap_mapdev() in nexus_activate_resource().jhibbits2016-02-011-4/+4
* Move Open Firmware device root on PowerPC, ARM, and MIPS systems tonwhitehorn2014-02-051-10/+29
* Fix typo.nwhitehorn2014-02-011-1/+1
* Open Firmware interrupt specifiers can consist of arbitrary-length bytenwhitehorn2014-02-011-11/+6
* Allow PIC drivers to translate firmware sense codes for themselves. Thisnwhitehorn2013-10-241-3/+1
* Factor out MI portions of the PowerPC nexus device into /sys/dev/ofw. Thenwhitehorn2013-10-231-443/+3
* Add two new interfaces to ofw_bus:nwhitehorn2013-10-231-6/+22
* Use OF_getencprop() in preference to OF_getprop() for numerical quantities.nwhitehorn2013-10-231-4/+4
* Ignore registers on devices where the reg property is malformed. Issue anwhitehorn2013-10-221-0/+6
* Catch up on 6 years of improvements in Open Firmware nexus devices bynwhitehorn2013-10-221-207/+425
* Use standard ofw_bus helpers instead of reinventing the wheel.nwhitehorn2013-10-211-139/+27
* Since the PS3 port was committed, the AIM nexus device works perfectly finenwhitehorn2013-10-201-0/+527
* This file was repocopied to src/sys/powerpc/aim, where it willmarcel2007-12-141-487/+0
* Revamp the interrupt handling in support of INTR_FILTER. This includes:marcel2007-08-111-41/+54
* Add ofw bus methods to the ppc nexus driver. This will be used in futuregrehan2007-04-201-0/+56
* Update openpic to support the new bus_setup_intr() syntax.piso2007-03-071-4/+4
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Instead of "OpenFirmware", "openfirmware", etc. use the official spellingmarius2004-08-161-3/+3
* Catchup to now-required <sys/module.h> for PowerPCgrehan2004-06-251-0/+1
* - constify devinfo strings to eliminate compile warninggrehan2004-02-111-9/+9
* Allow child devices to set the OpenFirmware device node ivargrehan2004-02-041-2/+5
* Remove hard-coded knowledge of specific OFW devices. Use bus_generic_probegrehan2004-01-131-55/+64
* 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
* psim device supportgrehan2002-09-191-0/+5
* Remove some diagnostic code that snuck in.benno2002-07-101-6/+0
* - Add the "compatible" property to the list that we keep in ivars.benno2002-07-091-23/+196
* Add a nexus device.benno2002-04-151-0/+233
OpenPOWER on IntegriCloud