Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Feb 2003 14:35:58 +0100 (CET)
From:      Sascha <sascha@root-login.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   kern/48559: if_rl: Peppercon Realteak devices are not recognized		
Message-ID:  <20030222133558.DFA99774@root-login.dyndns.org>

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

>Number:         48559
>Category:       kern
>Synopsis:       if_rl: Peppercon Realteak devices are not recognized
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 22 05:40:03 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Sascha Holzleiter
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD mother.chief.home 4.7-STABLE FreeBSD 4.7-STABLE #0: Sun Feb 9 22:00:33 CET 2003 root@mother.chief.home:/usr/obj/usr/src/sys/HOTKERN i386


>Description:
	Peppercon (Realtek) NICs aren't recognized because they have a seperate Vendor-ID

	There are also drivers from Peppercon available (http://peppercon.com/support/drivers.html)
	with support for the ROL-F and a possible watchdog but i think it is enough if the 
	NICs are recognized as rl devices
	
>How-To-Repeat:
	Insert a Peppercon ROLF NIC and see :)
>Fix:

Add the appropriate vendor-ids to the realtek drivers:

if_rl.c :

       { PEPPERCON_VENDORID, PEPPERCON_DEVICEID_ROLF,
              "Peppercon AG ROL/F" },

if_rlreg.h :

#define PEPPERCON_VENDORID                      0x1743
#define PEPPERCON_DEVICEID_ROLF                 0x8139


>Release-Note:
>Audit-Trail:
>Unformatted:

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?20030222133558.DFA99774>