summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/sbus
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bump the IOMMU TSB size to 32kB, to match the default size on PCItmm2003-01-061-1/+1
* Prefix the members of struct bus_space_tag and struct bus_dma_tag withtmm2003-01-061-18/+18
* 1.) fix a copy-and-paste-o in a panic() messagetmm2003-01-061-14/+36
* Always initialize the UPA target module id in the interrupt mappingtmm2002-12-011-9/+9
* Remove some long-dead cruft in the interrupt handling code which wastmm2002-12-011-44/+31
* Typo fix.mux2002-08-191-1/+1
* Set interrupt clear pointer for SBus slots to point to correct spot.mjacob2002-07-251-2/+2
* When multiple IOMMUs are present in a system, use a single TSB for alltmm2002-07-161-14/+6
* Revamp the busdma implementation a bit:tmm2002-03-241-32/+40
* Add support for the SBus, which is used in early Sun UltraSPARC machines.tmm2002-02-134-0/+1298
OpenPOWER on IntegriCloud