diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-11-06 03:55:36 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-11-06 03:55:36 +0000 |
commit | 78140e881f507b81a66b677e9795460a257a3c4d (patch) | |
tree | 2caab0a53aafcaf3537492bd13594318b396be05 /sys/dev/pci/pcidevs | |
parent | 251ab214435f554736da79414b1a27f6fc5595ed (diff) |
add the NVIDIA MCP67 SMBus controller PCI id.
From Peer Chen @ NVIDIA
Diffstat (limited to 'sys/dev/pci/pcidevs')
-rw-r--r-- | sys/dev/pci/pcidevs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 7450a4a1def..3325dadc931 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1183 2006/11/05 20:08:07 brad Exp $ +$OpenBSD: pcidevs,v 1.1184 2006/11/06 03:55:35 brad Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -2958,6 +2958,7 @@ product NVIDIA MCP65_SATA 0x045c MCP65 SATA product NVIDIA MCP65_SATA2 0x045d MCP65 SATA product NVIDIA MCP65_SATA3 0x045e MCP65 SATA product NVIDIA MCP65_SATA4 0x045f MCP65 SATA +product NVIDIA MCP67_SMB 0x0542 MCP67 SMBus product NVIDIA MCP67_LAN1 0x054c MCP67 LAN product NVIDIA MCP67_LAN2 0x054d MCP67 LAN product NVIDIA MCP67_LAN3 0x054e MCP67 LAN |