svn commit: r363956 - stable/12/sys/dev/sound/pci/hda

Alexander Motin mav at FreeBSD.org
Thu Aug 6 15:20:32 UTC 2020


Author: mav
Date: Thu Aug  6 15:20:31 2020
New Revision: 363956
URL: https://svnweb.freebsd.org/changeset/base/363956

Log:
  MFC r340071: Adjust SiS 966/968 HDA controller naming.

Modified:
  stable/12/sys/dev/sound/pci/hda/hdac.c
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/dev/sound/pci/hda/hdac.c
==============================================================================
--- stable/12/sys/dev/sound/pci/hda/hdac.c	Thu Aug  6 15:17:44 2020	(r363955)
+++ stable/12/sys/dev/sound/pci/hda/hdac.c	Thu Aug  6 15:20:31 2020	(r363956)
@@ -185,7 +185,7 @@ static const struct {
 	{ HDA_AMD_HUDSON2,   "AMD Hudson-2",	0, 0 },
 	{ HDA_RDC_M3010,     "RDC M3010",	0, 0 },
 	{ HDA_VIA_VT82XX,    "VIA VT8251/8237A",0, 0 },
-	{ HDA_SIS_966,       "SiS 966",		0, 0 },
+	{ HDA_SIS_966,       "SiS 966/968",	0, 0 },
 	{ HDA_ULI_M5461,     "ULI M5461",	0, 0 },
 	/* Unknown */
 	{ HDA_INTEL_ALL,  "Intel",		0, 0 },


More information about the svn-src-all mailing list