aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ppbus
Commit message (Expand)AuthorAgeFilesLines
* Miscellaneous typo fixesEd Maste2020-02-071-1/+1
* Remove vpo.4Warner Losh2020-02-024-2147/+0
* Add deprecation notice to vpo.4Warner Losh2020-02-021-0/+1
* Use callout_func_t instead of the deprecated timeout_t.John Baldwin2019-12-101-1/+1
* SPDX: use the Beerware identifier.Pedro F. Giffuni2017-11-301-0/+2
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2718-0/+36
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-0/+2
* Remove register keyword from sys/ and ANSIfy prototypesEd Maste2017-05-172-4/+4
* sys/dev: Replace zero with NULL for pointers.Pedro F. Giffuni2017-02-202-3/+3
* Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers2017-01-041-3/+3
* With clang 3.9.0, compiling ppbus(4) results in the following warnings:Dimitry Andric2016-09-033-6/+6
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-034-13/+13
* Fix debug printfWarner Losh2016-03-161-1/+1
* Make sure we check for CAM_CDB_POINTER for all drivers. Also, for theWarner Losh2016-03-151-5/+11
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-11/+11
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Clean up SIOCSIFDSTADDR usage from ifnet drivers. The ioctl itself isGleb Smirnoff2013-09-111-1/+0
* Add const qualifier to the dst parameter of the ifnet if_output method.Gleb Smirnoff2013-04-261-2/+2
* - Corrrect mispellings of word usefulGabor Kovesdan2013-04-171-1/+1
* - Correct mispellings of the word occurrenceGabor Kovesdan2013-04-171-1/+1
* Rename device_delete_all_children() into device_delete_children().Hans Petter Selasky2011-11-221-1/+1
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-4/+1
* - Use ppb_assert_locked() rather than using explicit mtx_assert callAttilio Rao2011-11-224-34/+12
* Introduce macro stubs in the mutex implementation that will be alwaysAttilio Rao2011-11-201-4/+1
* Move the device_delete_all_children() function from usb_util.cHans Petter Selasky2011-11-191-8/+2
* Add missing va_end() to clean up after va_start().Christian Brueffer2011-10-071-0/+1
* Tag mbufs of all incoming frames or packets with the interface's FIBBjoern A. Zeeb2011-07-031-0/+4
* bus_add_child: change type of order parameter to u_intAndriy Gapon2010-09-101-1/+1
* Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev2010-05-031-1/+1
* MFp4: Large set of CAM inprovements.Alexander Motin2010-01-281-37/+0
* Check pointer for NULL before dereferencing it, not after.Christian Brueffer2009-10-222-4/+9
* Correct a copy/paste bug in a comment. lptclose() checks once a second toJohn Baldwin2009-10-131-1/+1
* When the timeout backoff hits the maximum value, leave it capped at theJohn Baldwin2009-10-051-1/+1
* Lock bus scan.Alexander Motin2009-09-221-3/+4
* Fix iSCSI initiator and vpo driver operation, broken by CAM changes.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-363/+371
* 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