Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R. Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 08/07/1998 18:30:19
Module Name:	src
Committed By:	thorpej
Date:		Sat Aug  8 01:30:19 UTC 1998

Modified Files:
	src/sbin/ifconfig: ifconfig.c
Log Message:
Completely rewrite the engine that sets media and media options.  Previous
code would hit the interface multiple times.  Now, all media and media
options are gathered and processed at once, hitting the interface only
once (except to grab the currently selected media exactly once; there is
no way to avoid that).