diff options
author | Eric Anholt <eric@anholt.net> | 2009-10-22 16:55:02 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2010-02-23 17:09:20 -0800 |
commit | 3c71f98b9e5262675e61fafb317d0c35e62a873f (patch) | |
tree | d0d62f28260e08979ee85ac9571384cd0035af26 /src/i810_driver.c | |
parent | c2c670ef18755cf5c878edf8a6b7d1617f54fe73 (diff) |
Add initial defines and probing for Sandybridge
Diffstat (limited to 'src/i810_driver.c')
-rw-r--r-- | src/i810_driver.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i810_driver.c b/src/i810_driver.c index 3bec0929..ba1ded73 100644 --- a/src/i810_driver.c +++ b/src/i810_driver.c @@ -140,6 +140,7 @@ static const struct pci_id_match intel_device_match[] = { INTEL_DEVICE_MATCH (PCI_CHIP_B43_G, 0 ), INTEL_DEVICE_MATCH (PCI_CHIP_IGDNG_D_G, 0 ), INTEL_DEVICE_MATCH (PCI_CHIP_IGDNG_M_G, 0 ), + INTEL_DEVICE_MATCH (PCI_CHIP_SANDYBRIDGE, 0 ), { 0, 0, 0 }, }; |