From owner-freebsd-bugs@FreeBSD.ORG Sat Feb 21 15:00:01 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9171E106566B for ; Sat, 21 Feb 2009 15:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 684F38FC14 for ; Sat, 21 Feb 2009 15:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n1LF01Ro066713 for ; Sat, 21 Feb 2009 15:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n1LF01mJ066712; Sat, 21 Feb 2009 15:00:01 GMT (envelope-from gnats) Resent-Date: Sat, 21 Feb 2009 15:00:01 GMT Resent-Message-Id: <200902211500.n1LF01mJ066712@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alex Keda Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE7CC106564A for ; Sat, 21 Feb 2009 14:52:56 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id BC14E8FC0A for ; Sat, 21 Feb 2009 14:52:56 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n1LEquod028951 for ; Sat, 21 Feb 2009 14:52:56 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n1LEqudt028950; Sat, 21 Feb 2009 14:52:56 GMT (envelope-from nobody) Message-Id: <200902211452.n1LEqudt028950@www.freebsd.org> Date: Sat, 21 Feb 2009 14:52:56 GMT From: Alex Keda To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: kern/131933: Cannot detect Sony Ericsson GC89 EDGE/Wirelles LAN PC Card X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2009 15:00:02 -0000 >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: at device 0.0 (no driver attached) Feb 20 02:23:03 HP kernel: cardbus0: 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: 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: