Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Apr 2000 16:54:32 -0400 (EDT)
From:      Dave Belfer-Shevett <shevett@stonekeep.com>
To:        Warner Losh <imp@village.org>
Cc:        jflowers@ezo.net, freebsd-mobile@FreeBSD.ORG, freebsd-current@FreeBSD.ORG
Subject:   Re: Problems configuring Vadem VG-469 PCMCIA controller. 
Message-ID:  <Pine.BSF.4.21.0004281648301.308-100000@localhost>
In-Reply-To: <200004272001.OAA53736@harmony.village.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0004281648301.308-100000>