Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Dec 2000 12:50:15 +0900 (JST)
From:      kaho@elam.kais.kyoto-u.ac.jp
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   kern/23344: New PnP ID of a PCMCIA Adapter
Message-ID:  <200012070350.eB73oFB75168@elam.kais.kyoto-u.ac.jp>
Resent-Message-ID: <200012070400.eB7402V52914@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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: <Vadem 469> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200012070350.eB73oFB75168>