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/qbus/qd.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/dev/qbus/qd.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.43.6.1 retrieving revision 1.44 diff -u -p -r1.43.6.1 -r1.44 --- src/sys/dev/qbus/qd.c 2008/06/23 04:31:26 1.43.6.1 +++ src/sys/dev/qbus/qd.c 2008/06/12 23:06:14 1.44 @@ -1,4 +1,4 @@ -/* $NetBSD: qd.c,v 1.43.6.1 2008/06/23 04:31:26 wrstuden Exp $ */ +/* $NetBSD: qd.c,v 1.44 2008/06/12 23:06:14 cegger Exp $ */ /*- * Copyright (c) 1988 Regents of the University of California. @@ -58,7 +58,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: qd.c,v 1.43.6.1 2008/06/23 04:31:26 wrstuden Exp $"); +__KERNEL_RCSID(0, "$NetBSD: qd.c,v 1.44 2008/06/12 23:06:14 cegger Exp $"); #include "opt_ddb.h"