| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r203108: | Alexander Motin | 2010-02-14 | 1 | -37/+0 |
| * | MFC r197420: | Alexander Motin | 2010-01-22 | 1 | -3/+4 |
| * | MFC 197772: | John Baldwin | 2009-11-04 | 1 | -1/+1 |
| * | MFC r196352: | Alexander Motin | 2009-08-18 | 1 | -0/+2 |
| * | Change if_output to take a struct route as its fourth argument in order | Kip Macy | 2009-04-16 | 1 | -2/+3 |
| * | Make the bit-bang callbacks for i2c implementation match their prototypes. | Warner Losh | 2009-03-12 | 1 | -3/+3 |
| * | Fix lptopen() and lptclose() to not trash the state of the HAVEBUS flag | John Baldwin | 2009-02-11 | 1 | -11/+8 |
| * | Trim what we expose to userland in <dev/ppbus/ppbconf.h> to just the | John Baldwin | 2009-02-03 | 1 | -29/+29 |
| * | Don't unlock the parent ppc lock until after releasing the ppbus. | John Baldwin | 2009-01-26 | 1 | -1/+1 |
| * | Add missing locking around setting the ppc interrupt handler IVAR. | John Baldwin | 2009-01-26 | 1 | -0/+2 |
| * | Fix a compile bogon. 'ppbus' is used by two different sets of debug code | John Baldwin | 2009-01-22 | 1 | -0/+2 |
| * | Add locking to ppc and ppbus and mark the whole lot MPSAFE: | John Baldwin | 2009-01-21 | 14 | -417/+748 |
| * | Various whitespace and style fixes. | John Baldwin | 2008-11-16 | 17 | -222/+229 |
| * | Various style and whitespace fixes. Previously parts of this file used | John Baldwin | 2008-11-12 | 1 | -342/+350 |
| * | Fix build breakage. | John Baldwin | 2008-10-22 | 2 | -3/+4 |
| * | Several cleanups to remove the need for explicit unit numbers and a few | John Baldwin | 2008-10-21 | 14 | -168/+140 |
| * | Replace all calls to minor() with dev2unit(). | Ed Schouten | 2008-09-27 | 3 | -18/+18 |
| * | Rework the handling of interrupt handlers for children of ppc and ppbus: | John Baldwin | 2008-09-15 | 6 | -97/+27 |
| * | Whitespace fix. | John Baldwin | 2008-08-22 | 1 | -1/+1 |
| * | Remove unused UNITOSOFTC() macro. | John Baldwin | 2008-08-22 | 1 | -2/+0 |
| * | Add locking to the various iicbus(4) bridge drivers: | John Baldwin | 2008-08-04 | 1 | -13/+41 |
| * | Work around problems with the ppbus(4)'s interesting way of managing | John Baldwin | 2008-01-10 | 2 | -0/+40 |
| * | Prepare for future integration between CAM and newbus. xpt_bus_register | Scott Long | 2007-06-17 | 1 | -1/+1 |
| * | Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM will | Scott Long | 2007-04-15 | 1 | -1/+3 |
| * | Remove a useless cast from void * to struct ppb_device *. | Paolo Pisati | 2007-03-06 | 1 | -1/+1 |
| * | Catchup with filters | Warner Losh | 2007-02-23 | 1 | -2/+3 |
| * | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati | 2007-02-23 | 4 | -8/+9 |
| * | Fix fat-fingering in previous commit. | John Baldwin | 2006-12-29 | 1 | -1/+1 |
| * | Various bpf(4) related fixes to catch places up to the new bpf(4) | John Baldwin | 2006-12-29 | 1 | -5/+5 |
| * | Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed. | Matt Jacob | 2006-12-11 | 1 | -0/+2 |
| * | Since DELAY() was moved, most <machine/clock.h> #includes have been | Poul-Henning Kamp | 2006-05-16 | 1 | -1/+0 |
| * | Import ACPI Dock Station support. Note that this is still very young. | Mitsuru IWASAKI | 2006-04-15 | 2 | -0/+34 |
| * | - Use bus_setup_intr() and bus_teardown_intr() to register device driver | John Baldwin | 2006-02-22 | 3 | -5/+5 |
| * | Use a wildcard unit (-1) to device_find_child() in our identify routine to | John Baldwin | 2006-02-13 | 1 | -1/+1 |
| * | Add missing MODULE_DEPEND() so that ppbus.ko and these .ko's can be | Ruslan Ermilov | 2005-12-21 | 5 | -0/+5 |
| * | bandaid assumption that char is signed | Sam Leffler | 2005-12-21 | 1 | -1/+1 |
| * | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | Robert Watson | 2005-08-09 | 1 | -6/+8 |
| * | Stop embedding struct ifnet at the top of driver softcs. Instead the | Brooks Davis | 2005-06-10 | 1 | -21/+25 |
| * | In ppsintr, we needed ppsdev to get to the softc and nothing else. | Warner Losh | 2005-04-14 | 1 | -11/+7 |
| * | When locking a MTX_SPIN, one needs to use mtx_lock_spin. | Warner Losh | 2005-03-17 | 1 | -5/+7 |
| * | Remove unused variable. | Poul-Henning Kamp | 2005-03-17 | 1 | -6/+0 |
| * | Make the pps interrupt register as MPSAFE and FAST. Use a spin lock | Warner Losh | 2005-03-11 | 1 | -6/+15 |
| * | Kill trailing white space | Warner Losh | 2005-03-10 | 1 | -3/+3 |
| * | Back out previous commit. The description didn't match the commit, | Warner Losh | 2005-03-06 | 1 | -1/+1 |
| * | Use BUS_PROBE_DEFAULT for pci probe return value | Warner Losh | 2005-03-05 | 1 | -1/+1 |
| * | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 5 | -5/+5 |
| * | Apply error and success logic consistently to the function netisr_queue() and | Andre Oppermann | 2004-08-27 | 1 | -2/+2 |
| * | Since if_plip doesn't contain locking or run with INTR_MPSAFE, mark | Robert Watson | 2004-08-13 | 1 | -1/+2 |
| * | Do not bzero() the softc, as newbus does it for us. | Olivier Houchard | 2004-07-09 | 5 | -5/+0 |
| * | Newbus returns a zeroed softc, so there's no need to call bzero() here. | Olivier Houchard | 2004-07-09 | 1 | -2/+0 |