Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, some
minor cleanup. Added $Id$ to files that did not have any version info, etc
This commit is contained in:
parent
0edf66eca4
commit
624dc0c13b
@ -205,3 +205,5 @@ Addition of code in the tape driver to recognise models of drive that
|
||||
have particular problems so they can be handled specially.
|
||||
|
||||
many bug-fixes and cleanups.
|
||||
|
||||
$Id$
|
||||
|
@ -1,6 +1,3 @@
|
||||
#ifndef _SCSI_GENERIC_H_
|
||||
#define _SCSI_GENERIC_H_
|
||||
|
||||
/*
|
||||
* Contributed by HD Associates (hd@world.std.com).
|
||||
* Copyright (c) 1992, 1993 HD Associates
|
||||
@ -35,6 +32,8 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)stdio.h 5.17 (Berkeley) 6/3/91
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
/* generic SCSI header file. We use the same minor number format
|
||||
@ -50,6 +49,9 @@
|
||||
* III is the SCSI ID (controller)
|
||||
*/
|
||||
|
||||
#ifndef _SCSI_GENERIC_H_
|
||||
#define _SCSI_GENERIC_H_
|
||||
|
||||
#define G_SCSI_FLAG(DEV) (((DEV) & 0xC0) >> 6)
|
||||
#define G_SCSI_UNIT(DEV) G_SCSI_FLAG(DEV)
|
||||
#define G_SCSI_LUN(DEV) (((DEV) & 0x38) >> 3)
|
||||
|
@ -12,22 +12,10 @@
|
||||
* on the understanding that TFS is not responsible for the correct
|
||||
* functioning of this software in any circumstances.
|
||||
*
|
||||
*
|
||||
* PATCHES MAGIC LEVEL PATCH THAT GOT US HERE
|
||||
* -------------------- ----- ----------------------
|
||||
* CURRENT PATCH LEVEL: 1 00098
|
||||
* -------------------- ----- ----------------------
|
||||
*
|
||||
* 16 Feb 93 Julian Elischer ADDED for SCSI system
|
||||
* 1.15 is the last verion to support MACH and OSF/1
|
||||
*/
|
||||
/* $Revision: 1.9 $ */
|
||||
|
||||
/*
|
||||
* Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
|
||||
* major changes by Julian Elischer (julian@jules.dialix.oz.au) May 1993
|
||||
*
|
||||
* $Id: st.c,v 1.9 1993/09/20 06:27:06 rgrimes Exp $
|
||||
* $Id: st.c,v 1.10 1993/10/11 04:53:23 rgrimes Exp $
|
||||
*/
|
||||
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
/*
|
||||
* 16 Feb 93 Julian Elischer (julian@dialix.oz.au)
|
||||
*
|
||||
* $Id$
|
||||
*/
|
||||
/* Shared between kernel & process */
|
||||
#ifndef SYS_CDIO_H
|
||||
|
@ -1,5 +1,7 @@
|
||||
/*
|
||||
* 16 Feb 93 Julian Elischer ADDED for SCSI system
|
||||
*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
/* This is a "convertet" mtio.h from 386BSD
|
||||
|
@ -14,7 +14,9 @@
|
||||
* Usage:
|
||||
* rlist_free(&swapmap, 100, 200); add space to swapmap
|
||||
* rlist_alloc(&swapmap, 100, &loc); obtain 100 sectors from swap
|
||||
* $Header: /a/cvs/386BSD/src/sys/sys/rlist.h,v 1.2 1993/07/30 10:51:58 jkh Exp $
|
||||
*
|
||||
* from: unknown?
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef _SYS_RLIST_H_
|
||||
|
Loading…
Reference in New Issue
Block a user