Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Jul 2003 21:47:59 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net>
To:        Bruce Evans <bde@zeta.org.au>
Cc:        freebsd-current@freebsd.org
Subject:   Re: cyclades isa card not recognized on 5-current ?
Message-ID:  <Pine.BSF.4.53.0307182140240.45284@e0-0.zab2.int.zabbadoz.net>
In-Reply-To: <20030718141127.B21603@gamplex.bde.org>
References:  <Pine.BSF.4.53.0307171729270.15332@e0-0.zab2.int.zabbadoz.net> <20030718141127.B21603@gamplex.bde.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 18 Jul 2003, Bruce Evans wrote:

Hi,

> > just to also ask here before opening a bug report. Anyone successfully
> > using a cyclades (Yo8) ISA on FreeBSD 5.x/Current ?
> >
> > I am unable to get it regonized on bootup.
...
>
> A similar configuration still works for me with a slightly old version
> of -current.

I have further digged into this and from what I can see

--- cy.c:cy_units ---
                /* wait for the CD1400 to initialize itself */
                for (i = 0; i < 200; i++) {
                        DELAY(50);

                        /* retrieve firmware version */
                        firmware_version = cd_inb(iobase, CD1400_GFRCR,
                                                  cy_align);
                        if ((firmware_version & 0xf0) == 0x40) {
                                break;
                        }
                }
--- cut ---

firmware_version always is 0xff.

If I give another maddr in hints file than dip switches are set to
kernel aborts somwhere in sioprobe(dev) and will reboot so I assume
maddr really is set correct (also verified with cyclades manual
y_30.pdf again).

There is a "Rev 5" oder 5.0 on the card.

Any more ideas ? I am willing to test any ideas/patches etc.

-- 
Greetings

Bjoern A. Zeeb				bzeeb at Zabbadoz dot NeT
56 69 73 69 74				http://www.zabbadoz.net/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.53.0307182140240.45284>