summaryrefslogtreecommitdiff
path: root/sys/sparc64/sbus
Commit message (Expand)AuthorAgeFilesLines
* Hook up the generic OFW pnpinfo string method.Marius Strobl2009-03-192-0/+2
* - As suggested by OpenSolaris use up-burst-sizes for determining theMarius Strobl2009-03-192-45/+54
* - Sort device methods.Marius Strobl2009-03-191-5/+5
* Adapt parts of the sparc64 Open Firmware bus enumeration code (in particular,Nathan Whitehorn2008-12-151-0/+1
* o Move the MODULE_DEPEND() for cam(4) from the esp_sbus.c front-end toMarius Strobl2008-09-083-97/+85
* Provide and consume module dependency information.Marius Strobl2008-08-232-0/+3
* - Use the name returned by device_get_nameunit(9) for the name of theMarius Strobl2008-05-071-9/+3
* o Rename ic_eoi to ic_clear to emphasize the functions it pointsMarius Strobl2008-04-231-3/+16
* o Revamp the sparc64 interrupt code in order to be able to interfaceMarius Strobl2007-09-062-128/+136
* - Divorce the IOTSBs, which so far where handled via a global listMarius Strobl2007-08-052-9/+11
* - Don't register the over-temperature and power-fail interruptMarius Strobl2007-06-161-20/+14
* Teach the bridge wrapper how to handle the filter+ithread case.Paolo Pisati2007-06-061-12/+25
* Rototill the sparc64 nexus(4) (actually this brings in the code theMarius Strobl2007-03-071-42/+40
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-15/+25
* - Use bus_get_dma_tag() to obtain the parent DMA tag so dma(4) willMarius Strobl2007-01-201-6/+6
* Check the return value of bus_setup_intr() when setting up theMarius Strobl2007-01-151-10/+12
* - 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