From: Juergen Perlinger Date: Fri, 25 Aug 2017 19:48:38 +0000 (+0200) Subject: [Bug 2557] Thunderbolt init is wrong X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49de0fbe5b5e984ba29fe5dc211a876a9d056035;p=thirdparty%2Fntp.git [Bug 2557] Thunderbolt init is wrong bk: 59a07f16ZBaSfIApX7qFNfLRsfCgJg --- diff --git a/ChangeLog b/ChangeLog index a1a1cfae4..890653938 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +--- +* [Bug 2557] Thunderbolt init is wrong + --- (4.2.8p10-win-beta1) 2017/03/21 Released by Harlan Stenn (4.2.8p10) diff --git a/ntpd/refclock_palisade.c b/ntpd/refclock_palisade.c index 921c815ce..331030816 100644 --- a/ntpd/refclock_palisade.c +++ b/ntpd/refclock_palisade.c @@ -226,7 +226,7 @@ init_thunderbolt ( sendetx (&tx, fd); /* activate packets 0x8F-AB and 0x8F-AC */ - sendsupercmd (&tx, 0x8F, 0xA5); + sendsupercmd (&tx, 0x8E, 0xA5); sendint (&tx, 0x5); sendetx (&tx, fd);