aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ppbus/ppb_msq.c
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* - Use ppb_assert_locked() rather than using explicit mtx_assert callAttilio Rao2011-11-221-4/+1
* Add missing va_end() to clean up after va_start().Christian Brueffer2011-10-071-0/+1
* Add locking to ppc and ppbus and mark the whole lot MPSAFE:John Baldwin2009-01-211-0/+7
* Various whitespace and style fixes.John Baldwin2008-11-161-4/+3
* Several cleanups to remove the need for explicit unit numbers and a fewJohn Baldwin2008-10-211-3/+4
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* Fix some gcc-3.1+ warnings:Peter Wemm2002-03-191-0/+1
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-101-7/+7
* A quote from the ia64 compiler:Doug Rabson2000-10-101-1/+1
* Remove unneeded #include <sys/kernel.h>Poul-Henning Kamp2000-04-291-1/+0
* Make this lot build on alpha.Doug Rabson2000-01-251-1/+1
* Port of ppbus standalone framework to the newbus system.Nicolas Souchu2000-01-141-23/+28
* Incorrect NULL -> 0Eivind Eklund1999-12-201-3/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fix warnings preparing for -Wall -Wcast-qualMatthew Dillon1999-01-271-2/+2
* Major ppbus commit with:Nicolas Souchu1999-01-101-5/+17
* - port of vpo code to CAMNicolas Souchu1998-09-201-15/+7
* ppbus enhanced to support ZIP+ : 1284 code added, microseq improved +Nicolas Souchu1998-09-131-4/+6
* Major ppbus updates from the author.Mike Smith1998-08-031-0/+326