From owner-freebsd-bugs@FreeBSD.ORG Sat Jan 12 18:30:01 2008 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 D688716A468 for ; Sat, 12 Jan 2008 18:30: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 9E7B213C448 for ; Sat, 12 Jan 2008 18:30: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.2/8.14.2) with ESMTP id m0CIU1ld009764 for ; Sat, 12 Jan 2008 18:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m0CIU1Bl009761; Sat, 12 Jan 2008 18:30:01 GMT (envelope-from gnats) Resent-Date: Sat, 12 Jan 2008 18:30:01 GMT Resent-Message-Id: <200801121830.m0CIU1Bl009761@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, Joe Greco Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5104B16A418 for ; Sat, 12 Jan 2008 18:27:28 +0000 (UTC) (envelope-from jgreco@aurora.sol.net) Received: from mail1.sol.net (mail1.sol.net [206.55.64.72]) by mx1.freebsd.org (Postfix) with ESMTP id 8C5FA13C442 for ; Sat, 12 Jan 2008 18:27:22 +0000 (UTC) (envelope-from jgreco@aurora.sol.net) Received: from aurora.sol.net (aurora.sol.net [206.55.65.130]) by mail1.sol.net (8.11.0/8.11.0/SNNS-1.04) with ESMTP id m0CHJGZ12129 for ; Sat, 12 Jan 2008 11:19:26 -0600 (CST) Received: (from jgreco@localhost) by aurora.sol.net (8.12.8p1/8.12.9/Submit) id m0CHJ4li007860; Sat, 12 Jan 2008 11:19:04 -0600 (CST) Message-Id: <200801121719.m0CHJ4li007860@aurora.sol.net> Date: Sat, 12 Jan 2008 11:19:04 -0600 (CST) From: Joe Greco To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: kern/119606: PCMCIA card not attached to driver X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Joe Greco List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jan 2008 18:30:01 -0000 >Number: 119606 >Category: kern >Synopsis: PCMCIA card not attached to driver >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jan 12 18:30:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Joe Greco >Release: FreeBSD 6.3-RC2 i386 >Organization: sol.net Network Services - Solaria Public Access UNIX >Environment: System: FreeBSD 6.3-RC2 i386, GENERIC kernel >Description: Sony Ericsson GC89 Wifi/EDGE/GPRS card not attached to driver upon insertion. >How-To-Repeat: Insert Sony Ericsson GC89 cellular data card (T-Mobile, Rogers, etc). Note sad kernel messages. >Fix: WiFi looks to be a lost cause (closed-source driver?), however, basic communications with the GC89 can be accomplished via sio driver. The following patch modifies sio_pci.c to recognize the GC89's serial port. It also corrects a labelling error for the GC79 support in the line above; the GC79 is an 802.11b-only card. *** usr/src/sys/dev/sio/sio_pci.c.fcs Sat May 28 23:42:25 2005 --- usr/src/sys/dev/sio/sio_pci.c Sat Jan 12 00:19:23 2008 *************** *** 77,83 **** { 0x7101135e, "SeaLevel Ultra 530.PCI Single Port Serial", 0x18 }, { 0x0000151f, "SmartLink 5634PCV SurfRider", 0x10 }, { 0x0103115d, "Xircom Cardbus modem", 0x10 }, ! { 0x432214e4, "Broadcom 802.11g/GPRS CardBus (Serial)", 0x10 }, { 0x01c0135c, "Quatech SSCLP-200/300", 0x18 /* * NB: You must mount the "SPAD" jumper to correctly detect --- 77,84 ---- { 0x7101135e, "SeaLevel Ultra 530.PCI Single Port Serial", 0x18 }, { 0x0000151f, "SmartLink 5634PCV SurfRider", 0x10 }, { 0x0103115d, "Xircom Cardbus modem", 0x10 }, ! { 0x432214e4, "Broadcom 802.11b/GPRS CardBus (Serial)", 0x10 }, ! { 0x434414e4, "Broadcom 802.11bg/EDGE/GPRS CardBus (Serial)", 0x10 }, { 0x01c0135c, "Quatech SSCLP-200/300", 0x18 /* * NB: You must mount the "SPAD" jumper to correctly detect >Release-Note: >Audit-Trail: >Unformatted: