diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2003-08-24 17:55:58 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-08-24 17:55:58 +0000 |
| commit | aad970f1fee9a2a3e5a0f880be9b87c6193b3bd1 (patch) | |
| tree | 42e9f25e1409a6eae14564b2dd4cc743ddb1e89f /sys/dev/advansys/advmcode.c | |
| parent | 0e9a61d26066fec3c8abc5e5b36039b7ed2db563 (diff) | |
Notes
Diffstat (limited to 'sys/dev/advansys/advmcode.c')
| -rw-r--r-- | sys/dev/advansys/advmcode.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/advansys/advmcode.c b/sys/dev/advansys/advmcode.c index d53a4c6fe0e56..730f161f31f93 100644 --- a/sys/dev/advansys/advmcode.c +++ b/sys/dev/advansys/advmcode.c @@ -1,7 +1,6 @@ /* * Downloadable microcode for Advanced Systems Inc. SCSI controllers * - * $FreeBSD$ * * Obtained from: * advansys.c - Linux Host Driver for AdvanSys SCSI Adapters @@ -13,9 +12,11 @@ * modification, are permitted provided that redistributions of source * code retain the above copyright notice and this comment without * modification. - * */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> u_int8_t adv_mcode[] = |
