Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Nov 1999 01:22:44 +0100 (MET)
From:      Gerard Roudier <groudier@club-internet.fr>
To:        Wilko Bulte <wilko@yedi.iaf.nl>
Cc:        cdillon@wolves.k12.mo.us, roberto@keltia.freenix.fr, scsi@FreeBSD.ORG
Subject:   Re: NEWS: SYM53C1010 and Ultra3 support
Message-ID:  <Pine.LNX.3.95.991126011128.1080A-100000@localhost>
In-Reply-To: <199911252040.VAA02381@yedi.iaf.nl>

next in thread | previous in thread | raw e-mail | index | archive | help


On Thu, 25 Nov 1999, Wilko Bulte wrote:

[ ... ]

> Being curious I put the sym into -current on the Alpha box and got:
>=20
> EB64+
> Alpha 21064A Evaluation Board 274 MHz, 274MHz

[ ... ]

> sym0: <810a> irq 7 at device 5.0 on pci0
> sym0: No NVRAM, ID 7, Fast-10, parity checking
> CACHE TEST FAILED: script execution failed.
> start=3D47c625c8, pc=3D47c625d4, end=3D47c625e8
> sym0: CACHE INCORRECTLY CONFIGURED.

SYM-0.9.0   was not checked for Alpha and in fact could only fail with
            Alpha (The source said 'only i386 supported') :-)
SYM-0.10.0  should work on paper for Alpha but needed some trivial=20
            changes in order to work for some Alpha.
SYM-0.11.0  should be ok for Alpha

The sym driver performs MMIOs with a mb() after each access, as it seemed
to be the default for the ncr driver. In my opinion, using normal IOs =20
should be more safe for Alpha. If you still want to give the sym driver=20
(0.11.0) a try, you should uncomment the following define in sym_conf.h.

/*
 *  Use Normal IO instead of MMIO.
 */
/* #define SYMCONF_IOMAPPED */

G=E9rard.



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-scsi" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.3.95.991126011128.1080A-100000>