Bug 43800

Summary: Belkin 10/100 Base-TX PCMCIA card not recognized...
Product: Base System Reporter: Brad Knowles <brad>
Component: confAssignee: Warner Losh <imp>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description Brad Knowles 2002-10-07 23:40:00 UTC
Belkin F5D5020 16-bit PCMCIA card is not recognized in /etc/defaults/pccard.conf.  According to all sources I can find, this is an NE2000 clone.

Fix: 

Put in /etc/pccard.conf:

card "Belkin" "F5D5020-PCMCIA-Network-Card"
	config auto "ed" ?
	logstr "Belkin F5D5020 NE2000-compatible card"
	insert /etc/pccard_ether $device start
	remove /etc/pccard_ether $device stop


However, while this appears to work, it also seems to generate IRQ conflicts with a cisco AiroNet 350 802.11b WiFi WLAN card, so I'm going to see if I can come up with a better configuration that avoids this problem.
How-To-Repeat: Put in card, get error:

No card in database for "Belkin"("F5D5020-PCMCIA-Network-Card")
Comment 1 Kris Kennaway freebsd_committer freebsd_triage 2003-07-13 00:44:16 UTC
Responsible Changed
From-To: freebsd-bugs->imp

Assign to pccard maintainer
Comment 2 Warner Losh freebsd_committer freebsd_triage 2004-06-29 16:10:35 UTC
State Changed
From-To: open->closed

This has already been integrated.