Atsushi Nemoto wrote: > Hi. Does anyone tried pcmcia-cs package in sarge? > > The pcmcia-cs contains its own pcmcia/cs_types.h and it seems broken > for mips/mipsel. > > #ifdef __arm__ > typedef u_int ioaddr_t; > #else > typedef u_short ioaddr_t; > #endif > > In cs_types.h in kernel 2.4.27: > > #if defined(__arm__) || defined(__mips__) > typedef u_int ioaddr_t; > #else > typedef u_short ioaddr_t; > #endif > > pcmcia-cs should be fixed for mips?
Please report this bug against the pcmcia-cs package, use reportbug or see http://bugs.debian.org/ for how to do that. Thiemo

