From 22f6069a2a8af11f8aa10169d84af27a04cdd774 Mon Sep 17 00:00:00 2001 From: peter Date: Mon, 1 May 2000 20:32:07 +0000 Subject: Add $FreeBSD$ --- sys/cam/scsi/scsi_cd.h | 1 + sys/cam/scsi/scsi_ch.h | 1 + sys/cam/scsi/scsi_message.h | 2 ++ 3 files changed, 4 insertions(+) (limited to 'sys/cam') 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 */ -- cgit v1.1