Subject: Re: if_ep semantics change.
To: None <current-users@sun-lamp.cs.berkeley.edu, hpeyerl@sun-lamp.cs.berkeley.edu>
From: Theo Deraadt <deraadt@fsa.ca>
List: current-users
Date: 02/04/1994 00:03:39
>I've just modified if_ep to hopefully fix the problems people were having
>with using the 10BaseT port.

thanks herb! :-)

>ifconfig -llc0 will give you BNC as usual. (this is the default)
>ifconfig llc0 will give you AUI.
>ifconfig llc0 llc1 will give you UTP.

Things have changed in ifconfig over the last while. We no longer
use "llc", we use "link". So:

	-link0			BNC	(default)
	link0			AUI
	link0 link1		UTP

A man page should be written for this. I might make a start at
it... no promises (Herb: beat on me till I do).

------------------------------------------------------------------------------