aboutsummaryrefslogtreecommitdiff
path: root/tools/tools/README
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <dumbbell@FreeBSD.org>2013-08-25 12:20:57 +0000
committerJean-Sébastien Pédron <dumbbell@FreeBSD.org>2013-08-25 12:20:57 +0000
commita435cf5cd52545a60c544c1073cdbcc7c2117373 (patch)
treed8ed531efb2727699b065a5b9a24107266319f2f /tools/tools/README
parentd09607dfdb38845c252b713f5da254699784c7c6 (diff)
downloadsrc-a435cf5cd52545a60c544c1073cdbcc7c2117373.tar.gz
src-a435cf5cd52545a60c544c1073cdbcc7c2117373.zip
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
Notes
Notes: svn path=/head/; revision=254852
Diffstat (limited to 'tools/tools/README')
-rw-r--r--tools/tools/README1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/tools/README b/tools/tools/README
index 1260683cbba4..ef05ee017c43 100644
--- a/tools/tools/README
+++ b/tools/tools/README
@@ -18,6 +18,7 @@ cxgbetool A tool for the cxgbe(4) driver.
cxgbtool A tool for the cxgb(4) driver.
diffburst OBSOLETE: equivalent functionality is available via split -p.
For example: "split -p ^diff < patchfile". See split(1).
+drm Tools specific to the DRM/KMS device drivers.
editing Editor modes and the like to help editing FreeBSD code.
epfe Extract printing filter examples from printing.sgml.
ether_reflect An Ethernet packet reflector for low level testing.