Module Name: src Committed By: mrg Date: Thu Aug 15 05:52:23 UTC 2019
Modified Files: src/sys/dev/usb: if_axe.c if_axen.c if_cdce.c if_smsc.c if_udav.c if_ure.c if_urndis.c usbnet.c usbnet.h src/sys/sys: param.h Log Message: - usbnet_rx_loop_cb's usbd_xfer parameter is never used and available in the usbnet_chain if needed. remove it - usbnet media status change already set link to false, don't repeat this in every driver - don't clear link in stop, nothing was re-enabling it for non-MII - add optional uno_tick_cb(struct usbnet *un) that is called from the usbnet tick timer - remove wrong debug sysctl prototype rx_loop and timer are kernel versions changes, but hopefully this is the last one for usbnet. working with 3 more drivers now (cue, mue and url), leaving only aue, kue, upl and umb undone (aue may work with previously supported devices, mine doesn't work with our driver, kue and upl have patches for testing and umb is undone.) To generate a diff of this commit: cvs rdiff -u -r1.114 -r1.115 src/sys/dev/usb/if_axe.c cvs rdiff -u -r1.63 -r1.64 src/sys/dev/usb/if_axen.c cvs rdiff -u -r1.65 -r1.66 src/sys/dev/usb/if_cdce.c cvs rdiff -u -r1.57 -r1.58 src/sys/dev/usb/if_smsc.c cvs rdiff -u -r1.67 -r1.68 src/sys/dev/usb/if_udav.c cvs rdiff -u -r1.26 -r1.27 src/sys/dev/usb/if_ure.c cvs rdiff -u -r1.30 -r1.31 src/sys/dev/usb/if_urndis.c cvs rdiff -u -r1.14 -r1.15 src/sys/dev/usb/usbnet.c cvs rdiff -u -r1.11 -r1.12 src/sys/dev/usb/usbnet.h cvs rdiff -u -r1.607 -r1.608 src/sys/sys/param.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.