Subject: Re: CVS commit: syssrc
To: None <joda@netbsd.org>
From: Christian E. Hopps <chopps@merit.edu>
List: source-changes
Date: 02/04/2000 10:57:25
Johan Danielsson <joda@netbsd.org> writes:
> Module Name: syssrc
> Committed By: joda
> Date: Fri Feb 4 10:18:30 UTC 2000
>
> Modified Files:
> syssrc/sys/dev/ic: i82365.c
>
> Log Message:
> fix previous broken commit of the 8-bit memory handling; this will
> enable 16-bit memory accesses for devices that can handle it
I'm not sure when the 16 bit stuff was disabled but it was that way when
I started hacking on pcic. So its very possible that some drivers may be
incapable of dealing (i.e., they don't set _MEM8 appropriately). We
need to keep our eye out for now failing cards now and suspect this
problem.
Chris.