diff options
author | 2006-09-22 12:00:37 +0000 | |
---|---|---|
committer | 2006-09-22 12:00:37 +0000 | |
commit | 45c3b6419df354019c8d9ca61afb5ce3ced676f7 (patch) | |
tree | 1fccd535044f85bf2d47d92c360eb4f77acd2f05 | |
parent | typo in err(); from bret.lambert@gmail.com, thanks! (diff) | |
download | wireguard-openbsd-45c3b6419df354019c8d9ca61afb5ce3ced676f7.tar.xz wireguard-openbsd-45c3b6419df354019c8d9ca61afb5ce3ced676f7.zip |
add new nvidia graphics card
ok mickey marco
-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 710a64b2501..2c1777d2ef4 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1146 2006/09/22 02:16:17 brad Exp $ +$OpenBSD: pcidevs,v 1.1147 2006/09/22 12:00:37 steven Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -2741,6 +2741,7 @@ product NVIDIA NFORCE_PPB 0x01b8 nForce PCI-PCI product NVIDIA NFORCE_IDE 0x01bc nForce IDE product NVIDIA NFORCE_USB 0x01c2 nForce USB product NVIDIA NFORCE_LAN 0x01c3 nForce LAN +product NVIDIA GEFORCE7300LE 0x01d1 GeForce 7300 LE product NVIDIA NFORCE2_PCHB 0x01e0 nForce2 PCI product NVIDIA NFORCE2_AGP 0x01e8 nForce2 AGP product NVIDIA NFORCE2_MEM0 0x01ea nForce2 |