diff options
author | phk <phk@FreeBSD.org> | 1998-01-14 19:41:36 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1998-01-14 19:41:36 +0000 |
commit | 232effd62320f5401d87567a76e8669cfb23e078 (patch) | |
tree | 1e4e11102bba7cce19bad55c7465d2ce4f99f6bb | |
parent | 8e3bd62529530c399572f34b0e605aa96a461dbc (diff) | |
download | FreeBSD-src-232effd62320f5401d87567a76e8669cfb23e078.zip FreeBSD-src-232effd62320f5401d87567a76e8669cfb23e078.tar.gz |
Add and document PPS_SYNC
-rw-r--r-- | sys/conf/NOTES | 8 | ||||
-rw-r--r-- | sys/i386/conf/LINT | 8 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 8 |
3 files changed, 21 insertions, 3 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 5bed81b..7c19703 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.389 1997/12/28 13:35:59 phk Exp $ +# $Id: LINT,v 1.390 1997/12/31 21:46:17 obrien Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -659,6 +659,12 @@ options "MAXMEM=(128*1024)" #options BROKEN_KEYBOARD_RESET #options PAS_JOYSTICK_ENABLE +# Enable support for the kernel PLL to use an external PPS signal, +# under supervision of [x]ntpd(8) +# More info in ftp://ftp.udel.edu/pub/ntp/kernel.tar.Z + +options PPS_SYNC + # Enable PnP support in the kernel. This allows you to automaticly # attach to PnP cards for drivers that support it and allows you to # configure cards from USERCONFIG. See pnp(4) for more info. diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index 5bed81b..7c19703 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.389 1997/12/28 13:35:59 phk Exp $ +# $Id: LINT,v 1.390 1997/12/31 21:46:17 obrien Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -659,6 +659,12 @@ options "MAXMEM=(128*1024)" #options BROKEN_KEYBOARD_RESET #options PAS_JOYSTICK_ENABLE +# Enable support for the kernel PLL to use an external PPS signal, +# under supervision of [x]ntpd(8) +# More info in ftp://ftp.udel.edu/pub/ntp/kernel.tar.Z + +options PPS_SYNC + # Enable PnP support in the kernel. This allows you to automaticly # attach to PnP cards for drivers that support it and allows you to # configure cards from USERCONFIG. See pnp(4) for more info. diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 5bed81b..7c19703 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.389 1997/12/28 13:35:59 phk Exp $ +# $Id: LINT,v 1.390 1997/12/31 21:46:17 obrien Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -659,6 +659,12 @@ options "MAXMEM=(128*1024)" #options BROKEN_KEYBOARD_RESET #options PAS_JOYSTICK_ENABLE +# Enable support for the kernel PLL to use an external PPS signal, +# under supervision of [x]ntpd(8) +# More info in ftp://ftp.udel.edu/pub/ntp/kernel.tar.Z + +options PPS_SYNC + # Enable PnP support in the kernel. This allows you to automaticly # attach to PnP cards for drivers that support it and allows you to # configure cards from USERCONFIG. See pnp(4) for more info. |