Subject: Re: May 14 scsi changes: driver support needed?
To: Ignatios Souvatzis <is@netbsd.org>
From: Steve Woodford <steve@mctavish.co.uk>
List: current-users
Date: 05/19/2001 07:35:29
On Fri, 18 May 2001, Ignatios Souvatzis wrote:

> mostly works. however, mode sense doesn't work. 
> 
> Hm, when I browsed the may 14 diffs, I noticed that you're using nested
> structs and unions for on-wire data in the new code. Maybe this stuff needs
> to be __attribute__((packed)) for it to work with m68k compilers?

The new code works on mvme68k, with the MI osiop(4) driver. I'd be
surprised if it turned out to be structure padding since ELF is more
strict about it than a.out...

Cheers, Steve