From aperum@root-login.org  Sat Feb 22 05:36:11 2003
Return-Path: <aperum@root-login.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 26E4437B401
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 22 Feb 2003 05:36:11 -0800 (PST)
Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.183])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7721543F75
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 22 Feb 2003 05:36:10 -0800 (PST)
	(envelope-from aperum@root-login.org)
Received: from [212.227.126.161] (helo=mrelayng.kundenserver.de)
	by moutng.kundenserver.de with esmtp (Exim 3.35 #1)
	id 18mZp4-0002Pu-00
	for FreeBSD-gnats-submit@freebsd.org; Sat, 22 Feb 2003 14:36:10 +0100
Received: from [217.83.11.219] (helo=root-login.dyndns.org)
	by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1)
	id 18mZp3-0000FE-00
	for FreeBSD-gnats-submit@freebsd.org; Sat, 22 Feb 2003 14:36:09 +0100
Received: by root-login.dyndns.org (Postfix, from userid 1000)
	id DFA99774; Sat, 22 Feb 2003 14:35:58 +0100 (CET)
Message-Id: <20030222133558.DFA99774@root-login.dyndns.org>
Date: Sat, 22 Feb 2003 14:35:58 +0100 (CET)
From: Sascha <sascha@root-login.org>
Reply-To: Sascha <sascha@root-login.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: if_rl: Peppercon Realteak devices are not recognized		
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         48559
>Category:       kern
>Synopsis:       if_rl: Peppercon Realteak devices are not recognized
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 22 05:40:03 PST 2003
>Closed-Date:    Sun Feb 23 15:36:20 PST 2003
>Last-Modified:  Sun Feb 23 15:36:20 PST 2003
>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:
State-Changed-From-To: open->closed 
State-Changed-By: dan 
State-Changed-When: Sun Feb 23 15:35:57 PST 2003 
State-Changed-Why:  

Committed!  Thanks! 


http://www.freebsd.org/cgi/query-pr.cgi?pr=48559 
>Unformatted:
