Bug 19719

Summary: pccard_ether lacks the start_if hooks as used in rc.network
Product: Base System Reporter: adrian <adrian>
Component: binAssignee: Warner Losh <imp>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.0-STABLE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description adrian 2000-07-06 00:40:00 UTC
	/etc/pccard_ether does not look for start_if.* scripts for each 
	configured interface as is done in rc.network.  This is needed
	for devices like the Aironet wireless NIC's, because you need
	to set some device options, .e.g. SSID or ad-hoc/infrastructure 
	mode, before you can begin talking to the remote end.

Fix: Apply this patch which makes pccard_ether look for a start_if.*
	script for pre-ifconfig device settings in the same manner 
	as rc.network.
How-To-Repeat: 
	Try using an Aironet PCCARD where the default device options are
	not usable.
Comment 1 Sheldon Hearn freebsd_committer freebsd_triage 2000-07-06 12:01:36 UTC
Responsible Changed
From-To: freebsd-bugs->imp

Over to the pccard maintainer.
Comment 2 Warner Losh freebsd_committer freebsd_triage 2001-11-15 06:03:01 UTC
State Changed
From-To: open->closed

It appears that it does now.