aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/esp/esp_sbus.c
Commit message (Expand)AuthorAgeFilesLines
* o Move the MODULE_DEPEND() for cam(4) from the esp_sbus.c front-end toMarius Strobl2008-09-081-119/+114
* o Fix style(9) bugs and similar nits.Marius Strobl2008-07-221-27/+24
* The ESP driver isn't really MPSAFE, so don't mark it that it is.Scott Long2007-11-111-1/+1
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Change the remainder of the drivers for DMA'ing devices enabled in theMarius Strobl2007-01-211-1/+1
* Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.Matt Jacob2006-12-111-0/+4
* - Try to not leak resources in the attach functions of the esp(4) SBusMarius Strobl2005-05-191-94/+364
* Style and minor changes:Marius Strobl2005-04-171-57/+54
* The existing locking in the esp driver appears to be fairly adequate, soScott Long2005-03-021-1/+1
* Remove files repocopied to sys/sparc64/sbus.Tom Rhodes2004-11-101-3/+3
* Pull the correct clock frequency value out of OFW. Why the helper functionScott Long2004-09-131-2/+6
* - Introduce an ofw_bus kobj-interface for retrieving the OFW node and aMarius Strobl2004-08-121-4/+5
* Add some style(9) touch ups; style(9) states that new code should followTom Rhodes2004-08-021-3/+3
* Include module.hScott Long2004-06-211-0/+1
* Correct typo from previous commit.Scott Long2004-06-121-1/+1
* Make the XPT_CALC_GEOMETRY op dependent on the sc_extended_geometry flagScott Long2004-06-111-0/+2
* Port the NetBSD esp(4) driver. This only includes the sbus front-end, soScott Long2004-06-101-0/+581