summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/sparc64/nexus.c
Commit message (Expand)AuthorAgeFilesLines
* s,KOBJMETHOD_END,DEVMETHOD_END,g in order to fully hide the explicit mentionmarius2011-11-221-1/+1
* Make sparc64 compatible with NEW_PCIB and enable it:marius2011-10-021-40/+70
* bus_add_child: change type of order parameter to u_intavg2010-09-101-1/+1
* Skip the pseudo-devices found in Fujitsu Siemens PRIMEPOWER250.marius2010-04-261-0/+2
* Some machines can not only consist of CPUs running at different speedsmarius2010-02-201-1/+2
* - Add the 'cmp' and 'core' pseudo-busses which are used to group CPU coresmarius2010-02-131-17/+33
* Merge from amd64/i386:marius2009-12-241-3/+13
* Enroll these drivers in multipass probing. The motivation behind thismarius2009-12-221-1/+2
* Provide and consume missing module dependency information.marius2009-12-211-0/+1
* - Sort device methods.marius2009-03-191-4/+4
* - According to OpenSolaris, CDMA flushing/syncing for Tomatillosmarius2008-11-201-4/+5
* o Rename ic_eoi to ic_clear to emphasize the functions it pointsmarius2008-04-231-0/+15
* Rototill the sparc64 nexus(4) (actually this brings in the code themarius2007-03-071-125/+235
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-2/+2
* Set the rid for any resource obtained from rman_reserve_resource.imp2006-04-201-0/+1
* - MFpowerpc: sys/powerpc/powerpc/nexus.c rev. 1.7 (partial)marius2005-05-211-2/+36
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Instead of "OpenFirmware", "openfirmware", etc. use the official spellingmarius2004-08-161-3/+3
* Really remove __RMAN_RESORUCE_VISIBLEimp2004-07-031-1/+0
* Use the rman_* functions in preference to reaching into struct resource.imp2004-07-031-3/+3
* These need __RMAN_RESOURCE_VISIBLE, too.marius2004-06-301-0/+1
* Add missing <sys/module.h> #includesphk2004-06-041-0/+1
* Fix bug introduced in revision 1.9; in nexus_probe_nomatch() get device namemarius2004-05-041-3/+2
* Some cleanups to the nexus code:tmm2004-04-301-121/+50
* free type too if we can't add the child.jmg2003-06-161-1/+3
* 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
* Convert the interrupt queue from an array to a linked list. Implementjake2002-05-251-1/+1
* Add the counter-timer node to the exclusion list, as it is handledtmm2002-02-131-4/+5
* Correct the defintion of struct ofw_upa_regs, and use it instead oftmm2002-01-021-19/+34
* Add a nexus device for sparc64, which uses the OpenFirmware to attach UPAtmm2001-11-091-0/+434
OpenPOWER on IntegriCloud