View | Details | Raw Unified | Return to bug 202362
Collapse All | Expand All

(-)contrib/ntp/FREEBSD-upgrade (-3 / +4 lines)
Lines 27-35 Link Here
27
Updating usr.sbin/ntp
27
Updating usr.sbin/ntp
28
---------------------
28
---------------------
29
29
30
./configure --disable-all-clocks --enable-NMEA --enable-ONCORE
30
./configure --disable-all-clocks --enable-ATOM --enable-DUMBCLOCK
31
--enable-RAWDCF --with-crypto --disable-debugging
31
--enable-LOCAL-CLOCK --enable-MEINBERG --enable-NMEA --enable-ONCORE
32
--enable-LOCAL-CLOCK --with-sntp --with-arlib --prefix=/usr
32
--enable-RAWDCF --enable-SHM --with-crypto --disable-debugging
33
--with-sntp --with-arlib --prefix=/usr
33
34
34
config.h was generated by running configure and excluding almost all clock
35
config.h was generated by running configure and excluding almost all clock
35
drivers (what is included is DCF77 -- what I use --, NMEA, Motorola OnCORE
36
drivers (what is included is DCF77 -- what I use --, NMEA, Motorola OnCORE
(-)usr.sbin/ntp/config.h (-27 / +27 lines)
Lines 15-30 Link Here
15
/* #undef CALL_PTHREAD_SETCONCURRENCY */
15
/* #undef CALL_PTHREAD_SETCONCURRENCY */
16
16
17
/* ACTS modem service */
17
/* ACTS modem service */
18
#define CLOCK_ACTS 1
18
/* #undef CLOCK_ACTS */
19
19
20
/* Arbiter 1088A/B GPS receiver */
20
/* Arbiter 1088A/B GPS receiver */
21
#define CLOCK_ARBITER 1
21
/* #undef CLOCK_ARBITER */
22
22
23
/* ARCRON support? */
23
/* ARCRON support? */
24
#define CLOCK_ARCRON_MSF 1
24
/* #undef CLOCK_ARCRON_MSF */
25
25
26
/* Austron 2200A/2201A GPS receiver? */
26
/* Austron 2200A/2201A GPS receiver? */
27
#define CLOCK_AS2201 1
27
/* #undef CLOCK_AS2201 */
28
28
29
/* PPS interface? */
29
/* PPS interface? */
30
#define CLOCK_ATOM 1
30
#define CLOCK_ATOM 1
Lines 33-48 Link Here
33
/* #undef CLOCK_BANC */
33
/* #undef CLOCK_BANC */
34
34
35
/* Chronolog K-series WWVB receiver? */
35
/* Chronolog K-series WWVB receiver? */
36
#define CLOCK_CHRONOLOG 1
36
/* #undef CLOCK_CHRONOLOG */
37
37
38
/* CHU modem/decoder */
38
/* CHU modem/decoder */
39
#define CLOCK_CHU 1
39
/* #undef CLOCK_CHU */
40
40
41
/* Diems Computime Radio Clock? */
41
/* Diems Computime Radio Clock? */
42
/* #undef CLOCK_COMPUTIME */
42
/* #undef CLOCK_COMPUTIME */
43
43
44
/* Datum Programmable Time System? */
44
/* Datum Programmable Time System? */
45
#define CLOCK_DATUM 1
45
/* #undef CLOCK_DATUM */
46
46
47
/* ELV/DCF7000 clock? */
47
/* ELV/DCF7000 clock? */
48
/* #undef CLOCK_DCF7000 */
48
/* #undef CLOCK_DCF7000 */
Lines 51-90 Link Here
51
#define CLOCK_DUMBCLOCK 1
51
#define CLOCK_DUMBCLOCK 1
52
52
53
/* Forum Graphic GPS datating station driver? */
53
/* Forum Graphic GPS datating station driver? */
54
#define CLOCK_FG 1
54
/* #undef CLOCK_FG */
55
55
56
/* GPSD JSON receiver */
56
/* GPSD JSON receiver */
57
#define CLOCK_GPSDJSON 1
57
/* #undef CLOCK_GPSDJSON */
58
58
59
/* TrueTime GPS receiver/VME interface? */
59
/* TrueTime GPS receiver/VME interface? */
60
/* #undef CLOCK_GPSVME */
60
/* #undef CLOCK_GPSVME */
61
61
62
/* Heath GC-1000 WWV/WWVH receiver? */
62
/* Heath GC-1000 WWV/WWVH receiver? */
63
#define CLOCK_HEATH 1
63
/* #undef CLOCK_HEATH */
64
64
65
/* HOPF 6021 clock? */
65
/* HOPF 6021 clock? */
66
/* #undef CLOCK_HOPF6021 */
66
/* #undef CLOCK_HOPF6021 */
67
67
68
/* HOPF PCI clock device? */
68
/* HOPF PCI clock device? */
69
#define CLOCK_HOPF_PCI 1
69
/* #undef CLOCK_HOPF_PCI */
70
70
71
/* HOPF serial clock device? */
71
/* HOPF serial clock device? */
72
#define CLOCK_HOPF_SERIAL 1
72
/* #undef CLOCK_HOPF_SERIAL */
73
73
74
/* HP 58503A GPS receiver? */
74
/* HP 58503A GPS receiver? */
75
#define CLOCK_HPGPS 1
75
/* #undef CLOCK_HPGPS */
76
76
77
/* IRIG audio decoder? */
77
/* IRIG audio decoder? */
78
#define CLOCK_IRIG 1
78
/* #undef CLOCK_IRIG */
79
79
80
/* JJY receiver? */
80
/* JJY receiver? */
81
#define CLOCK_JJY 1
81
/* #undef CLOCK_JJY */
82
82
83
/* Rockwell Jupiter GPS clock? */
83
/* Rockwell Jupiter GPS clock? */
84
#define CLOCK_JUPITER 1
84
/* #undef CLOCK_JUPITER */
85
85
86
/* Leitch CSD 5300 Master Clock System Driver? */
86
/* Leitch CSD 5300 Master Clock System Driver? */
87
#define CLOCK_LEITCH 1
87
/* #undef CLOCK_LEITCH */
88
88
89
/* local clock reference? */
89
/* local clock reference? */
90
#define CLOCK_LOCAL 1
90
#define CLOCK_LOCAL 1
Lines 96-102 Link Here
96
/* #undef CLOCK_MX4200 */
96
/* #undef CLOCK_MX4200 */
97
97
98
/* NeoClock4X */
98
/* NeoClock4X */
99
#define CLOCK_NEOCLOCK4X 1
99
/* #undef CLOCK_NEOCLOCK4X */
100
100
101
/* NMEA GPS receiver */
101
/* NMEA GPS receiver */
102
#define CLOCK_NMEA 1
102
#define CLOCK_NMEA 1
Lines 105-126 Link Here
105
#define CLOCK_ONCORE 1
105
#define CLOCK_ONCORE 1
106
106
107
/* Palisade clock */
107
/* Palisade clock */
108
#define CLOCK_PALISADE 1
108
/* #undef CLOCK_PALISADE */
109
109
110
/* PARSE driver interface */
110
/* PARSE driver interface */
111
#define CLOCK_PARSE 1
111
#define CLOCK_PARSE 1
112
112
113
/* Conrad parallel port radio clock */
113
/* Conrad parallel port radio clock */
114
#define CLOCK_PCF 1
114
/* #undef CLOCK_PCF */
115
115
116
/* PCL 720 clock support */
116
/* PCL 720 clock support */
117
/* #undef CLOCK_PPS720 */
117
/* #undef CLOCK_PPS720 */
118
118
119
/* PST/Traconex 1020 WWV/WWVH receiver */
119
/* PST/Traconex 1020 WWV/WWVH receiver */
120
#define CLOCK_PST 1
120
/* #undef CLOCK_PST */
121
121
122
/* DCF77 raw time code */
122
/* DCF77 raw time code */
123
/* #undef CLOCK_RAWDCF */
123
#define CLOCK_RAWDCF 1
124
124
125
/* RCC 8000 clock */
125
/* RCC 8000 clock */
126
/* #undef CLOCK_RCC8000 */
126
/* #undef CLOCK_RCC8000 */
Lines 138-144 Link Here
138
#define CLOCK_SHM 1
138
#define CLOCK_SHM 1
139
139
140
/* Spectracom 8170/Netclock/2 WWVB receiver */
140
/* Spectracom 8170/Netclock/2 WWVB receiver */
141
#define CLOCK_SPECTRACOM 1
141
/* #undef CLOCK_SPECTRACOM */
142
142
143
/* KSI/Odetics TPRO/S GPS receiver/IRIG interface */
143
/* KSI/Odetics TPRO/S GPS receiver/IRIG interface */
144
/* #undef CLOCK_TPRO */
144
/* #undef CLOCK_TPRO */
Lines 150-156 Link Here
150
/* #undef CLOCK_TRIMTSIP */
150
/* #undef CLOCK_TRIMTSIP */
151
151
152
/* Kinemetrics/TrueTime receivers */
152
/* Kinemetrics/TrueTime receivers */
153
#define CLOCK_TRUETIME 1
153
/* #undef CLOCK_TRUETIME */
154
154
155
/* Spectracom TSYNC timing board */
155
/* Spectracom TSYNC timing board */
156
/* #undef CLOCK_TSYNCPCI */
156
/* #undef CLOCK_TSYNCPCI */
Lines 159-165 Link Here
159
/* #undef CLOCK_TT560 */
159
/* #undef CLOCK_TT560 */
160
160
161
/* Ultralink M320 WWVB receiver? */
161
/* Ultralink M320 WWVB receiver? */
162
#define CLOCK_ULINK 1
162
/* #undef CLOCK_ULINK */
163
163
164
/* VARITEXT clock */
164
/* VARITEXT clock */
165
/* #undef CLOCK_VARITEXT */
165
/* #undef CLOCK_VARITEXT */
Lines 168-177 Link Here
168
/* #undef CLOCK_WHARTON_400A */
168
/* #undef CLOCK_WHARTON_400A */
169
169
170
/* WWV audio driver */
170
/* WWV audio driver */
171
#define CLOCK_WWV 1
171
/* #undef CLOCK_WWV */
172
172
173
/* Zyfer GPStarplus */
173
/* Zyfer GPStarplus */
174
#define CLOCK_ZYFER 1
174
/* #undef CLOCK_ZYFER */
175
175
176
/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
176
/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
177
   systems. This function is required for `alloca.c' support on those systems.
177
   systems. This function is required for `alloca.c' support on those systems.

Return to bug 202362