Commit graph

6 commits

Author SHA1 Message Date
Kenneth D. Merry 3ece1bd296 Fix short timeout problems with the pt(4) driver:
- increase the default timeout from 10 seconds to 60 seconds
- add a new kernel option, SCSI_PT_DEFAULT_TIMEOUT, that lets users specify
  the default timeout for the pt driver to use
- add two new ioctls, one to get the timeout for a given pt device, the
  other to set the timeout for a given pt device.  The idea is that
  userland applications using the device can set the timeout to suit their
  purposes.  The ioctls are defined in a new header file, sys/ptio.h

PR:		10266
Reviewed by:	gibbs, joerg
1999-08-20 03:48:11 +00:00
John-Mark Gurney 892cb98e6b add missing cvs Id lines. 1997-03-07 02:50:01 +00:00
Julian Elischer a77a7ee010 After prodding, add a BSD style copyright to those man pages I think
I probably originally wrote. Also take my name OUT of the ddb
man page.. I did NOT port it from mach.
1996-10-18 20:22:31 +00:00
Mike Pritchard 46f84fcb84 Use the .Fx macro to specify FreeBSD version where appropriate. 1996-08-22 23:51:58 +00:00
Garrett Wollman 89533cd9d7 Use -mdoc macros correctly. st(4) still needs work. 1996-01-17 21:57:57 +00:00
Peter Dufault cb282243be This time add the real man pages for "pt" and "worm". 1995-03-04 20:56:39 +00:00