Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Feb 2009 14:52:56 GMT
From:      Alex Keda <admin@lissyara.su>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   kern/131933: Cannot detect Sony Ericsson GC89 EDGE/Wirelles LAN PC Card
Message-ID:  <200902211452.n1LEqudt028950@www.freebsd.org>
Resent-Message-ID: <200902211500.n1LF01mJ066712@freefall.freebsd.org>

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

>Number:         131933
>Category:       kern
>Synopsis:       Cannot detect Sony Ericsson GC89 EDGE/Wirelles LAN PC 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:   Sat Feb 21 15:00:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Alex Keda
>Release:        CURRENT
>Organization:
USSR
>Environment:
FreeBSD HP.lissyara.su 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Sat Feb 21 16:51:43 MSK 2009     lissyara@HP.lissyara.su:/usr/obj/usr/src/sys/my  amd64
>Description:
I have PCMCI card "Sony Ericsson GC89 EDGE/Wirelles LAN PC Card"
System incorect detect it:

none1@pci0:3:0:1:       class=0x070002 card=0x000318de chip=0x434414e4 rev=0x03 hdr=0x00
    vendor     = 'Broadcom Corporation'
    device     = 'EDGE/GPRS data and 802.11b/g combo cardbus [GC89]'
    class      = simple comms
    subclass   = UART
    bar   [10] = type I/O Port, range 32, base 0x1000, size 256, enabled

Feb 20 02:23:03 HP kernel: cardbus0: <network> at device 0.0 (no driver attached)
Feb 20 02:23:03 HP kernel: cardbus0: <simple comms, UART> at device 0.1 (no driver attached)
>How-To-Repeat:
Insert card to slot
>Fix:
add it string:
{ 0x14e4, 0x4344, 0xffff, 0, "Sony Ericsson GC89 PC Card", 0x10},
to file
sys/dev/uart/uart_bus_pci.c
After, it:
cardbus0: <network> at device 0.0 (no driver attached)
uart4: <16550 or compatible> port 0x1000-0x10ff irq 20 at device 0.1 on cardbus0
uart4: [FILTER]

=========
P.S.
For Broadcomm Wirelles Network - http://paradox.lissyara.su/bwi.02c.tar.bz2 - nice work

Patch attached with submission follows:

--- sys/dev/uart/uart_bus_pci.c.orig	2009-02-11 03:08:03.000000000 +0300
+++ sys/dev/uart/uart_bus_pci.c	2009-02-21 17:49:29.000000000 +0300
@@ -111,6 +111,7 @@
 	0x10, 16384000 },
 { 0x151f, 0x0000, 0xffff, 0, "TOPIC Semiconductor TP560 56k modem", 0x10 },
 { 0xdeaf, 0x9051, 0xffff, 0, "Middle Digital PC Weasel Serial Port", 0x10 },
+{ 0x14e4, 0x4344, 0xffff, 0, "Sony Ericsson GC89 PC Card", 0x10},
 { 0xffff, 0, 0xffff, 0, NULL, 0, 0}
 };
 


>Release-Note:
>Audit-Trail:
>Unformatted:



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