Bug 29415

Summary: PCI probing does not detect Aironet 350 PCI cards
Product: Base System Reporter: Bob Fleck <rfleck>
Component: kernAssignee: Brooks Davis <brooks>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Bob Fleck 2001-08-03 18:30:26 UTC
When booting with 'an' device support in the kernel, and a Cisco Aironet 350 PCI card installed, the PCI probe reports an unknown
PCI card with the Cisco vendor id, and the device code 0x0350.

Fix: I investigated OpenBSD's support for this card, and determined
that it works with the same drivers as the 4500/4800 Aironet
cards.  So, I just added the PCI device id to the probe.  It
appears to be working now.

Diff follows - should work with 4.3 drivers up through 5.0,
since this portion of the code is isolated from sections
that have been under development.
How-To-Repeat: Reboot:  it gives an unknown PCI device error every time.
Comment 1 Brooks Davis freebsd_committer freebsd_triage 2001-08-07 00:15:21 UTC
State Changed
From-To: open->closed

Committed similar patch to current. 


Comment 2 Brooks Davis freebsd_committer freebsd_triage 2001-08-07 00:15:21 UTC
Responsible Changed
From-To: freebsd-bugs->brooks


Committed fix.