diff options
author | ache <ache@FreeBSD.org> | 1994-01-27 01:01:22 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1994-01-27 01:01:22 +0000 |
commit | c28f57f6a4afe8c119f95ce42e3f1287292014ae (patch) | |
tree | 1f032c4db9250cd7a3385276a3f1754554a9824d /sys/conf | |
parent | 4b3f7a255e7a540550935e42135d8f66c5f4aa01 (diff) | |
download | FreeBSD-src-c28f57f6a4afe8c119f95ce42e3f1287292014ae.zip FreeBSD-src-c28f57f6a4afe8c119f95ce42e3f1287292014ae.tar.gz |
Add FIFO_TRIGGER value for sio.c
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/NOTES | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 525c23f..d7bb47d 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -4,7 +4,7 @@ # # This kernel is NOT MEANT to be runnable! # -# $Id: LINT,v 1.44 1994/01/25 03:16:31 ache Exp $ +# $Id: LINT,v 1.45 1994/01/25 11:08:24 rgrimes Exp $ # machine "i386" @@ -23,6 +23,8 @@ 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 "COMPAT_43" #compatible with BSD 4.3 options "SYMTAB_SPACE=104705" #This kernel needs LOTS of symtable options GATEWAY #internetwork gateway |