summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim/nexus.c
Commit message (Expand)AuthorAgeFilesLines
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-4/+4
* Remove unused variables. Spotted by a cppcheckandreast2011-01-061-3/+0
* Make AIM early-boot code function correctly without Open Firmware.nwhitehorn2010-11-091-3/+3
* bus_add_child: change type of order parameter to u_intavg2010-09-101-2/+2
* Make nexus report name and compat fields as pnpinfo for devices on themav2010-09-051-0/+2
* Remove an unnecessary include of opt_psim.h, which is not present onnwhitehorn2010-07-091-1/+0
* Configure interrupts on SMP systems to be distributed among all onlinenwhitehorn2010-06-231-0/+27
* Provide for multiple, cascaded PICs on PowerPC systems, and extend thenwhitehorn2010-06-181-1/+1
* Get nexus(4) out of the RTC business. The interface used by nexus(4)nwhitehorn2010-03-231-60/+0
* Convert PowerPC AIM PCI and nexus busses to standard OFW bus interface. Thisnwhitehorn2008-10-141-1/+7
* Switch to using genclock. Have nexus double as clock device formarcel2008-04-211-9/+77
* 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