Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jun 2002 09:36:53 -0400 (EDT)
From:      Andrew Gallatin <gallatin@cs.duke.edu>
To:        Terry Lambert <tlambert2@mindspring.com>
Cc:        freebsd-hackers@freebsd.org
Subject:   Re: allocating memory
Message-ID:  <15615.25973.556463.119216@grasshopper.cs.duke.edu>
In-Reply-To: <3CFF4FE8.86C44C31@mindspring.com>
References:  <3CFEEB99.AEDC5DB9@math.missouri.edu> <3CFF2780.FAD81226@mindspring.com> <20020606122702.A81113@energyhq.homeip.net> <3CFF4FE8.86C44C31@mindspring.com>

next in thread | previous in thread | raw e-mail | index | archive | help

Terry Lambert writes:
 > now that HP owns what Intel didn't already own.  The FreeBSD Alpha
 > port (which *is* complete) unfortunately can't handle more than 2G
 > of RAM (apparently, this has to do with the I/O architecture issues
 > that have yet to be resolved completely, by way of code changes
 > that *should* happen, but haven't, because the i386 doesn't need
 > them to happen).

The only known problem is nearly all PCI network drivers don't use
busdma (disk controllers already use busdma).  If you're willing to
use a crappy ISA nic which either uses busdma or just does PIO, you
should be fine.  

(newer alphas also have a "monster window" for 64-bit pci dma; we
don't use this currently)

I've never been motivated to work on this because none of the alphas
in my care have ever had more memory than the direct mapped DMA window
size. (2GB some places, 1GB other places).

The sparc64 guys had the (good?) fortune of having to write a driver
for the most common nic on their platform, so they did it right.


Drew


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




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