Module Name:    src
Committed By:   dholland
Date:           Wed Aug 29 18:52:32 UTC 2012

Modified Files:
        src/sys/dev/pci/hdaudio: hdafg_dd.c hdafg_dd.h

Log Message:
Fix rcsid.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/pci/hdaudio/hdafg_dd.c \
    src/sys/dev/pci/hdaudio/hdafg_dd.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/pci/hdaudio/hdafg_dd.c
diff -u src/sys/dev/pci/hdaudio/hdafg_dd.c:1.1 src/sys/dev/pci/hdaudio/hdafg_dd.c:1.2
--- src/sys/dev/pci/hdaudio/hdafg_dd.c:1.1	Sat Feb 12 15:15:34 2011
+++ src/sys/dev/pci/hdaudio/hdafg_dd.c	Wed Aug 29 18:52:31 2012
@@ -1,4 +1,4 @@
-/* $Id: hdafg_dd.c,v 1.1 2011/02/12 15:15:34 jmcneill Exp $ */
+/* $NetBSD: hdafg_dd.c,v 1.2 2012/08/29 18:52:31 dholland Exp $ */
 
 /*
  * Copyright (c) 2011 Jared D. McNeill <jmcne...@invisible.ca>
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$Id: hdafg_dd.c,v 1.1 2011/02/12 15:15:34 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: hdafg_dd.c,v 1.2 2012/08/29 18:52:31 dholland Exp $");
 
 #include <sys/types.h>
 #include <sys/param.h>
Index: src/sys/dev/pci/hdaudio/hdafg_dd.h
diff -u src/sys/dev/pci/hdaudio/hdafg_dd.h:1.1 src/sys/dev/pci/hdaudio/hdafg_dd.h:1.2
--- src/sys/dev/pci/hdaudio/hdafg_dd.h:1.1	Sat Feb 12 15:15:34 2011
+++ src/sys/dev/pci/hdaudio/hdafg_dd.h	Wed Aug 29 18:52:32 2012
@@ -1,4 +1,4 @@
-/* $Id: hdafg_dd.h,v 1.1 2011/02/12 15:15:34 jmcneill Exp $ */
+/* $NetBSD: hdafg_dd.h,v 1.2 2012/08/29 18:52:32 dholland Exp $ */
 
 /*
  * Copyright (c) 2011 Jared D. McNeill <jmcne...@invisible.ca>

Reply via email to