summaryrefslogtreecommitdiffstats
path: root/sys/amd64/isa/isa_dma.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-07-25 21:19:19 +0000
committerobrien <obrien@FreeBSD.org>2003-07-25 21:19:19 +0000
commit02a4f42b9a41273fc443fa71eb4c4fec97ef2389 (patch)
tree0cc1f4ac3503871e016e3939aa9c91ef80541505 /sys/amd64/isa/isa_dma.c
parentcdd3abf3e45cddd13c86bd9973f5f0bd352a56d1 (diff)
downloadFreeBSD-src-02a4f42b9a41273fc443fa71eb4c4fec97ef2389.zip
FreeBSD-src-02a4f42b9a41273fc443fa71eb4c4fec97ef2389.tar.gz
Use __FBSDID().
Brought to you by: a boring talk at Ottawa Linux Symposium
Diffstat (limited to 'sys/amd64/isa/isa_dma.c')
-rw-r--r--sys/amd64/isa/isa_dma.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/amd64/isa/isa_dma.c b/sys/amd64/isa/isa_dma.c
index 6be4ae0..a722e80 100644
--- a/sys/amd64/isa/isa_dma.c
+++ b/sys/amd64/isa/isa_dma.c
@@ -33,10 +33,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)isa.c 7.2 (Berkeley) 5/13/91
- * $FreeBSD$
+ * @(#)isa.c 7.2 (Berkeley) 5/13/91
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
/*
* code to manage AT bus
*
OpenPOWER on IntegriCloud