summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/sbus
Commit message (Expand)AuthorAgeFilesLines
* 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
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-033-21/+0
* Enroll these drivers in multipass probing. The motivation behind thismarius2009-12-222-2/+9
* Add missing module dependency information.marius2009-12-211-0/+1
* Hook up the generic OFW pnpinfo string method.marius2009-03-192-0/+2
* - As suggested by OpenSolaris use up-burst-sizes for determining themarius2009-03-192-45/+54
* - Sort device methods.marius2009-03-191-5/+5
* Adapt parts of the sparc64 Open Firmware bus enumeration code (in particular,nwhitehorn2008-12-151-0/+1
* o Move the MODULE_DEPEND() for cam(4) from the esp_sbus.c front-end tomarius2008-09-083-97/+85
* Provide and consume module dependency information.marius2008-08-232-0/+3
* - 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-062-128/+136
* - Divorce the IOTSBs, which so far where handled via a global listmarius2007-08-052-9/+11
* - 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
* - Use bus_get_dma_tag() to obtain the parent DMA tag so dma(4) willmarius2007-01-201-6/+6
* 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
* o lsi64854_enet_intr():marius2006-01-312-32/+31
* Revert the part of rev. 1.3 which enabled the chaining of the DMA enginemarius2006-01-301-21/+1
* - Register the generic implementations for the device shutdown, suspendmarius2006-01-262-8/+6
* - Convert these bus drivers to make use of the newly introduced set ofmarius2005-11-222-222/+126
* - Try to not leak resources in the attach functions of the esp(4) SBusmarius2005-05-193-14/+540
* - Add an IVAR for retrieving the interrupt group number of the parent Sbusmarius2005-05-192-9/+55
* Fix compilation when DEBUG is defined.marius2005-04-181-1/+1
* Style and minor changes:marius2005-04-173-121/+102
* Re-commit the following changes which were committed to these filesmarius2005-04-172-13/+13
* - 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-073-4/+4
* Fix paths after repocopies done by scottltrhodes2004-11-101-2/+2
* - Introduce an ofw_bus kobj-interface for retrieving the OFW node and amarius2004-08-122-33/+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
* Port the NetBSD esp(4) driver. This only includes the sbus front-end, soscottl2004-06-103-0/+1041
* Add missing <sys/module.h> #includesphk2004-06-041-0/+1
* Remove advertising clause from University of California Regent'simp2004-04-072-8/+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
OpenPOWER on IntegriCloud