summaryrefslogtreecommitdiffstats
path: root/sys/alpha/isa/isa_dma.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/alpha/isa/isa_dma.c')
-rw-r--r--sys/alpha/isa/isa_dma.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/alpha/isa/isa_dma.c b/sys/alpha/isa/isa_dma.c
index 4d57b39..ef671be 100644
--- a/sys/alpha/isa/isa_dma.c
+++ b/sys/alpha/isa/isa_dma.c
@@ -35,7 +35,6 @@
*
* from: @(#)isa.c 7.2 (Berkeley) 5/13/91
* from: isa_dma.c,v 1.3 1999/05/09 23:56:00 peter Exp $
- * $FreeBSD$
*/
/*
@@ -48,6 +47,9 @@
* isa_dmastart()
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/malloc.h>
OpenPOWER on IntegriCloud