Subject: Re: MacBSD opinion requested...
To: Steven Campbell <Steven_Campbell@magic.ca>
From: Bill Studenmund <wrstuden@loki.stanford.edu>
List: port-mac68k
Date: 09/20/1996 13:42:42
> This machine runs really well at its top speed, 42 MHz, as long as you
> don't try to use the serial ports.  The machine won't hang, but it'll
> just return junk characters if it's trying to talk to the modem. 
> Everything else works great.  The machine has a fan glued to the
> heatsink ( it'll freeze if you don't put one on after about 20 minutes
> ).  and it tests out to have faster video, CPU, and FPU functions than
> a Quadra 840AV.   It'll be a great machine if I ever get it up and
> running properly under NetBSD.

I can't really speak to most of your difficulties, but the serial port
question intrigues me.

I think you mentioned you're using a GENERIC #47 kernel. I don't
remember exactly which kernel this is, but there was a bug in the
1.1 serial code.

To see if you have the bug, type

stty -f /dev/tty01 57600
stty -f /dev/tty01 -e

(this uses the printer port; use tty00 if you're logged in over the printer)

If the baud rate is 61200 or something like that (not 57600) then you
have the broken serial drivers. Well, they work, but you have to scale
your requested speed by 1.0625. This difference only matters at 9600
and below. Ask for 10200 and you get 9600.

This bug has been fixed and is independent of the computer speed-up.

Let me know if this is not your problem.

Take care,

Bill