Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 07/05/1996 20:10:02
abrown
Fri Jul  5 20:01:36 EDT 1996
Update of /a/cvsroot/src/sys/arch/sparc/dev
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv25985

Modified Files:
	if_le.c 
Log Message:
Take advantage of new am7990 sc_nocarrier() function in order to do auto-
matic media detection on Sun4m machines which support multiple media
(UTP and AUI). New function lenocarrier() switches media type when called
if no link? flags are set.

Redefine link flags for Lance ethernet (le):
	<none>:	switch between media as needed to find carrier (autodetect)
		Preference to whatever the PROM is using (AUI if not booted
		from the network)
	link0:	use UTP port only
	link1:	use AUI port only

This allows Sun4m machines with dual media Lance ethernet adapters to 
boot from the network on the UTP port.


abrown
Fri Jul  5 20:08:42 EDT 1996
Update of /a/cvsroot/src/share/man/man4/man4.sparc
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv26103

Modified Files:
	le.4 
Log Message:
Update Lance ethernet manpage to match current reality of link? flags:
	-link0 -link1:	autodetect cable type
	link0:	use UTP
	link1:	use AUI