diff options
author | peter <peter@FreeBSD.org> | 2000-05-01 20:32:07 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2000-05-01 20:32:07 +0000 |
commit | 22f6069a2a8af11f8aa10169d84af27a04cdd774 (patch) | |
tree | 9806812b133c7cf4cda877bbda7c9d44da03bc03 /sys/cam | |
parent | 3a10214cfb2164999292268e78e3f42832552149 (diff) | |
download | FreeBSD-src-22f6069a2a8af11f8aa10169d84af27a04cdd774.zip FreeBSD-src-22f6069a2a8af11f8aa10169d84af27a04cdd774.tar.gz |
Add $FreeBSD$
Diffstat (limited to 'sys/cam')
-rw-r--r-- | sys/cam/scsi/scsi_cd.h | 1 | ||||
-rw-r--r-- | sys/cam/scsi/scsi_ch.h | 1 | ||||
-rw-r--r-- | sys/cam/scsi/scsi_message.h | 2 |
3 files changed, 4 insertions, 0 deletions
diff --git a/sys/cam/scsi/scsi_cd.h b/sys/cam/scsi/scsi_cd.h index 72ddaee..284c710 100644 --- a/sys/cam/scsi/scsi_cd.h +++ b/sys/cam/scsi/scsi_cd.h @@ -15,6 +15,7 @@ * Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992 * * from: scsi_cd.h,v 1.10 1997/02/22 09:44:28 peter Exp $ + * $FreeBSD$ */ #ifndef _SCSI_SCSI_CD_H #define _SCSI_SCSI_CD_H 1 diff --git a/sys/cam/scsi/scsi_ch.h b/sys/cam/scsi/scsi_ch.h index 0f53c93..5239243 100644 --- a/sys/cam/scsi/scsi_ch.h +++ b/sys/cam/scsi/scsi_ch.h @@ -1,3 +1,4 @@ +/* $FreeBSD$ */ /* $NetBSD: scsi_changer.h,v 1.11 1998/02/13 08:28:32 enami Exp $ */ /* diff --git a/sys/cam/scsi/scsi_message.h b/sys/cam/scsi/scsi_message.h index 2dad159..a570f2b 100644 --- a/sys/cam/scsi/scsi_message.h +++ b/sys/cam/scsi/scsi_message.h @@ -1,3 +1,5 @@ +/* $FreeBSD$ */ + /* Messages (1 byte) */ /* I/T (M)andatory or (O)ptional */ #define MSG_CMDCOMPLETE 0x00 /* M/M */ #define MSG_EXTENDED 0x01 /* O/O */ |