From owner-freebsd-bugs Sat Feb 1 6:50: 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 7AA8337B401 for ; Sat, 1 Feb 2003 06:50:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89FF443F43 for ; Sat, 1 Feb 2003 06:50:01 -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 h11Eo1NS092041 for ; Sat, 1 Feb 2003 06:50:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h11Eo1Wp092040; Sat, 1 Feb 2003 06:50:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4151E37B401 for ; Sat, 1 Feb 2003 06:46:48 -0800 (PST) Received: from mail.teeda.jp (fudyeen.teeda.jp [210.150.179.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 851A543F75 for ; Sat, 1 Feb 2003 06:46:47 -0800 (PST) (envelope-from genta@teeda.jp) Received: by mail.teeda.jp (Postfix, from userid 1001) id 653416C2327; Sat, 1 Feb 2003 23:46:46 +0900 (JST) Message-Id: <20030201144646.653416C2327@mail.teeda.jp> Date: Sat, 1 Feb 2003 23:46:46 +0900 (JST) From: genta@iri.co.jp (IHA, genta) Reply-To: genta@iri.co.jp (IHA, genta) To: FreeBSD-gnats-submit@FreeBSD.org Cc: genta@iri.co.jp X-Send-Pr-Version: 3.113 Subject: kern/47786: patch for BUFFALO LPC3-CLX 10/100Base-T PC-Card (if_ed_pccard.c, pccarddevs) 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: 47786 >Category: kern >Synopsis: patch for BUFFALO LPC3-CLX 10/100Base-T PC-Card (if_ed_pccard.c, pccarddevs) >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Feb 01 06:50:00 PST 2003 >Closed-Date: >Last-Modified: >Originator: IHA, genta >Release: FreeBSD 5.0-CURRENT i386 >Organization: Internet Research Institute, Inc. >Environment: System: FreeBSD bonnet 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sat Feb 1 21:19:34 JST 2003 root@bonnet:/usr/obj/usr/src/sys/BONNET i386 and 5.0-RELEASE. >Description: In NEWCARD environment, cannot use BUFFALO LPC3-CLX 10/100Base-T PC-Card. Because the entry for this card is not included in; sys/dev/pccard/pccarddevs sys/dev/ed/if_ed_pcmcia.c dmesg output; pccard0: (manufacturer=0x026f, product=0x0301) at function 0 pccard0: CIS info: BUFFALO, LPC3-CLX, R01 >How-To-Repeat: Insert BUFFALO LPC3-CLX 10/100Base-T PC-Card into PC. >Fix: 1. Apply patch attached below. 2. cd src/sys/dev/pccard; make -f Makefile.pccarddevs 3. Rebuild kernel. *** sys/dev/pccard/pccarddevs.orig Sat Feb 1 15:31:46 2003 --- sys/dev/pccard/pccarddevs Sat Feb 1 15:33:44 2003 *************** *** 166,171 **** --- 166,172 ---- product BREEZECOM BREEZENET 0x0102 BreezeCOM BreezeNET /* BUFFALO */ + product BUFFALO LPC3_CLX 0x0301 BUFFALO LPC3-CLX Ethernet Adapter product BUFFALO WLI_PCM_S11 0x0305 BUFFALO AirStation 11Mbps WLAN product BUFFALO LPC_CF_CLT 0x0307 BUFFALO LPC-CF-CLT product BUFFALO LPC3_CLT 0x030a BUFFALO LPC3-CLT Ethernet Adapter *** sys/dev/ed/if_ed_pccard.c.orig Sat Feb 1 15:34:39 2003 --- sys/dev/ed/if_ed_pccard.c Sat Feb 1 15:37:14 2003 *************** *** 289,294 **** --- 289,296 ---- -1, { 0x00, 0x10, 0xa4 } }, { PCMCIA_CARD(MELCO, LPC3_TX, 0), -1, { 0x00, 0x40, 0x26 }, NE2000DVF_AX88190 }, + { PCMCIA_CARD(BUFFALO, LPC3_CLX, 0), + -1, { 0x00, 0x40, 0x26 }, NE2000DVF_AX88190 }, { PCMCIA_CARD(BUFFALO, LPC3_CLT, 0), -1, { 0x00, 0x07, 0x40 } }, { PCMCIA_CARD(BUFFALO, LPC_CF_CLT, 0), >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message