summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/sbus
Commit message (Expand)AuthorAgeFilesLines
* - Revert the part of r247601 which turned the overtemperature and power failmarius2013-03-021-11/+9
* - Apparently, it's no longer a problem to call shutdown_nice(9) from withinmarius2013-03-021-12/+14
* s,KOBJMETHOD_END,DEVMETHOD_END,g in order to fully hide the explicit mentionmarius2011-11-222-2/+2
* Fix make universe.pjd2011-11-161-1/+1
* Actually, limit to 32-bit DMA for the transfer buffers as the address ismarius2011-10-301-2/+2
* Correct the DMA constraints, the LSI64854 isn't limited to 32-bit DMA.marius2011-10-301-3/+3
* - Use device_t rather than the NetBSDish struct device.marius2011-10-302-104/+136
* Merge from NetBSD:marius2011-10-152-16/+20
* Make sparc64 compatible with NEW_PCIB and enable it:marius2011-10-022-84/+75
* Since r221218 rman_manage_region(9) actually honors rm_start and rm_endmarius2011-08-281-2/+2
* Correct spelling in comments.marius2011-04-222-3/+3
* Sync licenses and the corresponding RCS IDs with NetBSD, mainly switchingmarius2011-03-127-89/+21
* 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
OpenPOWER on IntegriCloud