diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-02-03 23:48:53 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-02-03 23:48:53 +0000 |
commit | f31d6d2d5cd6c45ba233e483fcd701a548a3bcca (patch) | |
tree | b83adfea5f36b5b6059186e63f8ea29d8726689b /xserver/hw/xfree86 | |
parent | 26284a8b41613dfb9ad188fa90c2fa957547fa7e (diff) |
remove 0x2972 from the intel gen 2 and 3 list
0x2972 is 946GZ which is gen 4
Diffstat (limited to 'xserver/hw/xfree86')
-rw-r--r-- | xserver/hw/xfree86/common/xf86pciBus.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xserver/hw/xfree86/common/xf86pciBus.c b/xserver/hw/xfree86/common/xf86pciBus.c index 3e386a4e8..955db450d 100644 --- a/xserver/hw/xfree86/common/xf86pciBus.c +++ b/xserver/hw/xfree86/common/xf86pciBus.c @@ -1185,7 +1185,6 @@ xf86VideoPtrToDriverList(struct pci_device *dev, XF86MatchedDrivers *md) case 0x2772: case 0x27a2: case 0x27ae: - case 0x2972: case 0x29b2: case 0x29c2: case 0x29d2: |