From owner-freebsd-alpha Tue May 23 1: 5:31 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from anchor-post-34.mail.demon.net (anchor-post-34.mail.demon.net [194.217.242.92]) by hub.freebsd.org (Postfix) with ESMTP id 6152C37BC82 for ; Tue, 23 May 2000 01:05:22 -0700 (PDT) (envelope-from dfr@nlsystems.com) Received: from nlsys.demon.co.uk ([158.152.125.33] helo=herring.nlsystems.com) by anchor-post-34.mail.demon.net with esmtp (Exim 2.12 #1) id 12u9gh-000GuR-0Y; Tue, 23 May 2000 09:05:15 +0100 Received: from salmon.nlsystems.com (salmon.nlsystems.com [10.0.0.3]) by herring.nlsystems.com (8.9.3/8.8.8) with ESMTP id JAA71372; Tue, 23 May 2000 09:11:17 +0100 (BST) (envelope-from dfr@nlsystems.com) Date: Tue, 23 May 2000 09:10:51 +0100 (BST) From: Doug Rabson To: Alexander Langer Cc: freebsd-alpha@freebsd.org Subject: Re: device ed (PCI) on alphas In-Reply-To: <20000523091416.B608@cichlids.cichlids.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 23 May 2000, Alexander Langer wrote: > Thus spake Doug Rabson (dfr@nlsystems.com): > > > > That definitely seems not good, so I replaced the PCI NICH with an old > > > ISA ed-board, and will port the driver today. > > Cool. > > Don't be so enthuseastic ;-) > For the ISA NICs I have the same problems. > > It starts with this: > int > ed_probe_generic8390(sc) > struct ed_softc *sc; > { > if ((inb(sc->nic_addr + ED_P0_CR) & > (ED_CR_RD2 | ED_CR_TXP | ED_CR_STA | ED_CR_STP)) != > (ED_CR_RD2 | ED_CR_STP)) > return (0); > > the inb(...) & vars is == 33, but should be 39. (decimal). I don't know what to suggest since I'm not familiar with the hardware. I think Warner Losh and Matt Dodd are our resident ed driver people. -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 20 8442 9037 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message