Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 May 2001 16:10:03 -0700 (PDT)
From:      "Matthew Emmerton" <matt@gsicomp.on.ca>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/25640: DLink DFE-530TX+ cards are not recognized by the kernel
Message-ID:  <200105242310.f4ONA3798432@freefall.freebsd.org>

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

From: "Matthew Emmerton" <matt@gsicomp.on.ca>
To: <freebsd-gnats-submit@FreeBSD.org>,
	<william.carrel@infospace.com>
Cc:  
Subject: Re: kern/25640: DLink DFE-530TX+ cards are not recognized by the kernel
Date: Thu, 24 May 2001 19:01:55 -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/25566 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.f4ONA3798432>