Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci/hdaudio Add missing colour White (Eh) to hdaudio...



details:   https://anonhg.NetBSD.org/src/rev/6c8318fc272e
branches:  trunk
changeset: 747241:6c8318fc272e
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Mon Sep 07 02:04:43 2009 +0000

description:
Add missing colour White (Eh) to hdaudio_afg_color[] table.

diffstat:

 sys/dev/pci/hdaudio/hdaudio_afg.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r f051bfbfa041 -r 6c8318fc272e sys/dev/pci/hdaudio/hdaudio_afg.c
--- a/sys/dev/pci/hdaudio/hdaudio_afg.c Sun Sep 06 23:14:19 2009 +0000
+++ b/sys/dev/pci/hdaudio/hdaudio_afg.c Mon Sep 07 02:04:43 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: hdaudio_afg.c,v 1.2 2009/09/06 17:33:53 sborrill Exp $ */
+/* $NetBSD: hdaudio_afg.c,v 1.3 2009/09/07 02:04:43 jmcneill Exp $ */
 
 /*
  * Copyright (c) 2009 Precedence Technologies Ltd <support%precedence.co.uk@localhost>
@@ -60,7 +60,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: hdaudio_afg.c,v 1.2 2009/09/06 17:33:53 sborrill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: hdaudio_afg.c,v 1.3 2009/09/07 02:04:43 jmcneill Exp $");
 
 #include <sys/types.h>
 #include <sys/param.h>
@@ -148,6 +148,7 @@
        "ReservedB",
        "ReservedC",
        "ReservedD",
+       "White",
        "Other"
 };
 



Home | Main Index | Thread Index | Old Index