| Commit message (Expand) | Author | Age | Files | Lines |
* | Add new tunable 'net.link.ifqmaxlen' to set default send interface | sobomax | 2010-05-03 | 1 | -1/+1 |
* | MFp4: Large set of CAM inprovements. | mav | 2010-01-28 | 1 | -37/+0 |
* | Check pointer for NULL before dereferencing it, not after. | brueffer | 2009-10-22 | 2 | -4/+9 |
* | Correct a copy/paste bug in a comment. lptclose() checks once a second to | jhb | 2009-10-13 | 1 | -1/+1 |
* | When the timeout backoff hits the maximum value, leave it capped at the | jhb | 2009-10-05 | 1 | -1/+1 |
* | Lock bus scan. | mav | 2009-09-22 | 1 | -3/+4 |
* | Fix iSCSI initiator and vpo driver operation, broken by CAM changes. | mav | 2009-08-18 | 1 | -0/+2 |
* | Change if_output to take a struct route as its fourth argument in order | kmacy | 2009-04-16 | 1 | -2/+3 |
* | Make the bit-bang callbacks for i2c implementation match their prototypes. | imp | 2009-03-12 | 1 | -3/+3 |
* | Fix lptopen() and lptclose() to not trash the state of the HAVEBUS flag | jhb | 2009-02-11 | 1 | -11/+8 |
* | Trim what we expose to userland in <dev/ppbus/ppbconf.h> to just the | jhb | 2009-02-03 | 1 | -29/+29 |
* | Don't unlock the parent ppc lock until after releasing the ppbus. | jhb | 2009-01-26 | 1 | -1/+1 |
* | Add missing locking around setting the ppc interrupt handler IVAR. | jhb | 2009-01-26 | 1 | -0/+2 |
* | Fix a compile bogon. 'ppbus' is used by two different sets of debug code | jhb | 2009-01-22 | 1 | -0/+2 |
* | Add locking to ppc and ppbus and mark the whole lot MPSAFE: | jhb | 2009-01-21 | 14 | -417/+748 |
* | Various whitespace and style fixes. | jhb | 2008-11-16 | 17 | -222/+229 |
* | Various style and whitespace fixes. Previously parts of this file used | jhb | 2008-11-12 | 1 | -363/+371 |
* | Fix build breakage. | jhb | 2008-10-22 | 2 | -3/+4 |
* | Several cleanups to remove the need for explicit unit numbers and a few | jhb | 2008-10-21 | 14 | -168/+140 |
* | Replace all calls to minor() with dev2unit(). | ed | 2008-09-27 | 3 | -18/+18 |
* | Rework the handling of interrupt handlers for children of ppc and ppbus: | jhb | 2008-09-15 | 6 | -97/+27 |
* | Whitespace fix. | jhb | 2008-08-22 | 1 | -1/+1 |
* | Remove unused UNITOSOFTC() macro. | jhb | 2008-08-22 | 1 | -2/+0 |
* | Add locking to the various iicbus(4) bridge drivers: | jhb | 2008-08-04 | 1 | -13/+41 |
* | Work around problems with the ppbus(4)'s interesting way of managing | jhb | 2008-01-10 | 2 | -0/+40 |
* | Prepare for future integration between CAM and newbus. xpt_bus_register | scottl | 2007-06-17 | 1 | -1/+1 |
* | Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM will | scottl | 2007-04-15 | 1 | -1/+3 |
* | Remove a useless cast from void * to struct ppb_device *. | piso | 2007-03-06 | 1 | -1/+1 |
* | Catchup with filters | imp | 2007-02-23 | 1 | -2/+3 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 4 | -8/+9 |
* | Fix fat-fingering in previous commit. | jhb | 2006-12-29 | 1 | -1/+1 |
* | Various bpf(4) related fixes to catch places up to the new bpf(4) | jhb | 2006-12-29 | 1 | -5/+5 |
* | Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed. | mjacob | 2006-12-11 | 1 | -0/+2 |
* | Since DELAY() was moved, most <machine/clock.h> #includes have been | phk | 2006-05-16 | 1 | -1/+0 |
* | Import ACPI Dock Station support. Note that this is still very young. | iwasaki | 2006-04-15 | 2 | -0/+34 |
* | - Use bus_setup_intr() and bus_teardown_intr() to register device driver | jhb | 2006-02-22 | 3 | -5/+5 |
* | Use a wildcard unit (-1) to device_find_child() in our identify routine to | jhb | 2006-02-13 | 1 | -1/+1 |
* | Add missing MODULE_DEPEND() so that ppbus.ko and these .ko's can be | ru | 2005-12-21 | 5 | -0/+5 |
* | bandaid assumption that char is signed | sam | 2005-12-21 | 1 | -1/+1 |
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | rwatson | 2005-08-09 | 1 | -6/+8 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 1 | -21/+25 |
* | In ppsintr, we needed ppsdev to get to the softc and nothing else. | imp | 2005-04-14 | 1 | -11/+7 |
* | When locking a MTX_SPIN, one needs to use mtx_lock_spin. | imp | 2005-03-17 | 1 | -5/+7 |
* | Remove unused variable. | phk | 2005-03-17 | 1 | -6/+0 |
* | Make the pps interrupt register as MPSAFE and FAST. Use a spin lock | imp | 2005-03-11 | 1 | -6/+15 |
* | Kill trailing white space | imp | 2005-03-10 | 1 | -3/+3 |
* | Back out previous commit. The description didn't match the commit, | imp | 2005-03-06 | 1 | -1/+1 |
* | Use BUS_PROBE_DEFAULT for pci probe return value | imp | 2005-03-05 | 1 | -1/+1 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 5 | -5/+5 |
* | Apply error and success logic consistently to the function netisr_queue() and | andre | 2004-08-27 | 1 | -2/+2 |