From owner-freebsd-current@FreeBSD.ORG Fri Jul 18 14:48:42 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0315A37B401 for ; Fri, 18 Jul 2003 14:48:42 -0700 (PDT) Received: from transport.cksoft.de (transport.cksoft.de [62.111.66.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECB7843FDD for ; Fri, 18 Jul 2003 14:48:40 -0700 (PDT) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from localhost (localhost [127.0.0.1]) by transport.cksoft.de (Postfix) with ESMTP id 0EA311FFAFA; Fri, 18 Jul 2003 23:48:39 +0200 (CEST) Received: by transport.cksoft.de (Postfix, from userid 66) id F15861FFAE7; Fri, 18 Jul 2003 23:48:37 +0200 (CEST) Received: by mail.int.zabbadoz.net (Postfix, from userid 1060) id A76C5153CB; Fri, 18 Jul 2003 21:47:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.int.zabbadoz.net (Postfix) with ESMTP id 9CE7B153C5; Fri, 18 Jul 2003 21:47:59 +0000 (UTC) Date: Fri, 18 Jul 2003 21:47:59 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@e0-0.zab2.int.zabbadoz.net To: Bruce Evans In-Reply-To: <20030718141127.B21603@gamplex.bde.org> Message-ID: References: <20030718141127.B21603@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS snapshot-20020300 cc: freebsd-current@freebsd.org Subject: Re: cyclades isa card not recognized on 5-current ? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jul 2003 21:48:42 -0000 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/