aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ppbus
Commit message (Expand)AuthorAgeFilesLines
* MFC r223741:Bjoern A. Zeeb2012-02-101-0/+4
* MFC: r227843 (partial)Marius Strobl2012-01-291-4/+1
* MFC: r226116Christian Brueffer2011-10-151-0/+1
* MFC: r198358Christian Brueffer2011-10-102-4/+9
* MFC r207554:Maxim Sobolev2010-11-151-1/+1
* MFC r212413: bus_add_child: change type of order parameter to u_intAndriy Gapon2010-09-201-1/+1
* MFC r203108:Alexander Motin2010-02-141-37/+0
* MFC r197420:Alexander Motin2010-01-221-3/+4
* MFC 197772:John Baldwin2009-11-041-1/+1
* MFC r196352:Alexander Motin2009-08-181-0/+2
* Change if_output to take a struct route as its fourth argument in orderKip Macy2009-04-161-2/+3
* Make the bit-bang callbacks for i2c implementation match their prototypes.Warner Losh2009-03-121-3/+3
* Fix lptopen() and lptclose() to not trash the state of the HAVEBUS flagJohn Baldwin2009-02-111-11/+8
* Trim what we expose to userland in <dev/ppbus/ppbconf.h> to just theJohn Baldwin2009-02-031-29/+29
* Don't unlock the parent ppc lock until after releasing the ppbus.John Baldwin2009-01-261-1/+1
* Add missing locking around setting the ppc interrupt handler IVAR.John Baldwin2009-01-261-0/+2
* Fix a compile bogon. 'ppbus' is used by two different sets of debug codeJohn Baldwin2009-01-221-0/+2
* Add locking to ppc and ppbus and mark the whole lot MPSAFE:John Baldwin2009-01-2114-417/+748
* Various whitespace and style fixes.John Baldwin2008-11-1617-222/+229
* Various style and whitespace fixes. Previously parts of this file usedJohn Baldwin2008-11-121-342/+350
* Fix build breakage.John Baldwin2008-10-222-3/+4
* Several cleanups to remove the need for explicit unit numbers and a fewJohn Baldwin2008-10-2114-168/+140
* Replace all calls to minor() with dev2unit().Ed Schouten2008-09-273-18/+18
* Rework the handling of interrupt handlers for children of ppc and ppbus:John Baldwin2008-09-156-97/+27
* Whitespace fix.John Baldwin2008-08-221-1/+1
* Remove unused UNITOSOFTC() macro.John Baldwin2008-08-221-2/+0
* Add locking to the various iicbus(4) bridge drivers:John Baldwin2008-08-041-13/+41
* Work around problems with the ppbus(4)'s interesting way of managingJohn Baldwin2008-01-102-0/+40
* Prepare for future integration between CAM and newbus. xpt_bus_registerScott Long2007-06-171-1/+1
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willScott Long2007-04-151-1/+3
* Remove a useless cast from void * to struct ppb_device *.Paolo Pisati2007-03-061-1/+1
* Catchup with filtersWarner Losh2007-02-231-2/+3
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-234-8/+9
* Fix fat-fingering in previous commit.John Baldwin2006-12-291-1/+1
* Various bpf(4) related fixes to catch places up to the new bpf(4)John Baldwin2006-12-291-5/+5
* Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.Matt Jacob2006-12-111-0/+2
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-161-1/+0
* Import ACPI Dock Station support. Note that this is still very young.Mitsuru IWASAKI2006-04-152-0/+34
* - Use bus_setup_intr() and bus_teardown_intr() to register device driverJohn Baldwin2006-02-223-5/+5
* Use a wildcard unit (-1) to device_find_child() in our identify routine toJohn Baldwin2006-02-131-1/+1
* Add missing MODULE_DEPEND() so that ppbus.ko and these .ko's can beRuslan Ermilov2005-12-215-0/+5
* bandaid assumption that char is signedSam Leffler2005-12-211-1/+1
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-6/+8
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-21/+25
* In ppsintr, we needed ppsdev to get to the softc and nothing else.Warner Losh2005-04-141-11/+7
* When locking a MTX_SPIN, one needs to use mtx_lock_spin.Warner Losh2005-03-171-5/+7
* Remove unused variable.Poul-Henning Kamp2005-03-171-6/+0
* Make the pps interrupt register as MPSAFE and FAST. Use a spin lockWarner Losh2005-03-111-6/+15
* Kill trailing white spaceWarner Losh2005-03-101-3/+3
* Back out previous commit. The description didn't match the commit,Warner Losh2005-03-061-1/+1