Subject: PCMCIA is now using 16-bit memory accesses by default
To: None <current-users@netbsd.org>
From: Johan Danielsson <joda@pdc.kth.se>
List: current-users
Date: 02/04/2000 17:54:21
Hi folks, 

From today, -current PCMCIA will use 16-bit memory accesses for
devices unless the driver has explicitly requested an 8-bit path
(currently it's only the ray driver that needs this). If you encounter
any problems because of this, please send-pr a bug report.

Note that this is only a change for the pcic driver, the tcic and
cardbus already had this change. A good indication that this is the
cause of any problem is that every other byte (from the card) is read
as 0xff, this will of course show up differently in the different
drivers.

/Johan