]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r254852:
authordumbbell <dumbbell@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 9 Feb 2014 19:36:27 +0000 (19:36 +0000)
committerdumbbell <dumbbell@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 9 Feb 2014 19:36:27 +0000 (19:36 +0000)
commitc888cc2f49aa9e401df1ca636bd771e1158be151
treee1ef8b3e001d4b647dd652ea645ec9336f91a054
parent3be51dc3a2083ad19024afcd4a07b04e4f7d3c0d
MFC r254852:

drm: Update drm_pciids.h based on Linux 3.8

This header can be easily updated using the new "gen-drm_pciids" script,
available in tools/tools/drm. The script uses the Linux' drm_pciids.h
header for new IDs, the FreeBSD's one because we add the name of the
device to each IDs, and the PCI IDs database (misc/pciids port) to fill
this name automatically for new IDS.

To call the script:
  tools/tools/drm/gen-drm_pciids \
    /path/to/linux/drm_pciids.h \
    /path/to/freebsd/drm_pciids.h \
    /path/to/pciids/pci.ids

git-svn-id: svn://svn.freebsd.org/base/stable/9@261672 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/drm2/drm_pciids.h
tools/tools/README
tools/tools/drm/README [new file with mode: 0644]
tools/tools/drm/gen-drm_pciids [new file with mode: 0755]