From owner-freebsd-bugs Sat Feb 22 5:40: 6 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93C1D37B401 for ; Sat, 22 Feb 2003 05:40:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90A6743FCB for ; Sat, 22 Feb 2003 05:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h1MDe3NS041793 for ; Sat, 22 Feb 2003 05:40:03 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h1MDe3Nf041792; Sat, 22 Feb 2003 05:40:03 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26E4437B401 for ; 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 ; 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 Reply-To: Sascha To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/48559: if_rl: Peppercon Realteak devices are not recognized Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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