diff options
| author | bsh <bsh@NetBSD.org> | 2006-08-01 17:20:51 +0000 |
|---|---|---|
| committer | bsh <bsh@NetBSD.org> | 2006-08-01 17:20:51 +0000 |
| commit | ea0e607e09a18ccc6e429bbcdb6dbbb28769367e (patch) | |
| tree | 4e2f77f251f9ef2485dc7dc3b9b37963eaa4fb65 /sys/dev/pci/pcidevs | |
| parent | 4ff56bdbde86a5480b00c496005b741f88bf6806 (diff) | |
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?
Diffstat (limited to 'sys/dev/pci/pcidevs')
| -rw-r--r-- | sys/dev/pci/pcidevs | 5 |
1 files changed, 3 insertions, 2 deletions
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 |
