aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ppbus/vpo.c
Commit message (Expand)AuthorAgeFilesLines
* Print more verbose debugging outputNick Hibma1999-10-051-7/+10
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Remove unused variable and computation, possibly leading to aNick Hibma1999-06-261-4/+1
* The base transfer speed for the parallel port bus is 93K/sec, not 3.3MB/sec.Kenneth D. Merry1999-05-061-2/+2
* Take out calls to cam_sim_set_basexfer_speed(), the base transfer speed isKenneth D. Merry1999-05-061-2/+1
* Add a number of interrelated CAM feature enhancements and bug fixes.Kenneth D. Merry1999-05-061-1/+2
* Major ppbus commit with:Nicolas Souchu1999-01-101-1/+3
* Fix the disappearing da0 problem.Nicolas Souchu1999-01-091-1/+5
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-4/+5
* - port of vpo code to CAMNicolas Souchu1998-09-201-144/+214
* ppbus enhanced to support ZIP+ : 1284 code added, microseq improved +Nicolas Souchu1998-09-131-15/+44
* Major ppbus updates from the author.Mike Smith1998-08-031-575/+51
* Support compiling with `gcc -ansi'.Bruce Evans1998-04-151-8/+8
* Removed unused #includes. The !KERNEL case may be more broken than before.Bruce Evans1997-09-011-7/+1
* Remove bogus i386/* includes.Mike Smith1997-08-281-2/+1
* Sync with ppbus-970815 from the author :Mike Smith1997-08-161-56/+68
* New directory and drivers for Parallel Port Bus devices.Mike Smith1997-08-141-0/+860