From owner-freebsd-bugs Wed Dec 6 20: 0: 7 2000 From owner-freebsd-bugs@FreeBSD.ORG Wed Dec 6 20:00:02 2000 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1ECE037B401 for ; Wed, 6 Dec 2000 20:00:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB7402V52914; Wed, 6 Dec 2000 20:00:02 -0800 (PST) (envelope-from gnats) Resent-Date: Wed, 6 Dec 2000 20:00:02 -0800 (PST) Resent-Message-Id: <200012070400.eB7402V52914@freefall.freebsd.org> Resent-From: gnats-admin@FreeBSD.org (GNATS Management) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: gnats-admin@FreeBSD.org, kaho@elam.kais.kyoto-u.ac.jp Received: from elam.kais.kyoto-u.ac.jp (elam.kais.kyoto-u.ac.jp [130.54.60.9]) by hub.freebsd.org (Postfix) with ESMTP id 3D3E537B400 for ; Wed, 6 Dec 2000 19:50:17 -0800 (PST) Received: (from kaho@localhost) by elam.kais.kyoto-u.ac.jp (8.11.1/8.11.1) id eB73oFB75168; Thu, 7 Dec 2000 12:50:15 +0900 (JST) (envelope-from kaho) Message-Id: <200012070350.eB73oFB75168@elam.kais.kyoto-u.ac.jp> Date: Thu, 7 Dec 2000 12:50:15 +0900 (JST) From: kaho@elam.kais.kyoto-u.ac.jp Reply-To: kaho@elam.kais.kyoto-u.ac.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/23344: New PnP ID of a PCMCIA Adapter Resent-Sender: gnats@FreeBSD.org Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 23344 >Category: kern >Synopsis: no data in the PnP ID database >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Dec 06 20:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Kaho Toshikazu >Release: FreeBSD 4.2-STABLE i386 >Organization: Kyoto University, Japan >Environment: I have a PnP PCMCIA adapter, which product name is "SCM SwapBox Classic X2P". The "pnpinfo" command output is here. ---- Checking for Plug-n-Play devices... Card assigned CSN #1 Vendor ID SCM0469 (0x69046d4c), Serial Number 0xb2c1c8e5 PnP Version 1.0, Vendor Version 0 Device Description: SCM SwapBox Plug and Play Logical Device ID: SCM0469 0x69046d4c #0 Vendor register funcs 00 I/O Range 0x3e0 .. 0x3fe, alignment 0x2, len 0x2 [16-bit addr] End Tag Successfully got 4 resources, 1 logical fdevs -- card select # 0x0001 CSN SCM0469 (0x69046d4c), Serial Number 0xb2c1c8e5 Logical device #0 IO: 0x03e0 0x03e0 0x03e0 0x03e0 0x03e0 0x03e0 0x03e0 0x03e0 IRQ 0 0 DMA 4 4 IO range check 0x00 activate 0x01 ---- >Description: This adapter was operating on FreeBSD 3.x, but is not recginized by FreeBSD 4.2-STABLE. >How-To-Repeat: >Fix: This patch makes it perform. I can use now WaveLan card "MELCO WLI-PCM-L11"(wi0) with it. The dmesg is this: "pcic0: at port 0x3e0-0x3e1 on isa0". --- dev/pcic/i82365reg.h~ Sun Oct 15 13:12:41 2000 +++ dev/pcic/i82365reg.h Wed Dec 6 17:16:08 2000 @@ -350,2 +350,3 @@ #define PCIC_PNP_ACTIONTEC 0x1802A904 /* AEI0218 */ #define PCIC_PNP_SCM_SWAPBOX 0x1802A904 /* SCM0469 */ +#define PCIC_PNP_SCM_SWAPBOX2 0x69046d4c --- pccard/pcic.c~ Sun Oct 15 13:12:43 2000 +++ pccard/pcic.c Wed Dec 6 17:40:21 2000 @@ -90,4 +90,5 @@ {PCIC_PNP_ACTIONTEC, NULL}, /* AEI0218 */ {PCIC_PNP_SCM_SWAPBOX, NULL}, /* SCM0469 */ + {PCIC_PNP_SCM_SWAPBOX2, NULL}, {0} }; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message