CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2015/09/28 00:47:23
Modified files: sys/dev/pci/drm/i915: i915_drv.c Log message: Remove the "Quanta Transcode" device from the list of supported hardware. It's only supposed to match certain subvendor/subdevice IDs, but our code doesn't check those. The result is that it (incorrectly) overrides the generic match for the HD Graphics P4000 as found on some Xeon E3 CPUs. This device is supposedly a castrated version of that device with the display output parts fused off. According to the original Linux commit it is "some HW being used for a demo", and there have been proposals to remove it from the Linux tree as well. It is unlikely that OpenBSD will ever run on this particular hardware.