summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2014-04-25 19:13:57 +0000
committerian <ian@FreeBSD.org>2014-04-25 19:13:57 +0000
commit1bf955e7d4bf3274bf9c208e72708f6e1e55e274 (patch)
treea8d451ae14bfe7ca5e85c9e6f995cc626ab40e95 /Makefile.inc1
parente61c0f1d8124fdac5c59dd1a687a0c20ef205645 (diff)
downloadFreeBSD-src-1bf955e7d4bf3274bf9c208e72708f6e1e55e274.zip
FreeBSD-src-1bf955e7d4bf3274bf9c208e72708f6e1e55e274.tar.gz
Remove device type from the uftdi_devs table, enhance the jtag-skip feature.
Device type and revision is now determined from the bcdDevice field and doesn't need to be in the table at all. The feature that skips creation of /dev/ttyU* entries for jtag and gpio interfaces is enhanced: - The feature is now optional, but enabled by default. A tunable and sysctl are available to control it: hw.usb.uftdi.skip_jtag_interfaces. - We no longer assume interface #0 is the only jtag interface. Up to eight interfaces per chip can be flagged as jtag. (Current ftdi chips support a max of 4 interfaces; this leaves room for growth.) - Some manufacturers don't change the product ID or use the same ID for different devices intended for both serial-comms and jtag/gpio use. Often while the product ID is the same, the product name string is different, so it's now possible to search for the product name in a table of strings and get the set of non-tty interfaces from that table.
Diffstat (limited to 'Makefile.inc1')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud