Date: Sat, 1 Feb 2003 23:46:46 +0900 (JST) From: genta@iri.co.jp (IHA, genta) To: FreeBSD-gnats-submit@FreeBSD.org Cc: genta@iri.co.jp Subject: kern/47786: patch for BUFFALO LPC3-CLX 10/100Base-T PC-Card (if_ed_pccard.c, pccarddevs) Message-ID: <20030201144646.653416C2327@mail.teeda.jp>
next in thread | raw e-mail | index | archive | help
>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 <genta@iri.co.jp>
>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: <unknown card> (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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030201144646.653416C2327>
