Subject: Re: you can't get there from here
To: Andrew Gillham <gillham@vaultron.com>
From: Andy Michaels <lego@apollo.gti.net>
List: port-dreamcast
Date: 07/31/2001 00:59:56
Cool, actually, I started snooping around and discovered how to set it
myself (a testament to the quality of the documentation of NetBSD)  I'll
give it a shot.  thanks again,

andy

/*
** A N D Y . M I C H A E L S
**
** L E G O  AT  G T I  DOT  N E T
**
** http://www.gti.net/lego
*/

On Mon, 30 Jul 2001, Andrew Gillham wrote:

> 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
>