aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/esp/esp_sbus.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: r226947, r226949, r227284Marius Strobl2011-11-071-42/+42
* MFC: r226381Marius Strobl2011-10-291-24/+17
* MFC: r207885Marius Strobl2010-05-141-0/+1
* MFC: r207281Marius Strobl2010-05-101-3/+1
* MFC: r182876Marius Strobl2008-11-161-119/+114
* MFC: r180692Marius Strobl2008-11-161-27/+24
* 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