From owner-freebsd-alpha Tue May 23 0:14:31 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from mail.surf1.de (mail.surf1.de [194.25.165.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C36E37BC82 for ; Tue, 23 May 2000 00:14:19 -0700 (PDT) (envelope-from alex@cichlids.com) Received: from cichlids.com (p3E9D38AD.dip0.t-ipconnect.de [62.157.56.173]) by mail.surf1.de (8.9.3/8.9.3) with ESMTP id JAA02847; Tue, 23 May 2000 09:13:58 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by cichlids.com (Postfix) with ESMTP id C52E7AC2C; Tue, 23 May 2000 09:14:47 +0200 (CEST) Received: (from alex@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id JAA04003; Tue, 23 May 2000 09:14:16 +0200 (CEST) (envelope-from alex) Date: Tue, 23 May 2000 09:14:16 +0200 From: Alexander Langer To: Doug Rabson Cc: freebsd-alpha@freebsd.org Subject: Re: device ed (PCI) on alphas Message-ID: <20000523091416.B608@cichlids.cichlids.com> References: <20000522120120.C809@cichlids.cichlids.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from dfr@nlsystems.com on Mon, May 22, 2000 at 08:53:15PM +0100 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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). Alex -- I need a new ~/.sig. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message