summaryrefslogtreecommitdiff
path: root/sys/dev/ppbus/vpo.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvscvs2svn2005-11-031-1/+1
* Do not bzero() the softc, as newbus does it for us.Olivier Houchard2004-07-091-1/+0
* Prevent the strange situation that after each load/unload of a ppbusGuido van Rooij2004-03-181-1/+5
* Apparently there's a good reason why M_WAITOK malloc() is done beforeRuslan Ermilov2004-01-181-2/+2
* Fixed a memory leak.Ruslan Ermilov2004-01-181-1/+2
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* Fix a printf warning from the recent CAM changes.John Baldwin2003-05-011-2/+2
* Centralize the devstat handling for all GEOM disk device driversPoul-Henning Kamp2003-03-081-2/+0
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* This makes ppbus childs like lpt and ppi succesfully connect to moreBernd Walter2002-04-071-1/+1
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-3/+1
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Add automatic rescan on connect. This happens already if the drive isNick Hibma2000-04-041-9/+37
* Some newbus-inspired tidy-ups. Use device_identify() rather than scanningPeter Wemm2000-01-231-25/+23
* Port of ppbus standalone framework to the newbus system.Nicolas Souchu2000-01-141-62/+55
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-6/+6
* 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-143/+213
* 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