summaryrefslogtreecommitdiffstats
path: root/sys/pci/ncr.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/ncr.c')
-rw-r--r--sys/pci/ncr.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/pci/ncr.c b/sys/pci/ncr.c
index 1b1db56..df616c1 100644
--- a/sys/pci/ncr.c
+++ b/sys/pci/ncr.c
@@ -1,6 +1,5 @@
/**************************************************************************
**
-** $FreeBSD$
**
** Device driver for the NCR 53C8XX PCI-SCSI-Controller Family.
**
@@ -39,6 +38,10 @@
***************************************************************************
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
+
#define NCR_DATE "pl30 98/1/1"
#define NCR_VERSION (2)
OpenPOWER on IntegriCloud