From f4914f2c82ebd2c208d555ac415314c0fed1cd01 Mon Sep 17 00:00:00 2001 From: orion Date: Mon, 13 Jan 2003 17:42:13 +0000 Subject: Add nForce2 device id. Submitted by: "Mikko S. Hyvarinen" MFC after: 5 days --- sys/dev/sound/pci/ich.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sys') diff --git a/sys/dev/sound/pci/ich.c b/sys/dev/sound/pci/ich.c index 3056d44..6134c06 100644 --- a/sys/dev/sound/pci/ich.c +++ b/sys/dev/sound/pci/ich.c @@ -628,6 +628,10 @@ ich_pci_probe(device_t dev) device_set_desc(dev, "Nvidia nForce AC97 controller"); return 0; + case 0x006a10de: + device_set_desc(dev, "Nvidia nForce2 AC97 controller"); + return 0; + default: return ENXIO; } -- cgit v1.1