Subject: Re: 16550's in wrong st after reboot
To: Jason Thorpe <thorpej@nas.nasa.gov>
From: Charles M. Hannum <mycroft@mit.edu>
List: port-i386
Date: 04/01/1996 19:22:01
Jason Thorpe <thorpej@nas.nasa.gov> writes:

>  > > try adding fifo disabling code in com.c in comclose()?
>  > 
>  > I would think that a shutdownhook would be more appropriate?
> 
> I think I agree with Perry ...

There's no reason to add a `shutdown hook' for something that can just
as well be put in the device close routine.

Has someone tried this and verified that it actually fixes the
problem?