Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Feb 2000 22:41:08 -0800
From:      Mike Smith <msmith@freebsd.org>
To:        Doug Rabson <dfr@nlsystems.com>
Cc:        Mike Smith <msmith@freebsd.org>, Vladimir Kravchuk <adm@smr.ru>, alpha@freebsd.org
Subject:   Re: DAC1164P-driver 
Message-ID:  <200002280641.WAA06055@mass.cdrom.com>
In-Reply-To: Your message of "Sun, 27 Feb 2000 14:58:13 GMT." <Pine.BSF.4.21.0002271456400.8714-100000@salmon.nlsystems.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
> On Thu, 24 Feb 2000, Mike Smith wrote:
> 
> > > Hello,Mike.
> > > I need DAC1164P driver for FreeBSD on Alpha UP2000/DP264.
> > > Can I get this driver from you?
> > > DAC960 driver (mlx) don't work on my platform.
> > > Last messages are:
> > > -------------------------------------------------------------------
> > > .
> > > .
> > > .
> > > pcib2: <DEC 21154 PCI-PCI bridge> at device 7.0 on pci0
> > > pci2: <PCI bus> on pcib2
> > > mlx0: <Mylex version 5 RAID interface> port 0x10000-0x1007f mem
> > > 0x40000000-0x43ffffff,
> > > 0x2010000-0x201007f irq 31 at device 8.0 on pci2
> > > mlx0: interrupting at TSUNAMI irq 31
> > 
> > I've just spent the day playing with this, and it looks like the Mylex 
> > controllers and Alpha systems just don't get along right now.
> > 
> > The 1164 doesn't even acknowledge being reset, and it won't take commands 
> > eiter.  I'm not sure whose fault this is yet, but for now I think I need 
> > to take these out of the Alpha build.
> 
> Can this driver use mmio instead of portio to driver the card? I'm
> suspicious about the port ranges (>65535) and I think that the ppb doesn't
> support port numbers in this range.

Hmm.  It _should_ actually only be using memory I/O anyway:

    /* type 3 adapters have an I/O region we don't use at base 0 */
    rid = (sc->mlx_iftype == MLX_IFTYPE_3) ? MLX_CFG_BASE1 : MLX_CFG_BASE0;
    sc->mlx_mem = bus_alloc_resource(dev, SYS_RES_MEMORY, &rid, 0, ~0, 1, RF_ACTIVE);

(the 1164 is a MLX_IFTYPE_5 adapter)

-- 
\\ Give a man a fish, and you feed him for a day. \\  Mike Smith
\\ Tell him he should learn how to fish himself,  \\  msmith@freebsd.org
\\ and he'll hate you for a lifetime.             \\  msmith@cdrom.com




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?200002280641.WAA06055>