From owner-freebsd-current Thu Nov 20 14:05:48 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA12429 for current-outgoing; Thu, 20 Nov 1997 14:05:48 -0800 (PST) (envelope-from owner-freebsd-current) Received: from word.smith.net.au (s204m101.whistle.com [207.76.204.101]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA12414 for ; Thu, 20 Nov 1997 14:05:40 -0800 (PST) (envelope-from mike@word.smith.net.au) Received: from word (localhost [127.0.0.1]) by word.smith.net.au (8.8.7/8.8.5) with ESMTP id IAA00371; Fri, 21 Nov 1997 08:25:08 +1030 (CST) Message-Id: <199711202155.IAA00371@word.smith.net.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: Thomas Dean cc: abial@korin.warman.org.pl, freebsd-current@freebsd.org Subject: Re: CBAUD missing? In-reply-to: Your message of "Thu, 20 Nov 1997 10:16:35 -0800." <199711201816.KAA00483@ix.netcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 21 Nov 1997 08:25:07 +1030 From: Mike Smith Sender: owner-freebsd-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I have the same problem. I downloaded termios.h from a Linux site. I > use the following: > > #define OLCUC 0000002 > #define OCRNL 0000010 > #define IUCLC 0001000 > #define CBAUD 0010017 > #define XCASE 0000004 > > At that time, I asked for these to be included in out termios.h. No > response. > > So, How about it? Can we have all the serial-related definitions in > -current's termios.h? No. Software using CBAUD should be fixed. FreeBSD should not be broken. If you want a basic explanation as to why CBAUD is broken, ask me offline. If you want a longer explanation, ask Bruce. mike