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:
parent
193dd07396
commit
5fa2e9f17b
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user