summaryrefslogtreecommitdiffstats
path: root/sys/dev/ppbus/ppi.h
Commit message (Collapse)AuthorAgeFilesLines
* Various whitespace and style fixes.jhb2008-11-161-1/+1
|
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-1/+1
| | | | | | is an application space macro and the applications are supposed to be free to use it as they please (but cannot). This is consistant with the other BSD's who made this change quite some time ago. More commits to come.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Distinguish EPP address/data register. Add EPP address register access to ppi.nsouch1999-01-301-3/+6
| | | | | | | | Change microseq offsets. Previously, offsets of the program counter where added to the index of the current microinstruction. Make them rely on the index of the next executed microinstruction. Suggested by: Luigi Rizzo <luigi@labinfo.iet.unipi.it>
* Actually implement the internals of the 'ppi' device.msmith1998-01-021-5/+17
| | | | | | It is now possible to control the various parallel port signals from user-space programs without having to resort to opening /dev/io directly.
* New directory and drivers for Parallel Port Bus devices.msmith1997-08-141-0/+39
Submitted by: Nicolas Souchu <Nicolas.Souchu@prism.uvsq.fr>
OpenPOWER on IntegriCloud