Moved P1003 options from the middle of the devices section to the

end of the main options section.

Turned on documented option OVERRIDE_TUNER.  LINT is primarily
for turning on options, not for documenting them.

Don't list IPFILTER twice (once as broken).
This commit is contained in:
Bruce Evans 1998-06-21 13:36:53 +00:00
parent 29c0cb37eb
commit abc97a0611
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=37090
3 changed files with 45 additions and 48 deletions

View file

@ -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.436 1998/06/05 22:39:45 julian Exp $
# $Id: LINT,v 1.437 1998/06/08 06:18:53 bde 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
@ -533,6 +533,19 @@ options SUIDDIR
# in the NULL filesystem
#options SAFETY
#####################################################################
# POSIX P1003.1B
# Real time extensions added int the 1993 Posix
# P1003_1B: Infrastructure
# _KPOSIX_PRIORITY_SCHEDULING: Build in _POSIX_PRIORITY_SCHEDULING
# _KPOSIX_VERSION: Version kernel is built for
options "P1003_1B"
options "_KPOSIX_PRIORITY_SCHEDULING"
options "_KPOSIX_VERSION=199309L"
#####################################################################
# SCSI DEVICES
@ -622,19 +635,6 @@ options OD_BOGUS_NOT_READY
options OD_AUTO_TURNOFF
#####################################################################
# POSIX P1003.1B
# Real time extensions added int the 1993 Posix
# P1003_1B: Infrastructure
# _KPOSIX_PRIORITY_SCHEDULING: Build in _POSIX_PRIORITY_SCHEDULING
# _KPOSIX_VERSION: Version kernel is built for
options "P1003_1B"
options "_KPOSIX_PRIORITY_SCHEDULING"
options "_KPOSIX_VERSION=199309L"
#####################################################################
# MISCELLANEOUS DEVICES AND OPTIONS
@ -1374,6 +1374,7 @@ device fpa0
device meteor0
device bktr0
options OVERRIDE_TUNER=NO_TUNER
#
# PCCARD/PCMCIA
@ -1471,8 +1472,6 @@ options "DEBUG_1284"
options "EXT2FS"
options "I586_PMC_GUPROF=0x70000"
options "IBCS2"
# broken:
#options IPFILTER
options KEY
options KEY_DEBUG
options LOCKF_DEBUG

View file

@ -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.436 1998/06/05 22:39:45 julian Exp $
# $Id: LINT,v 1.437 1998/06/08 06:18:53 bde 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
@ -533,6 +533,19 @@ options SUIDDIR
# in the NULL filesystem
#options SAFETY
#####################################################################
# POSIX P1003.1B
# Real time extensions added int the 1993 Posix
# P1003_1B: Infrastructure
# _KPOSIX_PRIORITY_SCHEDULING: Build in _POSIX_PRIORITY_SCHEDULING
# _KPOSIX_VERSION: Version kernel is built for
options "P1003_1B"
options "_KPOSIX_PRIORITY_SCHEDULING"
options "_KPOSIX_VERSION=199309L"
#####################################################################
# SCSI DEVICES
@ -622,19 +635,6 @@ options OD_BOGUS_NOT_READY
options OD_AUTO_TURNOFF
#####################################################################
# POSIX P1003.1B
# Real time extensions added int the 1993 Posix
# P1003_1B: Infrastructure
# _KPOSIX_PRIORITY_SCHEDULING: Build in _POSIX_PRIORITY_SCHEDULING
# _KPOSIX_VERSION: Version kernel is built for
options "P1003_1B"
options "_KPOSIX_PRIORITY_SCHEDULING"
options "_KPOSIX_VERSION=199309L"
#####################################################################
# MISCELLANEOUS DEVICES AND OPTIONS
@ -1374,6 +1374,7 @@ device fpa0
device meteor0
device bktr0
options OVERRIDE_TUNER=NO_TUNER
#
# PCCARD/PCMCIA
@ -1471,8 +1472,6 @@ options "DEBUG_1284"
options "EXT2FS"
options "I586_PMC_GUPROF=0x70000"
options "IBCS2"
# broken:
#options IPFILTER
options KEY
options KEY_DEBUG
options LOCKF_DEBUG

View file

@ -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.436 1998/06/05 22:39:45 julian Exp $
# $Id: LINT,v 1.437 1998/06/08 06:18:53 bde 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
@ -533,6 +533,19 @@ options SUIDDIR
# in the NULL filesystem
#options SAFETY
#####################################################################
# POSIX P1003.1B
# Real time extensions added int the 1993 Posix
# P1003_1B: Infrastructure
# _KPOSIX_PRIORITY_SCHEDULING: Build in _POSIX_PRIORITY_SCHEDULING
# _KPOSIX_VERSION: Version kernel is built for
options "P1003_1B"
options "_KPOSIX_PRIORITY_SCHEDULING"
options "_KPOSIX_VERSION=199309L"
#####################################################################
# SCSI DEVICES
@ -622,19 +635,6 @@ options OD_BOGUS_NOT_READY
options OD_AUTO_TURNOFF
#####################################################################
# POSIX P1003.1B
# Real time extensions added int the 1993 Posix
# P1003_1B: Infrastructure
# _KPOSIX_PRIORITY_SCHEDULING: Build in _POSIX_PRIORITY_SCHEDULING
# _KPOSIX_VERSION: Version kernel is built for
options "P1003_1B"
options "_KPOSIX_PRIORITY_SCHEDULING"
options "_KPOSIX_VERSION=199309L"
#####################################################################
# MISCELLANEOUS DEVICES AND OPTIONS
@ -1374,6 +1374,7 @@ device fpa0
device meteor0
device bktr0
options OVERRIDE_TUNER=NO_TUNER
#
# PCCARD/PCMCIA
@ -1471,8 +1472,6 @@ options "DEBUG_1284"
options "EXT2FS"
options "I586_PMC_GUPROF=0x70000"
options "IBCS2"
# broken:
#options IPFILTER
options KEY
options KEY_DEBUG
options LOCKF_DEBUG