Subject: Re: 16550's in wrong st after reboot
To: VaX#n8 <vax@linkdead.paranoia.com>
From: Ken Hornstein <kenh@cmf.nrl.navy.mil>
List: port-i386
Date: 03/31/1996 23:29:27
>I have a pretty strange problem where the com ports appear to 
>be in the wrong state after reboot.  I notice this because the mouse
>probe done from MS-DOS fails and then probes my modem...
>A hard reboot fixes it.

I've seen this for a long time.  I believe it's caused by NetBSD turning
on the 16550 FIFO, and the BIOS not having a strong probe routine.  A hard
reset turns off the FIFO, and the BIOS then can detect the 16550 correctly.

I suppose the only real fix would be to have NetBSD turn off the FIFO
on shutdown.

--Ken