From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Fri, 29 Apr 2005 15:28:23 -0600 From: "Ronald G. Minnich" To: 9fans@cse.psu.edu Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: [9fans] forgot to mention ts7200 is working Topicbox-Message-UUID: 434b5778-ead0-11e9-9d60-3106f5b1d025 this is the ep93xx core. it all seems to be working with cache etc. Due to the fact that phsyical memory is 4 segemnts at present only 16 MB of 32MB is usable. I'll drop the code on sources in a bit, when I'm sure it's reasonably reliable. Sorry folks, but the eth driver is derived from linux code, hence GPL. ah! wail! gnash teeth! you call can rewrite it if you wish :-) I also include a modified xalloc.c that lets you allocate "flavors" of memory, e.g. uncached and cached regions. This may be handy at some point, esp. when we get to 64-bit machines where at minimum you needed "low 4G" and "above4G" flavors of memory. At least I think it will, who knows. ron