Module Name:    src
Committed By:   pgoyette
Date:           Wed Oct 26 01:03:23 UTC 2016

Modified Files:
        src/sys/dev: devlist2h.awk
        src/sys/dev/hdaudio: Makefile.hdaudiodevs
        src/sys/dev/pci: Makefile.pcidevs
        src/sys/dev/usb: Makefile.usbdevs

Log Message:
Update the devlist2h.awk script to track the maximum lengths of vendor
and product strings, and report the max values at end of the run.

Update the Makefiles.{pci,usb,hdaudio}devs to point users at the places
which might need to be updated if the maximum lengths get larger.

Since this commit makes no changes to the generated files, we don't
need to regenerate them now.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/devlist2h.awk
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/hdaudio/Makefile.hdaudiodevs
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/pci/Makefile.pcidevs
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/usb/Makefile.usbdevs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Reply via email to