summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/sbus/sbus.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-84/+74
* Since r221218 rman_manage_region(9) actually honors rm_start and rm_endmarius2011-08-281-2/+2
* Sync licenses and the corresponding RCS IDs with NetBSD, mainly switchingmarius2011-03-121-61/+14
* Reserve INTR_MD[1-4] similarly to what BUS_DMA_BUS[1-4] are intended formarius2011-01-041-2/+2
* - Take advantage of the INTCLR_* macros.marius2010-03-311-3/+3
* Enroll these drivers in multipass probing. The motivation behind thismarius2009-12-221-1/+2
* Add missing module dependency information.marius2009-12-211-0/+1
* Hook up the generic OFW pnpinfo string method.marius2009-03-191-0/+1
* - As suggested by OpenSolaris use up-burst-sizes for determining themarius2009-03-191-35/+38
* Adapt parts of the sparc64 Open Firmware bus enumeration code (in particular,nwhitehorn2008-12-151-0/+1
* Provide and consume module dependency information.marius2008-08-231-0/+1
* - Use the name returned by device_get_nameunit(9) for the name of themarius2008-05-071-9/+3
* o Rename ic_eoi to ic_clear to emphasize the functions it pointsmarius2008-04-231-3/+16
* o Revamp the sparc64 interrupt code in order to be able to interfacemarius2007-09-061-128/+133
* - Divorce the IOTSBs, which so far where handled via a global listmarius2007-08-051-8/+8
* - Don't register the over-temperature and power-fail interruptmarius2007-06-161-20/+14
* Teach the bridge wrapper how to handle the filter+ithread case.piso2007-06-061-12/+25
* Rototill the sparc64 nexus(4) (actually this brings in the code themarius2007-03-071-42/+40
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-15/+25
* Check the return value of bus_setup_intr() when setting up themarius2007-01-151-10/+12
* - Merge sys/sparc64/pci/psycho.c rev. 1.8:marius2006-06-081-7/+26
* 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-0/+3
* - Convert these bus drivers to make use of the newly introduced set ofmarius2005-11-221-107/+70
* - Add an IVAR for retrieving the interrupt group number of the parent Sbusmarius2005-05-191-9/+47
* - Split the bus probe function into a bus probe and a bus attach functionmarius2005-04-171-57/+70
* Some clean-up announced in rev. 1.31:marius2005-04-171-80/+67
* /* -> /*- for license, minor formatting changesimp2005-01-071-2/+2
* - Introduce an ofw_bus kobj-interface for retrieving the OFW node and amarius2004-08-121-25/+67
* 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/+2
* Add missing <sys/module.h> #includesphk2004-06-041-0/+1
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* The compatibility specification property is named "compatible", nottmm2004-03-271-1/+1
* Don't confuse NULL with 0.obrien2003-12-261-3/+3
* s=include <ofw/=include <dev/ofw/= to reflect removal of -I$S/devimp2003-08-231-1/+1
* Mega busdma API commit.scottl2003-07-011-1/+1
* Further cleanup of the sparc64 busdma implementation:tmm2003-06-181-9/+2
* Remove the psycho and sbus iommu function stubs, and put the pointertmm2003-06-111-125/+19
* Bring back bus_dmasync_op_t. It is now a typedef to an int, though thescottl2003-05-271-2/+3
* De-orbit bus_dmamem_alloc_size(). It's a hack and was never used anyways.scottl2003-05-261-25/+0
* - Reduce the DVMA preallocation limit from 128kB to 32kB. 128kB weretmm2003-05-021-1/+1
* fix typo in the previous commit.simokawa2003-04-121-1/+1
* Change the operation parameter of bus_dmamap_sync() from anmux2003-04-101-3/+2
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Fix some more missing dt_ prefixes for dma tag fields.scottl2003-01-291-2/+2
* Implement bus_dmamem_alloc_size() and bus_dmamem_free_size() asscottl2003-01-291-0/+25
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Change the iommu code to be able to handle more than one DVMA area pertmm2003-01-061-0/+28
OpenPOWER on IntegriCloud