aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ppbus/ppb_1284.c
Commit message (Expand)AuthorAgeFilesLines
* ppbus: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-6/+0
* 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-2/+2
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-10/+10
* Add locking to ppc and ppbus and mark the whole lot MPSAFE:John Baldwin2009-01-211-1/+6
* Various whitespace and style fixes.John Baldwin2008-11-161-21/+22
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-101-3/+3
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* ppi needs to use a bus method to get this rather than peering inside theNicolas Souchu2000-01-141-2/+2
* Port of ppbus standalone framework to the newbus system.Nicolas Souchu2000-01-141-156/+169
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Terminate negociation if Ext. link negociation succeeds. This avoidsNicolas Souchu1999-01-141-1/+8
* Major ppbus commit with:Nicolas Souchu1999-01-101-65/+705
* unused function removed (byte_1284_inbyte)Nicolas Souchu1998-09-131-34/+1
* ppbus enhanced to support ZIP+ : 1284 code added, microseq improved +Nicolas Souchu1998-09-131-26/+63
* Major ppbus updates from the author.Mike Smith1998-08-031-18/+54
* Make the debug options new-style.Eivind Eklund1998-01-311-1/+4
* Removed unused #includes. The !KERNEL case may be more broken than before.Bruce Evans1997-09-011-9/+1
* Sync with ppbus-970815 from the author :Mike Smith1997-08-161-0/+163