From ea0e607e09a18ccc6e429bbcdb6dbbb28769367e Mon Sep 17 00:00:00 2001 From: bsh Date: Tue, 1 Aug 2006 17:20:51 +0000 Subject: add an another device ID for AC-97 controller in nForce430 (MCP51). XXX: I found this ID on MSI K8NGM-V, which has nForce410. Maybe 0x26b is for 410 and 0x26c for 430? --- sys/dev/pci/pcidevs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys/dev') diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 8b2665077b9..a881ff797ee 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$NetBSD: pcidevs,v 1.811 2006/07/30 22:41:38 jmcneill Exp $ +$NetBSD: pcidevs,v 1.812 2006/08/01 17:20:51 bsh Exp $ /* * Copyright (c) 1995, 1996 Christopher G. Demetriou @@ -2640,7 +2640,8 @@ product NVIDIA NFORCE430_SATA1 0x0266 nForce430 Serial SATA Controller product NVIDIA NFORCE430_SATA2 0x0267 nForce430 Serial SATA Controller product NVIDIA NFORCE430_LAN1 0x0268 nForce430 Gigabit Ethernet Controller product NVIDIA NFORCE430_LAN2 0x0269 nForce430 Gigabit Ethernet Controller -product NVIDIA NFORCE430_AC 0x026c nForce430 AC-97 +product NVIDIA NFORCE430_AC1 0x026b nForce430 AC-97 +product NVIDIA NFORCE430_AC2 0x026c nForce430 AC-97 product NVIDIA NFORCE430_OHCI 0x026d nForce430 USB Controller product NVIDIA NFORCE430_EHCI 0x026e nForce430 USB2 Controller product NVIDIA GF4_TI_4800 0x0280 GeForce4 Ti 4800 -- cgit