summaryrefslogtreecommitdiff
path: root/sys/dev/ppbus/ppbconf.h
Commit message (Expand)AuthorAgeFilesLines
* MFC:Nick Hibma2000-05-241-0/+2
* Port of ppbus standalone framework to the newbus system.Nicolas Souchu2000-01-141-166/+65
* $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/+4
* Make ppbus compile under egcs. I'm not sure about this casting-to-union-Peter Wemm1999-04-051-1/+2
* Distinguish EPP address/data register. Add EPP address register access to ppi.Nicolas Souchu1999-01-301-5/+13
* Fix PPBPRI #define - it was missing parenthesis which messed up aMatthew Dillon1999-01-271-2/+2
* Fix broken low level ppb_rxxx() return type: char becomes u_char.Nicolas Souchu1999-01-101-7/+7
* Major ppbus commit with:Nicolas Souchu1999-01-101-7/+18
* - port of vpo code to CAMNicolas Souchu1998-09-201-2/+2
* ppbus enhanced to support ZIP+ : 1284 code added, microseq improved +Nicolas Souchu1998-09-131-3/+6
* Major ppbus updates from the author.Mike Smith1998-08-031-47/+121
* This is a prototype implementation of the draft-mogul-pps-api-##.txtPoul-Henning Kamp1998-06-071-1/+2
* Oops, the previous change applied a reversed patch.Bruce Evans1997-09-011-1/+3
* Removed unused #includes. The !KERNEL case may be more broken than before.Bruce Evans1997-09-011-3/+1
* Added #include of <sys/queue.h> to make this self-sufficient.Bruce Evans1997-09-011-1/+3
* Sync with ppbus-970815 from the author :Mike Smith1997-08-161-1/+34
* New directory and drivers for Parallel Port Bus devices.Mike Smith1997-08-141-0/+239