1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

Delete `HZ' option; it's only of use to Bruce and screws up the NTP PLL

(among other things).  Correctly specify `vn' as a pseudo.  Make sure
things are in the right places.
This commit is contained in:
Garrett Wollman 1994-12-13 20:56:30 +00:00
parent f545af68fd
commit 3aa0699930
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5096
3 changed files with 15 additions and 12 deletions

View File

@ -2,9 +2,11 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
# This kernel is NOT MEANT to be runnable!
# $Id: LINT,v 1.114 1994/12/11 23:52:18 bde Exp $
#
# $Id: LINT,v 1.113 1994/12/11 00:09:34 ats 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
# this file as required.
#
#
@ -275,8 +277,7 @@ pseudo-device speaker #Play IBM BASIC-style noises out your speaker
pseudo-device log #Kernel syslog interface (/dev/klog)
pseudo-device gzip #Exec gzipped a.out's
options "HZ=1000" #Set hz to a nonstandard value
option VN #Vnode driver (turns a file into a device)
pseudo-device vn 4 #Vnode driver (turns a file into a device)
#####################################################################

View File

@ -2,9 +2,11 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
# This kernel is NOT MEANT to be runnable!
# $Id: LINT,v 1.114 1994/12/11 23:52:18 bde Exp $
#
# $Id: LINT,v 1.113 1994/12/11 00:09:34 ats 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
# this file as required.
#
#
@ -275,8 +277,7 @@ pseudo-device speaker #Play IBM BASIC-style noises out your speaker
pseudo-device log #Kernel syslog interface (/dev/klog)
pseudo-device gzip #Exec gzipped a.out's
options "HZ=1000" #Set hz to a nonstandard value
option VN #Vnode driver (turns a file into a device)
pseudo-device vn 4 #Vnode driver (turns a file into a device)
#####################################################################

View File

@ -2,9 +2,11 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
# This kernel is NOT MEANT to be runnable!
# $Id: LINT,v 1.114 1994/12/11 23:52:18 bde Exp $
#
# $Id: LINT,v 1.113 1994/12/11 00:09:34 ats 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
# this file as required.
#
#
@ -275,8 +277,7 @@ pseudo-device speaker #Play IBM BASIC-style noises out your speaker
pseudo-device log #Kernel syslog interface (/dev/klog)
pseudo-device gzip #Exec gzipped a.out's
options "HZ=1000" #Set hz to a nonstandard value
option VN #Vnode driver (turns a file into a device)
pseudo-device vn 4 #Vnode driver (turns a file into a device)
#####################################################################