summaryrefslogtreecommitdiffstats
path: root/sys/dev/esp/esp_sbus.c
Commit message (Expand)AuthorAgeFilesLines
* s,KOBJMETHOD_END,DEVMETHOD_END,g in order to fully hide the explicit mentionmarius2011-11-221-2/+2
* - Use device_t rather than the NetBSDish struct device.marius2011-10-301-42/+42
* Merge from NetBSD:marius2011-10-151-24/+17
* Include <machine/ofw_machdep.h> for OF_getscsinitid().marius2010-05-101-0/+1
* Take advantage of OF_getscsinitid().marius2010-04-271-3/+1
* o Move the MODULE_DEPEND() for cam(4) from the esp_sbus.c front-end tomarius2008-09-081-119/+114
* o Fix style(9) bugs and similar nits.marius2008-07-221-27/+24
* The ESP driver isn't really MPSAFE, so don't mark it that it is.scottl2007-11-111-1/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Change the remainder of the drivers for DMA'ing devices enabled in themarius2007-01-211-1/+1
* Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.mjacob2006-12-111-0/+4
* - Try to not leak resources in the attach functions of the esp(4) SBusmarius2005-05-191-94/+364
* Style and minor changes:marius2005-04-171-57/+54
* The existing locking in the esp driver appears to be fairly adequate, soscottl2005-03-021-1/+1
* Remove files repocopied to sys/sparc64/sbus.trhodes2004-11-101-3/+3
* Pull the correct clock frequency value out of OFW. Why the helper functionscottl2004-09-131-2/+6
* - Introduce an ofw_bus kobj-interface for retrieving the OFW node and amarius2004-08-121-4/+5
* Add some style(9) touch ups; style(9) states that new code should followtrhodes2004-08-021-3/+3
* Include module.hscottl2004-06-211-0/+1
* Correct typo from previous commit.scottl2004-06-121-1/+1
* Make the XPT_CALC_GEOMETRY op dependent on the sc_extended_geometry flagscottl2004-06-111-0/+2
* Port the NetBSD esp(4) driver. This only includes the sbus front-end, soscottl2004-06-101-0/+581
OpenPOWER on IntegriCloud