1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-17 15:27:36 +00:00

Recognize the sound chip on the Opteron-based nForce3 motherboards

(such as the Asus SK8N).
This commit is contained in:
David E. O'Brien 2003-09-03 07:38:21 +00:00
parent 1c0b8fcbfe
commit bbee264035
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=119711

View File

@ -648,6 +648,10 @@ ich_pci_probe(device_t dev)
device_set_desc(dev, "Nvidia nForce2");
return 0;
case 0x00da10de:
device_set_desc(dev, "Nvidia nForce3");
return 0;
case 0x74451022:
device_set_desc(dev, "AMD-768");
return 0;