Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 May 2000 09:10:51 +0100 (BST)
From:      Doug Rabson <dfr@nlsystems.com>
To:        Alexander Langer <alex@big.endian.de>
Cc:        freebsd-alpha@freebsd.org
Subject:   Re: device ed (PCI) on alphas
Message-ID:  <Pine.BSF.4.21.0005230909580.73457-100000@salmon.nlsystems.com>
In-Reply-To: <20000523091416.B608@cichlids.cichlids.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




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