summaryrefslogtreecommitdiffstats
path: root/sys/dev/puc/lpt_puc.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* If you use sys/param.h, you don't need sys/types.hderaadt2017-09-081-2/+1
|
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
| | | | | | | have any direct symbols used. Tested for indirect use by compiling amd64/i386/sparc64 kernels. ok tedu@ deraadt@
* Simplify various parts of the puc(4) attachment code. Tested lightlyderaadt2011-11-151-7/+2
| | | | by krw and myself.
* Use a new encoding for the entries in the pucdata table, the result isderaadt2011-10-251-4/+4
| | | | | | that the .o file is half the size. Tested by camield (who just doubled the table size recently for a 16-port device). Hopefully no regressions, since this is a pretty large change of a very large table.
* print interrupt string like com at puc doesderaadt2009-07-151-2/+2
|
* puc@cardbus (only added (commented out) to whom has puc@pci enabled)mickey2006-07-311-6/+15
| | | | | | tested on puc@pci by fkr and meself on the cardbus. still needs a bit more work but generally works. deraadt@ ok and some input from miod@
* First round of __P removal in sysmillert2002-03-141-3/+3
|
* convert to new timeoutsmickey2000-07-211-3/+4
|
* Add puc lpt driver support, not actually tested...downsj1999-11-281-0/+102