diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2006-07-15 20:12:14 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2006-07-15 20:12:14 +0000 |
commit | 9b5a1e81a5a25ea99d2b4e69f046cbe41bf35990 (patch) | |
tree | 81dd4a50fa5d4c51ac0c8753ed96b05e5a4b81fa /sys/dev/pci | |
parent | 69948c91bd82f2bf316a1c047103e6050887fe13 (diff) |
Add MCP04 ISA bridge.
Diffstat (limited to 'sys/dev/pci')
-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 9ed879165dd..580a2adc168 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1098 2006/07/14 08:48:08 jsg Exp $ +$OpenBSD: pcidevs,v 1.1099 2006/07/15 20:12:13 kettenis Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -2468,6 +2468,7 @@ product NVIDIA RIVA_TNT2 0x0028 Riva TNT2 product NVIDIA RIVA_TNT2_ULTRA 0x0029 Riva TNT2 Ultra product NVIDIA VANTA1 0x002c Vanta product NVIDIA VANTA2 0x002d Vanta +product NVIDIA MCP04_ISA 0x0030 MCP04 ISA product NVIDIA MCP04_SMB 0x0034 MCP04 SMBus product NVIDIA MCP04_IDE 0x0035 MCP04 IDE product NVIDIA MCP04_SATA 0x0036 MCP04 SATA |