aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64/sbus
Commit message (Expand)AuthorAgeFilesLines
* - Merge sys/sparc64/pci/psycho.c rev. 1.8:Marius Strobl2006-06-081-7/+26
* Set the rid for any resource obtained from rman_reserve_resource.Warner Losh2006-04-201-0/+1
* o lsi64854_enet_intr():Marius Strobl2006-01-312-32/+31
* Revert the part of rev. 1.3 which enabled the chaining of the DMA engineMarius Strobl2006-01-301-21/+1
* - Register the generic implementations for the device shutdown, suspendMarius Strobl2006-01-262-8/+6
* - Convert these bus drivers to make use of the newly introduced set ofMarius Strobl2005-11-222-222/+126
* - Try to not leak resources in the attach functions of the esp(4) SBusMarius Strobl2005-05-193-14/+540
* - Add an IVAR for retrieving the interrupt group number of the parent SbusMarius Strobl2005-05-192-9/+55
* Fix compilation when DEBUG is defined.Marius Strobl2005-04-181-1/+1
* Style and minor changes:Marius Strobl2005-04-173-121/+102
* Re-commit the following changes which were committed to these filesMarius Strobl2005-04-172-13/+13
* - Split the bus probe function into a bus probe and a bus attach functionMarius Strobl2005-04-171-57/+70
* Some clean-up announced in rev. 1.31:Marius Strobl2005-04-171-80/+67
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-073-4/+4
* Fix paths after repocopies done by scottlTom Rhodes2004-11-101-2/+2
* - Introduce an ofw_bus kobj-interface for retrieving the OFW node and aMarius Strobl2004-08-122-33/+67
* These don't need RMAN_RESOURCE_VISIBLE now that rman is visibleWarner Losh2004-07-031-1/+0
* These need __RMAN_RESOURCE_VISIBLE, too.Marius Strobl2004-06-301-0/+2
* Port the NetBSD esp(4) driver. This only includes the sbus front-end, soScott Long2004-06-103-0/+1041
* Add missing <sys/module.h> #includesPoul-Henning Kamp2004-06-041-0/+1
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-072-8/+0
* The compatibility specification property is named "compatible", notThomas Moestl2004-03-271-1/+1
* Don't confuse NULL with 0.David E. O'Brien2003-12-261-3/+3
* s=include <ofw/=include <dev/ofw/= to reflect removal of -I$S/devWarner Losh2003-08-231-1/+1
* Mega busdma API commit.Scott Long2003-07-011-1/+1
* Further cleanup of the sparc64 busdma implementation:Thomas Moestl2003-06-181-9/+2
* Remove the psycho and sbus iommu function stubs, and put the pointerThomas Moestl2003-06-111-125/+19
* Bring back bus_dmasync_op_t. It is now a typedef to an int, though theScott Long2003-05-271-2/+3
* De-orbit bus_dmamem_alloc_size(). It's a hack and was never used anyways.Scott Long2003-05-261-25/+0
* - Reduce the DVMA preallocation limit from 128kB to 32kB. 128kB wereThomas Moestl2003-05-021-1/+1
* fix typo in the previous commit.Hidetoshi Shimokawa2003-04-121-1/+1
* Change the operation parameter of bus_dmamap_sync() from anMaxime Henrion2003-04-101-3/+2
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Fix some more missing dt_ prefixes for dma tag fields.Scott Long2003-01-291-2/+2
* Implement bus_dmamem_alloc_size() and bus_dmamem_free_size() asScott Long2003-01-291-0/+25
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* Change the iommu code to be able to handle more than one DVMA area perThomas Moestl2003-01-061-0/+28
* Bump the IOMMU TSB size to 32kB, to match the default size on PCIThomas Moestl2003-01-061-1/+1
* Prefix the members of struct bus_space_tag and struct bus_dma_tag withThomas Moestl2003-01-061-18/+18
* 1.) fix a copy-and-paste-o in a panic() messageThomas Moestl2003-01-061-14/+36
* Always initialize the UPA target module id in the interrupt mappingThomas Moestl2002-12-011-9/+9
* Remove some long-dead cruft in the interrupt handling code which wasThomas Moestl2002-12-011-44/+31
* Typo fix.Maxime Henrion2002-08-191-1/+1
* Set interrupt clear pointer for SBus slots to point to correct spot.Matt Jacob2002-07-251-2/+2
* When multiple IOMMUs are present in a system, use a single TSB for allThomas Moestl2002-07-161-14/+6
* Revamp the busdma implementation a bit:Thomas Moestl2002-03-241-32/+40
* Add support for the SBus, which is used in early Sun UltraSPARC machines.Thomas Moestl2002-02-134-0/+1298