Bug 16304

Summary: patch to add device ID to ep for 3c905b-TPC
Product: Base System Reporter: kbyanc <kbyanc>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.0-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description kbyanc 2000-01-22 20:10:00 UTC
	ep driver was not recognizing my old 3C905 ISA NIC. Determined
	that the driver didn't recognize the signature on my card, so I
	added it to the signature list in the driver. Unfortunately, I'm
	not 100% sure of the correct name of the card, but from the
	description of 3Com's web site, I believe it to be a 3C905B-TPC
	(twister pair + BNC connectors, no AUI).

	-Kelly

How-To-Repeat: 
	boot -current with a 3C905B-TPC card and it won't be probed.
Comment 1 Matthew N. Dodd freebsd_committer freebsd_triage 2000-01-23 08:25:57 UTC
State Changed
From-To: open->closed

Patch committed.  Thanks!