summaryrefslogtreecommitdiffstats
path: root/sys/dev/ppbus
Commit message (Expand)AuthorAgeFilesLines
* Clean up SIOCSIFDSTADDR usage from ifnet drivers. The ioctl itself isglebius2013-09-111-1/+0
* Add const qualifier to the dst parameter of the ifnet if_output method.glebius2013-04-261-2/+2
* - Corrrect mispellings of word usefulgabor2013-04-171-1/+1
* - Correct mispellings of the word occurrencegabor2013-04-171-1/+1
* Rename device_delete_all_children() into device_delete_children().hselasky2011-11-221-1/+1
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-4/+1
* - Use ppb_assert_locked() rather than using explicit mtx_assert callattilio2011-11-224-34/+12
* Introduce macro stubs in the mutex implementation that will be alwaysattilio2011-11-201-4/+1
* Move the device_delete_all_children() function from usb_util.chselasky2011-11-191-8/+2
* Add missing va_end() to clean up after va_start().brueffer2011-10-071-0/+1
* Tag mbufs of all incoming frames or packets with the interface's FIBbz2011-07-031-0/+4
* bus_add_child: change type of order parameter to u_intavg2010-09-101-1/+1
* Add new tunable 'net.link.ifqmaxlen' to set default send interfacesobomax2010-05-031-1/+1
* MFp4: Large set of CAM inprovements.mav2010-01-281-37/+0
* Check pointer for NULL before dereferencing it, not after.brueffer2009-10-222-4/+9
* Correct a copy/paste bug in a comment. lptclose() checks once a second tojhb2009-10-131-1/+1
* When the timeout backoff hits the maximum value, leave it capped at thejhb2009-10-051-1/+1
* Lock bus scan.mav2009-09-221-3/+4
* Fix iSCSI initiator and vpo driver operation, broken by CAM changes.mav2009-08-181-0/+2
* Change if_output to take a struct route as its fourth argument in orderkmacy2009-04-161-2/+3
* Make the bit-bang callbacks for i2c implementation match their prototypes.imp2009-03-121-3/+3
* Fix lptopen() and lptclose() to not trash the state of the HAVEBUS flagjhb2009-02-111-11/+8
* Trim what we expose to userland in <dev/ppbus/ppbconf.h> to just thejhb2009-02-031-29/+29
* Don't unlock the parent ppc lock until after releasing the ppbus.jhb2009-01-261-1/+1
* Add missing locking around setting the ppc interrupt handler IVAR.jhb2009-01-261-0/+2
* Fix a compile bogon. 'ppbus' is used by two different sets of debug codejhb2009-01-221-0/+2
* Add locking to ppc and ppbus and mark the whole lot MPSAFE:jhb2009-01-2114-417/+748
* Various whitespace and style fixes.jhb2008-11-1617-222/+229
* Various style and whitespace fixes. Previously parts of this file usedjhb2008-11-121-363/+371
* Fix build breakage.jhb2008-10-222-3/+4
* Several cleanups to remove the need for explicit unit numbers and a fewjhb2008-10-2114-168/+140
* Replace all calls to minor() with dev2unit().ed2008-09-273-18/+18
* Rework the handling of interrupt handlers for children of ppc and ppbus:jhb2008-09-156-97/+27
* Whitespace fix.jhb2008-08-221-1/+1
* Remove unused UNITOSOFTC() macro.jhb2008-08-221-2/+0
* Add locking to the various iicbus(4) bridge drivers:jhb2008-08-041-13/+41
* Work around problems with the ppbus(4)'s interesting way of managingjhb2008-01-102-0/+40
* Prepare for future integration between CAM and newbus. xpt_bus_registerscottl2007-06-171-1/+1
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willscottl2007-04-151-1/+3
* Remove a useless cast from void * to struct ppb_device *.piso2007-03-061-1/+1
* Catchup with filtersimp2007-02-231-2/+3
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-234-8/+9
* Fix fat-fingering in previous commit.jhb2006-12-291-1/+1
* Various bpf(4) related fixes to catch places up to the new bpf(4)jhb2006-12-291-5/+5
* Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.mjacob2006-12-111-0/+2
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* Import ACPI Dock Station support. Note that this is still very young.iwasaki2006-04-152-0/+34
* - Use bus_setup_intr() and bus_teardown_intr() to register device driverjhb2006-02-223-5/+5
* Use a wildcard unit (-1) to device_find_child() in our identify routine tojhb2006-02-131-1/+1
* Add missing MODULE_DEPEND() so that ppbus.ko and these .ko's can beru2005-12-215-0/+5
OpenPOWER on IntegriCloud