Date: Sat, 30 Nov 1996 14:07:49 -0800 From: Paul Traina <pst@shockwave.com> To: Bruce Evans <bde@freefall.freebsd.org> Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/i386/isa sio.c Message-ID: <199611302207.OAA00398@precipice.shockwave.com> In-Reply-To: Your message of "Sat, 30 Nov 1996 06:51:06 PST." <199611301451.GAA19102@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Excuse me, but in the SIO code, "comdefaultrate" certainly did give
the default for ALL serial ports on system boot. That was a major
crock, because if you never set the baud rate on tty structure for
the serial port that was acting as the console, you'd reprogram the
SIO on every output to the serial port if you ran the serial console
at anything other than TTYSPEED_DEFRATE or whatever the 9600bps define
was.
Paul
From: Bruce Evans <bde@freefall.freebsd.org>
Subject: cvs commit: src/sys/i386/isa sio.c
bde 96/11/30 06:51:05
Modified: sys/i386/isa sio.c
Log:
Cleaned up CONSPEED changes. `comdefaultrate' gives the default
speed for the "com" console, not for general purpose "com" ports,
so there was no need to split it into comdefaultrate and condefaultrate.
Revision Changes Path
1.150 +6 -8 src/sys/i386/isa/sio.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199611302207.OAA00398>
