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/idt | |
| parent | 0e9a61d26066fec3c8abc5e5b36039b7ed2db563 (diff) | |
Notes
Diffstat (limited to 'sys/dev/idt')
| -rw-r--r-- | sys/dev/idt/idt.c | 5 | ||||
| -rw-r--r-- | sys/dev/idt/idt_harp.c | 5 | ||||
| -rw-r--r-- | sys/dev/idt/idt_pci.c | 5 |
3 files changed, 9 insertions, 6 deletions
diff --git a/sys/dev/idt/idt.c b/sys/dev/idt/idt.c index 3a74b4dd6edcb..0af6c7f93cd0e 100644 --- a/sys/dev/idt/idt.c +++ b/sys/dev/idt/idt.c @@ -74,10 +74,11 @@ * 2. The memory allocation could be cleaned up quite a bit. * ****************************************************************************** - * - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/conf.h> diff --git a/sys/dev/idt/idt_harp.c b/sys/dev/idt/idt_harp.c index 3ffa5ca4d30aa..96efbb21dfd50 100644 --- a/sys/dev/idt/idt_harp.c +++ b/sys/dev/idt/idt_harp.c @@ -36,10 +36,11 @@ * All rights reserved. * ****************************************************************************** - * - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/dev/idt/idt_pci.c b/sys/dev/idt/idt_pci.c index 69b8e2e5e5a09..e3bfe795cb880 100644 --- a/sys/dev/idt/idt_pci.c +++ b/sys/dev/idt/idt_pci.c @@ -34,10 +34,11 @@ * some of the original driver still exists here. Those portions are... * Copyright (c) 1996, 1997, 1998, 1999 Mark Tinguely * All rights reserved. - * - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> |
