From owner-freebsd-current Fri Apr 28 9:53:12 2000 Delivered-To: freebsd-current@freebsd.org Received: from lightship.internal.homeport.org (breakwater.homeport.org [216.67.13.2]) by hub.freebsd.org (Postfix) with ESMTP id 7F3D437B804; Fri, 28 Apr 2000 09:53:05 -0700 (PDT) (envelope-from shevett@stonekeep.com) Received: from localhost (shevett@localhost) by lightship.internal.homeport.org (8.9.3/8.9.3) with ESMTP id QAA02438; Fri, 28 Apr 2000 16:54:32 -0400 (EDT) (envelope-from shevett@stonekeep.com) X-Authentication-Warning: lightship.internal.homeport.org: shevett owned process doing -bs Date: Fri, 28 Apr 2000 16:54:32 -0400 (EDT) From: Dave Belfer-Shevett X-Sender: shevett@localhost To: Warner Losh Cc: jflowers@ezo.net, freebsd-mobile@FreeBSD.ORG, freebsd-current@FreeBSD.ORG Subject: Re: Problems configuring Vadem VG-469 PCMCIA controller. In-Reply-To: <200004272001.OAA53736@harmony.village.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 27 Apr 2000, Warner Losh wrote: > Add the vendor ID to pccard/pcic.c: > static struct isa_pnp_id pcic_ids[] = { > {PCIC_PNP_82365, NULL}, /* PNP0E00 */ > {PCIC_PNP_CL_PD6720, NULL}, /* PNP0E01 */ > {PCIC_PNP_VLSI_82C146, NULL}, /* PNP0E02 */ > {PCIC_PNP_82365_CARDBUS, NULL}, /* PNP0E03 */ > {0} > }; Thanks to the wonders of Mr Bill Paul and others, we are up and running beautifully. Changing that structure to: static struct isa_pnp_id pcic_ids[] = { {PCIC_PNP_82365, NULL}, /* PNP0E00 */ {PCIC_PNP_CL_PD6720, NULL}, /* PNP0E01 */ {PCIC_PNP_VLSI_82C146, NULL}, /* PNP0E02 */ {PCIC_PNP_82365_CARDBUS, NULL}, /* PNP0E03 */ {0x1802a904, NULL}, {0} }; has fixed the problem. Note that that identifier is what pnpinfo reported: Logical Device ID: AEI0218 0x1802a904 #0 Vendor register funcs 00 I/O Range 0x3e0 .. 0x3fe, alignment 0x2, len 0x2 [16-bit addr] End Tag Since we knew the controller was the same as the others (the Vadem), just adding that ID fixed thinks up. Thanks to everyone who answered, and specially to Bill who a) wrote the driver, and b) debugged the problem with me. dave -------------------. Web-based problem management: www.stonekeep.com Dave Belfer-Shevett >----------------------------------------------------. shevett@pobox.com / "I've never had major knee surgery on any other part \ ------------------< of my body." (Winston Bennett, University of | | Kentucky basketball forward) | \______________________________________________________/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message