[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Kernel question about pcmciadevs and id's



On Mon, Aug 11, 2003 at 01:47:05PM +0200, Kim Nielsen wrote:
> Hi,
> 
> I'm trying to understand how pcmciadevs.h and if_wi_pcmcia.c work but
> cannot find the connection between my intel Pro/100 and the id for it
> (0x010a according to pcmciadevs.h).

  what are you trying to do?
  pcmciadevs has the manufacturer and product id (based on the card's cis
information) and it's used to match which driver should be used for
that particular card.

> And I couldn't find a tool that could scan the pci/pcmcia bus to get
> this id .. can anyone direct me to some documentation or tools that
> might help me ?

  you have 2 options here:

  1. enter ddb and at ddb> prompt do 'write pcmcia_verbose 1', 'quit', then
  insert your card and you'll see this information in the dmesg output, or

  2. recompile your kernel with PCMCIA_VERBOSE.

  f.-