Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 May 2000 20:10:03 -0700 (PDT)
From:      kondo hiroshi <kondo@ysyslab.co.jp>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/18526: mx does not receive ethernet broadcast packet
Message-ID:  <200005220310.UAA34291@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/18526; it has been noted by GNATS.

From: kondo hiroshi <kondo@ysyslab.co.jp>
To: freebsd-gnats-submit@FreeBSD.org, yab@astem.or.jp
Cc:  
Subject: Re: kern/18526: mx does not receive ethernet broadcast packet
Date: Mon, 22 May 2000 12:04:48 +0900

 sorry. little bug.
 
 =====================================================================
 diff -u pci.old/if_dc.c pci/if_dc.c
 --- pci.old/if_dc.c	Fri May 19 19:46:42 2000
 +++ pci/if_dc.c	Mon May 22 09:40:40 2000
 @@ -1343,6 +1345,9 @@
  			if (t->dc_did == DC_DEVICEID_98713_CP &&
  			    rev >= DC_REVISION_98713A)
  				t++;
 +			if (t->dc_did == DC_DEVICEID_987x5)
 +			  if (rev != DC_REVISION_98715AEC)
 +				t++;
  			if (t->dc_did == DC_DEVICEID_987x5 &&
  			    rev >= DC_REVISION_98725)
  				t++;
 =====================================================================
 
 
 
 ------------------------------------------------------------
 kondo hiroshi   Email   kondo@ysyslab.co.jp
                 WWW     http://www.ysyslab.co.jp/~kondo/
                 TEL     045-682-4800        FAX 045-682-4801
 
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005220310.UAA34291>