Searched hist:199540 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sbin/geom/class/mountver/
H A Dgeom_mountver.cdiff 283074 Mon May 18 17:41:56 MDT 2015 allanjude Fix error in gmountver(8) man page

Also fixes the usage statement for the binary to use the correct terms (provider and geom name, rather than dev and prov, which is incorrect in the latter case)
Sync the man page summary with the new usage statement

PR: 199540
Differential Revision: https://reviews.freebsd.org/D2329
Submitted by: Fabian Keil
Reviewed by: trasz
Approved by: eadler (mentor)
Obtained from: ElectroBSD (original)
MFC after: 1 week
Sponsored by: ScaleEngine Inc.
/freebsd-11-stable/sys/dev/my/
H A Dif_my.cdiff 199540 Thu Nov 19 16:52:47 MST 2009 jhb - This driver used the if_watchdog timer both as a watchdog on transmit and
auto-negotiation. To make this simpler and easier to understand I have
split this out into two separate timers. One just manages the auto-neg
side of things and one is a transmit watchdog. Neither uses if_watchdog.
- Call ether_ifdetach() at the start of detach.

Completed in 116 milliseconds