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

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;
}