summaryrefslogtreecommitdiffstats
path: root/sys/dev/ppbus/vpo.c
Commit message (Expand)AuthorAgeFilesLines
* - Use ppb_assert_locked() rather than using explicit mtx_assert callattilio2011-11-221-4/+1
* MFp4: Large set of CAM inprovements.mav2010-01-281-37/+0
* Lock bus scan.mav2009-09-221-3/+4
* Fix iSCSI initiator and vpo driver operation, broken by CAM changes.mav2009-08-181-0/+2
* Add locking to ppc and ppbus and mark the whole lot MPSAFE:jhb2009-01-211-13/+17
* Various whitespace and style fixes.jhb2008-11-161-21/+22
* Several cleanups to remove the need for explicit unit numbers and a fewjhb2008-10-211-17/+10
* Prepare for future integration between CAM and newbus. xpt_bus_registerscottl2007-06-171-1/+1
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willscottl2007-04-151-1/+3
* Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.mjacob2006-12-111-0/+2
* Do not bzero() the softc, as newbus does it for us.cognet2004-07-091-1/+0
* Prevent the strange situation that after each load/unload of a ppbusguido2004-03-181-1/+5
* Apparently there's a good reason why M_WAITOK malloc() is done beforeru2004-01-181-2/+2
* Fixed a memory leak.ru2004-01-181-1/+2
* Use __FBSDID().obrien2003-08-241-1/+3
* Fix a printf warning from the recent CAM changes.jhb2003-05-011-2/+2
* Centralize the devstat handling for all GEOM disk device driversphk2003-03-081-2/+0
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* This makes ppbus childs like lpt and ppi succesfully connect to moreticso2002-04-071-1/+1
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-3/+1
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Add automatic rescan on connect. This happens already if the drive isn_hibma2000-04-041-9/+37
* Some newbus-inspired tidy-ups. Use device_identify() rather than scanningpeter2000-01-231-25/+23
* Port of ppbus standalone framework to the newbus system.nsouch2000-01-141-62/+55
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-6/+6
* Print more verbose debugging outputn_hibma1999-10-051-7/+10
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Remove unused variable and computation, possibly leading to an_hibma1999-06-261-4/+1
* The base transfer speed for the parallel port bus is 93K/sec, not 3.3MB/sec.ken1999-05-061-2/+2
* Take out calls to cam_sim_set_basexfer_speed(), the base transfer speed isken1999-05-061-2/+1
* Add a number of interrelated CAM feature enhancements and bug fixes.ken1999-05-061-1/+2
* Major ppbus commit with:nsouch1999-01-101-1/+3
* Fix the disappearing da0 problem.nsouch1999-01-091-1/+5
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-4/+5
* - port of vpo code to CAMnsouch1998-09-201-144/+214
* ppbus enhanced to support ZIP+ : 1284 code added, microseq improved +nsouch1998-09-131-15/+44
* Major ppbus updates from the author.msmith1998-08-031-575/+51
* Support compiling with `gcc -ansi'.bde1998-04-151-8/+8
* Removed unused #includes. The !KERNEL case may be more broken than before.bde1997-09-011-7/+1
* Remove bogus i386/* includes.msmith1997-08-281-2/+1
* Sync with ppbus-970815 from the author :msmith1997-08-161-56/+68
* New directory and drivers for Parallel Port Bus devices.msmith1997-08-141-0/+860
OpenPOWER on IntegriCloud