CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2015/09/24 09:35:23
Modified files: sys/dev/pci/drm/i915: i915_devlist.h Log message: The devlist awk script didn't pickup the broadwell ids as they are encoded with shifts. Switch to a file constructed by iterating through i915_drv.c pciidlist so these will be included. ok kettenis@