Subject: Re: port-i386/10634: 802.11 cards not configured
To: Bernd Ernesti <netbsd@arresum.inka.de>
From: Jason R Thorpe <thorpej@zembu.com>
List: netbsd-bugs
Date: 07/19/2000 16:39:28
On Wed, Jul 19, 2000 at 09:47:52PM +0200, Bernd Ernesti wrote:

 > > Some degree of configuration is required.
 > 
 > Just create a /etc/netstart.local:
 > 
 > #!/bin/sh

Actually, all this should be added to ifconfig(8).

 > 
 > ifaces=`/sbin/ifconfig -l`
 > 
 > case "$1" in
 > 	start)
 > 		for tmp in $ifaces; do
 > 			case "$tmp" in
 > 			wi*|awi*)
 > 				/usr/sbin/wiconfig $tmp -p 1
 > 				;;
 > 			*)
 > 				;;
 > 			esac
 > 		done
 > 	;;
 > easc
 > 
 > Bernd
 > 
 > 

-- 
        -- Jason R. Thorpe <thorpej@zembu.com>