Subject: Re: SCSI support & all
To: None <lhirlimann@itsoft.fr>
From: Kazuki Sakamoto <sakamoto@cec.co.jp>
List: port-bebox
Date: 11/30/1999 21:32:47
lhirlimann@itsoft.fr wrote:

 > Also whats the status for the scsi driver has this changed
 > since the last post back in nov 1998 ?

nothing...

 > Is the endianess issue solved ? Where is the SCSI going to ?

sys/dev/pci/ncr.c line 2373:
        **      CAUTION: only little endian architectures supported! XXX


http://www.openbsd.org/cgi-bin/cvsweb/src/sys/dev/pci/ncr.c
supports big endian arch (powerpc).

sakamoto