mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
audiohda: add pci id for nvidia GM204
This commit is contained in:
parent
1ab2fed7a4
commit
9af1153451
1 changed files with 1 additions and 0 deletions
|
@ -1759,6 +1759,7 @@ hdamatch(Pcidev *p)
|
|||
case (0x10de << 16) | 0x03f0: /* NVidia MCP61A (untested) */
|
||||
case (0x10de << 16) | 0x044a: /* NVidia MCP65 (untested) */
|
||||
case (0x10de << 16) | 0x055c: /* NVidia MCP67 (untested) */
|
||||
case (0x10de << 16) | 0x0fbb: /* NVidia GM204 (untested) */
|
||||
|
||||
case (0x1002 << 16) | 0x437b: /* ATI SB450 (untested) */
|
||||
case (0x1002 << 16) | 0x4383: /* ATI SB600 */
|
||||
|
|
Loading…
Reference in a new issue