diff options
author | 2009-11-30 14:05:36 +0000 | |
---|---|---|
committer | 2009-11-30 14:05:36 +0000 | |
commit | ff629c2b83f3090b716ae798f2c076313412e770 (patch) | |
tree | f9d8ba31280e4e0ec12ec3653247f4b45adf6264 | |
parent | Use the new Elfxx_Phdr check hook to prevent loading a kernel not compiled (diff) | |
download | wireguard-openbsd-ff629c2b83f3090b716ae798f2c076313412e770.tar.xz wireguard-openbsd-ff629c2b83f3090b716ae798f2c076313412e770.zip |
- add two devices found in dmesgs
-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 fb718594f0e..76d3ad5e14a 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1510 2009/11/23 10:58:53 yuo Exp $ +$OpenBSD: pcidevs,v 1.1511 2009/11/30 14:05:36 jasper Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -3746,6 +3746,7 @@ product NVIDIA NFORCE2_400_ACA 0x008a nForce2 400 AC97 product NVIDIA NFORCE2_400_PPB 0x008b nForce2 400 PCI-PCI product NVIDIA NFORCE3_LAN3 0x008c nForce3 LAN product NVIDIA NFORCE2_400_SATA 0x008e nForce2 400 SATA +product NVIDIA GEFORCE7800GTX 0x0091 GeForce 7800 GTX product NVIDIA ITNT2 0x00a0 Aladdin TNT2 product NVIDIA GEFORCE6800GO 0x00c8 GeForce Go 6800 product NVIDIA GEFORCE6800GO_U 0x00c9 GeForce Go 6800 Ultra @@ -4048,6 +4049,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 GEFORCEGTX285 0x05e3 GeForce GTX 285 product NVIDIA GEFORCE7000M 0x0533 GeForce 7000M product NVIDIA MCP67_MEM1 0x0541 MCP67 Memory product NVIDIA MCP67_SMB 0x0542 MCP67 SMBus |