diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-07-23 01:36:27 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-07-23 01:36:27 +0000 |
commit | a417c8ea42cc0d99e9d11e185b8a084eaf2b000c (patch) | |
tree | 760fd3be4210653e2b0c3273853311de193a46c4 /sys/dev | |
parent | 09d6d426011257094da3498f47cf7a041ebff6c5 (diff) |
add NVidia MCP61 IDE and SMBus PCI ids.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/pcidevs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 2b98f1919ba..30fd84329a7 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1111 2006/07/23 01:30:29 brad Exp $ +$OpenBSD: pcidevs,v 1.1112 2006/07/23 01:36:26 brad Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -2730,6 +2730,8 @@ product NVIDIA MCP61_LAN2 0x03e6 MCP61 LAN product NVIDIA MCP61_SATA 0x03e7 MCP61 SATA product NVIDIA MCP61_PPB_1 0x03e8 MCP61 PCIE product NVIDIA MCP61_PPB_2 0x03e9 MCP61 PCIE +product NVIDIA MCP61_SMB 0x03eb MCP61 SMBus +product NVIDIA MCP61_IDE 0x03ec MCP61 IDE product NVIDIA MCP61_LAN3 0x03ee MCP61 LAN product NVIDIA MCP61_LAN4 0x03ef MCP61 LAN product NVIDIA MCP61_SATA2 0x03f6 MCP61 SATA |