Subject: Re: unidentified cardbus cards
To: John Nemeth <jnemeth@victoria.tc.ca>
From: Martin Husemann <martin@duskware.de>
List: tech-kern
Date: 02/01/2006 09:39:25
On Wed, Feb 01, 2006 at 09:34:11AM +0100, Martin Husemann wrote:
> Have a look at pcictl(8) - the "list" command should give you all the
> information you need.

Stupid me, you did say "cardbus", didn't you?

Does "options  CARDBUS_DEBUG" not make the kernel print the info you want?
The code looks like it should:

                DPRINTF(("cardbus_attach_card: "
                    "Vendor 0x%x, Product 0x%x, CIS 0x%x\n",
                    CARDBUS_VENDOR(id), CARDBUS_PRODUCT(id), cis_ptr));


Martin