aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ppbus/ppb_base.c
Commit message (Expand)AuthorAgeFilesLines
* ppbus: Set the lock for pps interface, update to latest apiWarner Losh2021-10-021-0/+8
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* With clang 3.9.0, compiling ppbus(4) results in the following warnings:Dimitry Andric2016-09-031-3/+3
* - Use ppb_assert_locked() rather than using explicit mtx_assert callAttilio Rao2011-11-221-23/+8
* Introduce macro stubs in the mutex implementation that will be alwaysAttilio Rao2011-11-201-4/+1
* Add locking to ppc and ppbus and mark the whole lot MPSAFE:John Baldwin2009-01-211-16/+79
* Various whitespace and style fixes.John Baldwin2008-11-161-4/+4
* Several cleanups to remove the need for explicit unit numbers and a fewJohn Baldwin2008-10-211-1/+1
* Use __FBSDID().David E. O'Brien2003-08-241-4/+4
* Define a module version.Warner Losh2003-08-221-0/+2
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Fix the detection of parallel port Zip drives.Nick Hibma2000-07-181-4/+5
* Port of ppbus standalone framework to the newbus system.Nicolas Souchu2000-01-141-76/+61
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Passing the unit number to an interrupt routing is kind of narrowminded,Poul-Henning Kamp1999-08-081-1/+3
* Fix warnings preparing for -Wall -Wcast-qualMatthew Dillon1999-01-271-3/+4
* Major ppbus commit with:Nicolas Souchu1999-01-101-11/+38
* ppbus enhanced to support ZIP+ : 1284 code added, microseq improved +Nicolas Souchu1998-09-131-2/+2
* Major ppbus updates from the author.Mike Smith1998-08-031-38/+25
* Removed unused #includes. The !KERNEL case may be more broken than before.Bruce Evans1997-09-011-14/+1
* Remove bogus i386/* includes.Mike Smith1997-08-281-5/+1
* Sync with ppbus-970815 from the author :Mike Smith1997-08-161-0/+210