Set FIFO_TRIGGER in more human-readable form

This commit is contained in:
Andrey A. Chernov 1994-01-29 03:17:39 +00:00
parent 0f47f4199d
commit bcbd5c8c3d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1032
3 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@
#
# This kernel is NOT MEANT to be runnable!
#
# $Id: LINT,v 1.45 1994/01/25 11:08:24 rgrimes Exp $
# $Id: LINT,v 1.46 1994/01/27 01:01:22 ache Exp $
#
machine "i386"
@ -23,7 +23,7 @@ config "386bsd" root on wd0 swap on wd0 and sd0 dumps on wd0
#
options "COM_BIDIR" #Bidirectional support in sys/isa/sio.c
options "COM_MULTIPORT" #Multiport support in sys/isa/sio.c
options "FIFO_TRIGGER=0" #Use this fifo value in sio.c
options "FIFO_TRIGGER=FIFO_TRIGGER_1" #Use this fifo value in sio.c
options "COMPAT_43" #compatible with BSD 4.3
options "SYMTAB_SPACE=104705" #This kernel needs LOTS of symtable

View File

@ -4,7 +4,7 @@
#
# This kernel is NOT MEANT to be runnable!
#
# $Id: LINT,v 1.45 1994/01/25 11:08:24 rgrimes Exp $
# $Id: LINT,v 1.46 1994/01/27 01:01:22 ache Exp $
#
machine "i386"
@ -23,7 +23,7 @@ config "386bsd" root on wd0 swap on wd0 and sd0 dumps on wd0
#
options "COM_BIDIR" #Bidirectional support in sys/isa/sio.c
options "COM_MULTIPORT" #Multiport support in sys/isa/sio.c
options "FIFO_TRIGGER=0" #Use this fifo value in sio.c
options "FIFO_TRIGGER=FIFO_TRIGGER_1" #Use this fifo value in sio.c
options "COMPAT_43" #compatible with BSD 4.3
options "SYMTAB_SPACE=104705" #This kernel needs LOTS of symtable

View File

@ -4,7 +4,7 @@
#
# This kernel is NOT MEANT to be runnable!
#
# $Id: LINT,v 1.45 1994/01/25 11:08:24 rgrimes Exp $
# $Id: LINT,v 1.46 1994/01/27 01:01:22 ache Exp $
#
machine "i386"
@ -23,7 +23,7 @@ config "386bsd" root on wd0 swap on wd0 and sd0 dumps on wd0
#
options "COM_BIDIR" #Bidirectional support in sys/isa/sio.c
options "COM_MULTIPORT" #Multiport support in sys/isa/sio.c
options "FIFO_TRIGGER=0" #Use this fifo value in sio.c
options "FIFO_TRIGGER=FIFO_TRIGGER_1" #Use this fifo value in sio.c
options "COMPAT_43" #compatible with BSD 4.3
options "SYMTAB_SPACE=104705" #This kernel needs LOTS of symtable