From owner-freebsd-bugs@FreeBSD.ORG Tue Dec 28 18:20:38 2004 Return-Path: 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 0460716A4CF for ; Tue, 28 Dec 2004 18:20:38 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94E3543D45 for ; Tue, 28 Dec 2004 18:20:32 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSIKWLe088098 for ; Tue, 28 Dec 2004 18:20:32 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iBSIKWNc088096; Tue, 28 Dec 2004 18:20:32 GMT (envelope-from gnats) Resent-Date: Tue, 28 Dec 2004 18:20:32 GMT Resent-Message-Id: <200412281820.iBSIKWNc088096@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gary Palmer Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6764016A4CE for ; Tue, 28 Dec 2004 18:15:28 +0000 (GMT) Received: from noop.colo.erols.net (noop.colo.erols.net [207.96.1.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id E13B143D2D for ; Tue, 28 Dec 2004 18:15:27 +0000 (GMT) (envelope-from freebsd-gnats@in-addr.com) Received: from uucp by noop.colo.erols.net with local-rmail (Exim 4.14) id 1CjLqL-000GnF-Dt for FreeBSD-gnats-submit@freebsd.org; Tue, 28 Dec 2004 13:13:13 -0500 Received: from gjp by rimmer.home.in-addr.com with local (Exim 4.43 (FreeBSD)) id 1CjLqC-0000Yo-2O for FreeBSD-gnats-submit@freebsd.org; Tue, 28 Dec 2004 18:13:04 +0000 Message-Id: Date: Tue, 28 Dec 2004 18:13:04 +0000 From: Gary Palmer To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/75582: Add support for Linksys PCMPC200 Cardbus card X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gary Palmer List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 18:20:38 -0000 >Number: 75582 >Category: kern >Synopsis: Add support for Linksys PCMPC200 Cardbus card >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Dec 28 18:20:32 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Gary Palmer >Release: FreeBSD 5.3-RELEASE i386 >Organization: >Environment: >Description: The Linksys PCMPC200 card can be used with the if_dc driver. This patch adds the needed code to recognise the card >How-To-Repeat: Plug in PCMPC200 card >Fix: (patch relative to 5.3-RELEASE) Index: sys/pci/if_dc.c =================================================================== RCS file: /home/ncvs/src/sys/pci/if_dc.c,v retrieving revision 1.148.2.2 diff -u -r1.148.2.2 if_dc.c --- sys/pci/if_dc.c 16 Oct 2004 00:53:44 -0000 1.148.2.2 +++ sys/pci/if_dc.c 24 Oct 2004 23:51:47 -0000 @@ -218,6 +218,8 @@ "Microsoft MN-130 10/100" }, { DC_VENDORID_MICROSOFT, DC_DEVICEID_MSMN130_FAKE, "Microsoft MN-130 10/100" }, + { DC_VENDORID_LINKSYS, DC_DEVICEID_PCMPC200, + "Linksys PCMPC200 10/100" }, { 0, 0, NULL } }; Index: sys/pci/if_dcreg.h =================================================================== RCS file: /home/ncvs/src/sys/pci/if_dcreg.h,v retrieving revision 1.42 diff -u -r1.42 if_dcreg.h --- sys/pci/if_dcreg.h 29 Jun 2004 20:38:44 -0000 1.42 +++ sys/pci/if_dcreg.h 19 Sep 2004 00:33:37 -0000 @@ -998,6 +998,18 @@ #define DC_DEVICEID_MSMN130_FAKE 0xFFF2 /* + * Linksys vendor ID + */ + +#define DC_VENDORID_LINKSYS 0x1737 + +/* + * Linksys device IDs. + */ + +#define DC_DEVICEID_PCMPC200 0xab08 + +/* * PCI low memory base and low I/O base register, and * other PCI registers. */ >Release-Note: >Audit-Trail: >Unformatted: