use bitwise-or instead of addition to combine tty flags.
This commit is contained in:
parent
cc35f337dc
commit
0ee1494529
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: DUMMY,v 1.25 2005/02/18 21:05:53 dsl Exp $
|
||||
# $NetBSD: DUMMY,v 1.26 2005/02/22 14:39:52 chs Exp $
|
||||
#
|
||||
# DUMMY: Matthias Pfaller's second pc532
|
||||
#
|
||||
|
@ -61,7 +61,7 @@ options INET # IP + ICMP + TCP + UDP
|
|||
|
||||
# pc532 specific options
|
||||
options CONSOLE_SPEED=B9600 # default console baud rate
|
||||
options SCNDEF_CFLAG="CREAD+CS8+HUPCL"
|
||||
options SCNDEF_CFLAG="CREAD|CS8|HUPCL"
|
||||
options NS381 # FPU installed
|
||||
options NO_INLINE_SPLX
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
# $NetBSD: KLONDIKE,v 1.29 2005/02/18 21:05:53 dsl Exp $
|
||||
# $NetBSD: KLONDIKE,v 1.30 2005/02/22 14:39:52 chs Exp $
|
||||
#
|
||||
# KLONDIKE: Matthias Pfaller's pc532
|
||||
#
|
||||
|
@ -67,7 +67,7 @@ options PPP_BSDCOMP,PPP_DEFLATE # compression for PPP
|
|||
# pc532 specific options
|
||||
options CPU30MHZ
|
||||
options CONSOLE_SPEED=B9600 # default console baud rate
|
||||
options SCNDEF_CFLAG="CREAD+CS8+HUPCL"
|
||||
options SCNDEF_CFLAG="CREAD|CS8|HUPCL"
|
||||
options NS381 # FPU installed
|
||||
options PLIP # PLIP driver in dev/lpt.c
|
||||
|
||||
|
|
Loading…
Reference in New Issue