Date: Tue, 23 May 2000 09:14:16 +0200 From: Alexander Langer <alex@big.endian.de> To: Doug Rabson <dfr@nlsystems.com> Cc: freebsd-alpha@freebsd.org Subject: Re: device ed (PCI) on alphas Message-ID: <20000523091416.B608@cichlids.cichlids.com> In-Reply-To: <Pine.BSF.4.21.0005222052180.73457-100000@salmon.nlsystems.com>; from dfr@nlsystems.com on Mon, May 22, 2000 at 08:53:15PM %2B0100 References: <20000522120120.C809@cichlids.cichlids.com> <Pine.BSF.4.21.0005222052180.73457-100000@salmon.nlsystems.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000523091416.B608>