aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/matcd
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2003-08-24 17:55:58 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2003-08-24 17:55:58 +0000
commitaad970f1fee9a2a3e5a0f880be9b87c6193b3bd1 (patch)
tree42e9f25e1409a6eae14564b2dd4cc743ddb1e89f /sys/dev/matcd
parent0e9a61d26066fec3c8abc5e5b36039b7ed2db563 (diff)
Notes
Diffstat (limited to 'sys/dev/matcd')
-rw-r--r--sys/dev/matcd/matcd.c4
-rw-r--r--sys/dev/matcd/matcd_isa.c8
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/matcd/matcd.c b/sys/dev/matcd/matcd.c
index ee266e65fbfa..9287dc2329d0 100644
--- a/sys/dev/matcd/matcd.c
+++ b/sys/dev/matcd/matcd.c
@@ -489,7 +489,6 @@ End of Edit History
Version_d[ c](d)_dd-mmm-yyyy */
static char MATCDVERSION[]="Version 3(42) 10-May-2003";
-/* $FreeBSD$
*/
@@ -531,6 +530,9 @@ static char MATCDCOPYRIGHT[] = "Matsushita CD-ROM driver, Copr. 1994,1995,2002,2
/* Flags in the if_state array */
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#define BUSBUSY 0x01 /*<18>Bus is already busy*/
/* Error classes returned by chk_error()*/
diff --git a/sys/dev/matcd/matcd_isa.c b/sys/dev/matcd/matcd_isa.c
index a3a81bdcccda..7e81a523e1fd 100644
--- a/sys/dev/matcd/matcd_isa.c
+++ b/sys/dev/matcd/matcd_isa.c
@@ -1,4 +1,4 @@
-/*matcd_isa.c----------------------------------------------------------------
+/*- matcd_isa.c---------------------------------------------------------------
Matsushita(Panasonic) / Creative CD-ROM Driver (matcd)
Authored by Frank Durda IV
@@ -34,10 +34,8 @@ SUCH DAMAGE.
-----------------------------------------------------------------------------*/
-/* $FreeBSD$
-*/
-
-/*---------------------------------------------------------------------------*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/systm.h>