diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2009-07-10 21:37:19 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2009-07-10 21:37:19 +0000 |
commit | e05e2709f7c34cc6873cdd8964481602cec19819 (patch) | |
tree | 377a3fee588c264bbbd147c0aa92277d1714e13b | |
parent | 07b2b86c900e28879c65c7c960cc31225f88396c (diff) |
add a couple of NVIDIA MCP77 PCI-ISA bridges, from Brad.
-rw-r--r-- | sys/dev/pci/pcidevs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 3e076d05e2c..0681c45c992 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1481 2009/07/09 20:19:00 jsg Exp $ +$OpenBSD: pcidevs,v 1.1482 2009/07/10 21:37:18 sthen Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -3975,7 +3975,9 @@ product NVIDIA MCP77_MEM3 0x0754 MCP77 Memory product NVIDIA MCP77_IDE 0x0759 MCP77 IDE product NVIDIA MCP77_PPB_2 0x075a MCP77 PCI product NVIDIA MCP77_PPB_3 0x075b MCP77 PCIE -product NVIDIA MCP77_ISA 0x075c MCP77 ISA +product NVIDIA MCP77_ISA1 0x075c MCP77 ISA +product NVIDIA MCP77_ISA2 0x075d MCP77 ISA +product NVIDIA MCP77_ISA3 0x075e MCP77 ISA product NVIDIA MCP77_LAN1 0x0760 MCP77 LAN product NVIDIA MCP77_LAN2 0x0761 MCP77 LAN product NVIDIA MCP77_LAN3 0x0762 MCP77 LAN |