From mboxrd@z Thu Jan 1 00:00:00 1970 From: Woodruff, Richard Date: Mon, 3 Nov 2003 12:04:49 -0600 Subject: [U-Boot-Users] [PATCH-1/2] LAN91C111 Message-ID: <71555548814716479478431542AA5F8A058D28@dlee2k98.ent.ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de As to the 8bit to 16 access change, at both the boot and kernel I use 16 bit accesses. I'm ok using 8bit access on my board, but based on comments in code and the ifdef's in the shipping kernel code, switching that access size will break a few boards. As word access works, I wouldn't switch that bit. As far as testing goes, if it works on my board I'm usually happy. My opinion would be if you are submitting new code, it doesn't really matter if it works for anyone else as long as it doesn't break the compile. If its existing code, then some more care is obviously necessary.