Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/dev/isa/isadma.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/dev/isa/isadma.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.47.2.1 retrieving revision 1.47.2.2 diff -u -p -r1.47.2.1 -r1.47.2.2 --- src/sys/dev/isa/isadma.c 2001/08/24 00:09:50 1.47.2.1 +++ src/sys/dev/isa/isadma.c 2001/11/14 19:14:50 1.47.2.2 @@ -1,4 +1,4 @@ -/* $NetBSD: isadma.c,v 1.47.2.1 2001/08/24 00:09:50 nathanw Exp $ */ +/* $NetBSD: isadma.c,v 1.47.2.2 2001/11/14 19:14:50 nathanw Exp $ */ /*- * Copyright (c) 1997, 1998, 2000 The NetBSD Foundation, Inc. @@ -41,6 +41,9 @@ * Device driver for the ISA on-board DMA controller. */ +#include +__KERNEL_RCSID(0, "$NetBSD: isadma.c,v 1.47.2.2 2001/11/14 19:14:50 nathanw Exp $"); + #include #include #include