diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2012-07-05 10:22:09 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2012-07-05 10:22:09 +0000 |
commit | b48509b9290f44b0dc5696f78f83f28e4c522efd (patch) | |
tree | 5a42f2556b2e5e4616c726fd608b0c64884e6dbc /sys/dev/pci | |
parent | 2757ffb7d0e1d21d334f0451252bcb1e3b1bec46 (diff) |
NVIDIA GeForce 320M as found on the 2010 version of the Apple Mac mini.
From Brad.
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/pcidevs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 37c650566ff..9ff52f6f462 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1648 2012/07/03 11:16:51 jsg Exp $ +$OpenBSD: pcidevs,v 1.1649 2012/07/05 10:22:08 kettenis Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -4635,7 +4635,8 @@ product NVIDIA GEFORCE_9400 0x0861 GeForce 9400 product NVIDIA GEFORCE_9400_2 0x0863 GeForce 9400m product NVIDIA GEFORCE_9300 0x086c GeForce 9300 product NVIDIA ION_VGA 0x087d ION VGA -product NVIDIA GEFORCE_320M 0x08a0 GeForce 320M +product NVIDIA GEFORCE_320M_1 0x08a0 GeForce 320M +product NVIDIA GEFORCE_320M_2 0x08a4 GeForce 320M product NVIDIA GEFORCE210 0x0a65 GeForce 210 product NVIDIA MCP79_HB_1 0x0a80 MCP79 Host product NVIDIA MCP79_HB_2 0x0a81 MCP79 Host |