Bug 19365

Summary: lnc1 is not worked with Am79C973
Product: Base System Reporter: SGU03026 <SGU03026>
Component: i386Assignee: Gary Jennejohn <gj>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 3.3-RELEASE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff
none
file.diff none

Description SGU03026 2000-06-18 15:40:00 UTC
	lnc1 is not worked with HITACHI FLORA270SX's internal NIC.
	That use Am79C973 chip. But if_lnc.c and if_lnc.h are not
	supported it's chip-ID.

Fix: To support Am79C973's chip-ID.

#Patch for if_lnc.c	
---->start---->start---->start---->staet----->
#Patch for if_lnc.h
---->start---->start---->start---->staet----->
How-To-Repeat: 
	Setup FreeBSD 3.3-RELEASE i386 on FLORA270SX.
Comment 1 Johan Karlsson freebsd_committer freebsd_triage 2000-10-12 20:39:24 UTC
Responsible Changed
From-To: freebsd-bugs->gj

Gary, you committed a similar patch in  
rev 1.5 dev/lnc/if_lnc_isa.c 
rev 1.68.2.2 i386/isa/if_lnc.c 
rev 1.14.2.1 i386/isa/if_lnc.h 
rev 1.19 dev/lnc/if_lncvar.h 
However in this PR there are some changes for Am79C975  
Can you please have a look at it.
Comment 2 Gary Jennejohn freebsd_committer freebsd_triage 2001-03-04 12:18:10 UTC
State Changed
From-To: open->closed

Patch applied, thanks ! Sorry for taking so long to do this. 

NOTE: I don't consider it necessary to apply this to HEAD or RELENG_4 since 
they both have the pcn driver which already supports these chips, is 
better maintained and generally superior to lnc, IMHO.