diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-05-12 20:24:40 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-05-12 20:24:40 +0000 |
commit | 3a1a208b741df59910fb9e108226cba78f3ee915 (patch) | |
tree | 2a43eed74d8dc8ca907baa976167c273d8ec9aaf /sys/dev/pci/pci_subr.c | |
parent | 65ebadad3fb8ab6d48d7f092f53098beb02b3957 (diff) |
add the PCI hdaudio subclass.
Diffstat (limited to 'sys/dev/pci/pci_subr.c')
-rw-r--r-- | sys/dev/pci/pci_subr.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/pci_subr.c b/sys/dev/pci/pci_subr.c index a77a56b17ab..94499f36f7f 100644 --- a/sys/dev/pci/pci_subr.c +++ b/sys/dev/pci/pci_subr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pci_subr.c,v 1.17 2004/11/21 17:01:39 grange Exp $ */ +/* $OpenBSD: pci_subr.c,v 1.18 2006/05/12 20:24:39 brad Exp $ */ /* $NetBSD: pci_subr.c,v 1.19 1996/10/13 01:38:29 christos Exp $ */ /* @@ -99,6 +99,7 @@ const struct pci_class pci_subclass_multimedia[] = { { "video", PCI_SUBCLASS_MULTIMEDIA_VIDEO, }, { "audio", PCI_SUBCLASS_MULTIMEDIA_AUDIO, }, { "telephony", PCI_SUBCLASS_MULTIMEDIA_TELEPHONY, }, + { "hdaudio", PCI_SUBCLASS_MULTIMEDIA_HDAUDIO, }, { "miscellaneous", PCI_SUBCLASS_MULTIMEDIA_MISC, }, { 0 }, }; |