diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2001-12-11 22:39:18 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2001-12-11 22:39:18 +0000 |
commit | 9a16851c830a039824fad19eec55f83dc629fc80 (patch) | |
tree | 04d7794a6c8654be2e7c49f9b7613efbe1bc3a1f | |
parent | c8502b6de70fa34306ce8796e87c5b8e79c42f91 (diff) |
Intel pchb and agp, nvidia gf2mx100
-rw-r--r-- | sys/dev/pci/pcidevs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 146fc94d712..c369901c40a 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ - $OpenBSD: pcidevs,v 1.473 2001/12/04 14:33:21 mickey Exp $ + $OpenBSD: pcidevs,v 1.474 2001/12/11 22:39:17 todd Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -1277,6 +1277,8 @@ product INTEL 80960RP_ATU 0x1960 80960RP ATU product INTEL 82840_HB 0x1a21 82840 Host product INTEL 82840_AGP 0x1a23 82840 AGP product INTEL 82840_PCI 0x1a24 82840 PCI +product INTEL 82845_HB 0x1a30 82845 Host +product INTEL 82845_AGP 0x1a31 82845 AGP product INTEL 82801AA_LPC 0x2410 82801AA LPC product INTEL 82801AA_IDE 0x2411 82801AA IDE product INTEL 82801AA_USB 0x2412 82801AA USB @@ -1625,6 +1627,7 @@ product NVIDIA VANTA2 0x002d Vanta product NVIDIA GEFORCE256 0x0100 GeForce256 product NVIDIA GEFORCE256_DDR 0x0101 GeForce256 DDR product NVIDIA GEFORCE2MX 0x0110 GeForce2 MX +product NVIDIA GEFORCE2MX_100 0x0111 GeForce2 MX 100 product NVIDIA GEFORCE2GO 0x0112 GeForce2 Go product NVIDIA GEFORCE2GTS 0x0150 GeForce2 GTS product NVIDIA GEFORCE2ULTRA 0x0152 GeForce2 Ultra |