Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 May 2001 16:10:04 -0700 (PDT)
From:      "Matthew Emmerton" <matt@gsicomp.on.ca>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/25566: [PATCH] Missing PCI Id's for DLink DFE-538TX ethernet card
Message-ID:  <200105242310.f4ONA4298437@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

The following reply was made to PR kern/25566; it has been noted by GNATS.

From: "Matthew Emmerton" <matt@gsicomp.on.ca>
To: <freebsd-gnats-submit@FreeBSD.org>, <seva@sevasoft.kiev.ua>
Cc:  
Subject: Re: kern/25566: [PATCH] Missing PCI Id's for DLink DFE-538TX ethernet card
Date: Thu, 24 May 2001 19:02:17 -0400

 Since the DFE-530TX+ and the DFE-538TX have the SAME device IDs (but
 different subsystem IDs, which we don't check for), both the patch here and
 in kern/25640 need a slight bit of munging.
 
 In if_rl.c, use "DLINK_DEVICEID_530TXPLUS_OR_538" instead of
 "DLINK_DEVICEID_530TXPLUS"
 In if_rl.c, print "D-Link 530TX+ or 538 10/100BaseTX" instead of "D-Link
 530TX+"
 In if_rl.h, use "DLINK_DEVICEID_530TXPLUS_OR_538" instead of
 "DLINK_DEVICEID_530TXPLUS"
 
 --
 Matt Emmerton
 
 

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?200105242310.f4ONA4298437>