Date: Fri, 26 Nov 1999 01:43:03 +0100 (MET) From: Gerard Roudier <groudier@club-internet.fr> To: Wilko Bulte <wilko@yedi.iaf.nl> Cc: scsi@FreeBSD.ORG Subject: Re: NEWS: SYM53C1010 and Ultra3 support Message-ID: <Pine.LNX.3.95.991126014101.1811B-100000@localhost> In-Reply-To: <Pine.LNX.3.95.991126013010.1811A-100000@localhost>
index | next in thread | previous in thread | raw e-mail
Sorry for the stupid trivial bug. The below untested change should help
for the driver to ignore the 810.
--- sym_hipd.c.991126 Fri Nov 26 01:37:51 1999
+++ sym_hipd.c Fri Nov 26 01:40:35 1999
@@ -9515,6 +9515,9 @@
#endif /* FreeBSD_4_Bus */
static struct sym_pci_chip sym_pci_dev_table[] = {
+ {PCI_ID_SYM53C810, 0x01, "810", 4, 8, 4,
+ 0}
+ ,
{PCI_ID_SYM53C810, 0xff, "810a", 4, 8, 4,
FE_CACHE_SET|FE_LDSTR|FE_PFEN|FE_BOF}
,
Gérard.
On Fri, 26 Nov 1999, Gerard Roudier wrote:
> Hello,
>
> I may have misunderstood your report in my previous reply.
> If you mean that the sym driver detected a 810A that is in fact
> a normal 810, then I fully understand the driver failure.
> Will try to understand the cause of the problem to-morrow evening.
>
> Thanks for the report.
>
> Gérard.
>
> On Thu, 25 Nov 1999, Wilko Bulte wrote:
>
> > Being curious I put the sym into -current on the Alpha box and got:
> >
> > EB64+
> > Alpha 21064A Evaluation Board 274 MHz, 274MHz
> > 8192 byte page size, 1 processor.
> > CPU: EV45 (21064A) major=6 minor=2
> > OSF PAL rev: 0x100070002012d
> > real memory = 132136960 (129040K bytes)
> > avail memory = 122773504 (119896K bytes)
> > Preloaded elf kernel "kernel" at 0xfffffc00005e6000.
> > pci0: <PCI bus> on pcib0
> > 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=47c625c8, pc=47c625d4, end=47c625e8
> > sym0: CACHE INCORRECTLY CONFIGURED.
> > device_probe_and_attach: sym0 attach returned 6
> > isp0: <Qlogic ISP 1020/1040 PCI SCSI Adapter> irq 1 at device 7.0 on pci0
> > isp0: interrupting at APECS irq 1
> >
> > So, I do have an ncr810a chip after all embedded on this Alpha mainboard.
> > My other PCI Alpha is on loan to another FreeBSD developer
> > (of sigset fame ;-) so I can't check that one.
> >
> > After spending some time digging in my equipment stock I found a
> > original NCR-built PCI card. Installing that gives me:
> >
> > sym1: <810a> irq 1 at device 7.0 on pci0
> > sym1: No NVRAM, ID 7, Fast-10, parity checking
> > CACHE TEST FAILED: script execution failed.
> > start=47c625c8, pc=47c625d4, end=47c625e8
> > sym1: CACHE INCORRECTLY CONFIGURED.
> > device_probe_and_attach: sym1 attach returned 6
> >
> > In both cases there are no devices connect to the SCSI buses that the
> > sym driver controls.
> >
> > Cheers,
> >
> > Wilko
>
>
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-scsi" in the body of the message
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.3.95.991126014101.1811B-100000>
