Subject: Re: getting to the floppy on a Multia
To: None <port-alpha@NetBSD.ORG>
From: Christos Zoulas <christos@zoulas.com>
List: port-alpha
Date: 12/14/1997 19:41:32
In article <199712132349.SAA18185@jekyll.piermont.com> perry@piermont.com writes:
>
>The problem, if I'm correct, is merely one of busifying the i386
>floppy driver (someone correct me if I'm wrong...)
>

Yes, but doing that will break the driver on the i386 because there
is a port conflict between wd0 and fd0 if I remember correctly.
Our bus_space_map() does not handle the case were a port can be
used as read-only by one driver and write-only by another.

christos