svn commit: r340088 - head/sbin/devd
Warner Losh
imp at FreeBSD.org
Fri Nov 2 22:18:03 UTC 2018
Author: imp
Date: Fri Nov 2 22:18:02 2018
New Revision: 340088
URL: https://svnweb.freebsd.org/changeset/base/340088
Log:
Further research shows usbdump(8) is what we should point people at
rather than tcpdump for usb traffic capture.
Modified:
head/sbin/devd/devd.conf
Modified: head/sbin/devd/devd.conf
==============================================================================
--- head/sbin/devd/devd.conf Fri Nov 2 22:15:47 2018 (r340087)
+++ head/sbin/devd/devd.conf Fri Nov 2 22:18:02 2018 (r340088)
@@ -33,8 +33,8 @@ options {
#
# Configure the interface on attach. Due to a historical accident, this
# script is called pccard_ether. We omit the usbus devices because those
-# devices are assocaited with the USB Bus and provide a tcpdump point
-# to capture USB packets.
+# devices are assocaited with the USB Bus and provide an ifnet device to
+# allow usb traffic to be captured with usbdump(8).
#
# NB: DETACH events are ignored; the kernel should handle all cleanup
# (routes, arp cache). Beware of races against immediate create
More information about the svn-src-all
mailing list