Recognize the AC97 interface to the onboard sound controller on the Nvidia

nForce chipset.  Playback at least seems to work fine with the ich driver
out of the box.

Sponsored by:	The Weather Channel
Help from:	cg
This commit is contained in:
John Baldwin 2002-04-15 20:42:40 +00:00
parent cb81cd7952
commit 77b6db948d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=94798

View file

@ -606,6 +606,10 @@ ich_pci_probe(device_t dev)
device_set_desc(dev, "SiS 7012");
return 0;
case 0x01b110de:
device_set_desc(dev, "Nvidia nForce AC97 controller");
return 0;
default:
return ENXIO;
}