pcmciautils uses *.cis file for cis-updates?

Jar jar at pcuf.fi
Wed Jul 20 06:56:08 EDT 2005


> On Sat, Jul 02, 2005 at 09:59:52PM +0900, Komuro wrote:
>> The pcmcia-cs uses *.dat file for cis-updates.
>> Does pcmciautils use *.cis file?
>
> Exactly.
>
>> >PCMCIA_PFC_DEVICE_CIS_PROD_ID12(0, "LINKSYS", "PCMLM28", 0xf7cb0b07,
>> >0x66881874, "PCMLM28.cis"),
>>
>> But the pcmciautils package does not contain any *.cis file...
>
> Yes, and I do not intend to include them. However, they can be extracted
> from pcmcia-cs. For example, the pcmcia-cs-cis ebuild does this for gentoo.
>
> 	Dominik

But in pcmcia-check-broken-cis.c there is:

static struct needs_cis cis_table[] = {
        /* "D-Link DE-650 Ethernet" */
        NEEDS_CIS_ENTRY(0x40, 0x0009, "D-Link PC Ethernet Card", "D-Link.dat"),
        /* "Linksys Ethernet E-CARD PC Ethernet Card */
        NEEDS_CIS_ENTRY(0x40, 0x0009, "E-CARD PC Ethernet Card", "E-CARD.dat"),
        { },
};

..so this loads the binary cis (.dat ) file and the module loads the ascii verison
of cis (.cis) ? Is there a need for both ?

-- 
Best Regards, Jar



More information about the linux-pcmcia mailing list