Subject: Re: you can't get there from here
To: Andy Michaels <lego@apollo.gti.net>
From: Andrew Gillham <gillham@vaultron.com>
List: port-dreamcast
Date: 07/30/2001 19:52:46
On Tue, Jul 31, 2001 at 12:41:00AM -0400, Andy Michaels wrote:
> nope, didn't try that.  How would one go about hardcoding the interface to
> 10Mbit?  Thanks,
> 
> Andy

If the server is NetBSD use: 'ifconfig xyz0 media utp'
Actually utp is an alias for '10baseT', but you can look at the possible
media types with 'ifconfig -m xyz0'.
You can see what media is currently in use by looking at the line that begins
with 'media:' and look for the value inside the parentheses.
e.g.: 
	media: Ethernet autoselect (100baseTX full-duplex)

This is in auto-negotiation mode and has negotiated 100Mbit/s full-duplex with
the other end.

-Andrew