Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci add an entry for subclass HD audio.



details:   https://anonhg.NetBSD.org/src/rev/ff5318c826ac
branches:  trunk
changeset: 781693:ff5318c826ac
user:      chs <chs%NetBSD.org@localhost>
date:      Sun Sep 23 01:10:10 2012 +0000

description:
add an entry for subclass HD audio.

diffstat:

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

diffs (26 lines):

diff -r 799d3bf14a10 -r ff5318c826ac sys/dev/pci/pci_subr.c
--- a/sys/dev/pci/pci_subr.c    Sun Sep 23 01:09:43 2012 +0000
+++ b/sys/dev/pci/pci_subr.c    Sun Sep 23 01:10:10 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pci_subr.c,v 1.92 2012/04/24 09:53:41 drochner Exp $   */
+/*     $NetBSD: pci_subr.c,v 1.93 2012/09/23 01:10:10 chs Exp $        */
 
 /*
  * Copyright (c) 1997 Zubin D. Dittia.  All rights reserved.
@@ -40,7 +40,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pci_subr.c,v 1.92 2012/04/24 09:53:41 drochner Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pci_subr.c,v 1.93 2012/09/23 01:10:10 chs Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_pci.h"
@@ -118,6 +118,7 @@
        { "video",              PCI_SUBCLASS_MULTIMEDIA_VIDEO,  NULL,   },
        { "audio",              PCI_SUBCLASS_MULTIMEDIA_AUDIO,  NULL,   },
        { "telephony",          PCI_SUBCLASS_MULTIMEDIA_TELEPHONY, NULL,},
+       { "HD audio",           PCI_SUBCLASS_MULTIMEDIA_HDAUDIO, NULL,  },
        { "miscellaneous",      PCI_SUBCLASS_MULTIMEDIA_MISC,   NULL,   },
        { NULL,                 0,                              NULL,   },
 };



Home | Main Index | Thread Index | Old Index