* 2.3.x w/pcmcia?
@ 2000-02-14 19:38 Josh Huber
0 siblings, 0 replies; only message in thread
From: Josh Huber @ 2000-02-14 19:38 UTC (permalink / raw)
To: Linux/PowerPC Devel List
I'd like to try and get PCMCIA working with later development kernels. In
particular, the file i82365.c from pcmcia-cs 3.1.10 has code like this:
/* These definitions must match the pcic table! */
typedef enum pcic_id {
#ifdef CONFIG_ISA
[isa cards]
#endif
#ifdef CONFIG_PCI
[pci cards]
#endif
}
The i82365.c file in the 2.3.45 kernel doesn't have any CONFIG_PCI sections,
leaving empty enums, which fail to compile. like so:
typedef enum pcic_id {
#ifdef CONFIG_ISA
[isa cards]
#endif
}
The pcmcia-cs package fails to compile becuase it requires that pcmcia be
enabled in the kernel for versions past 2.3.37.
Why is the pcmcia in the kernel so
a) out of date
b) screwed up, in that it doesn't have support for PCI???
Josh
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2000-02-14 19:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-02-14 19:38 2.3.x w/pcmcia? Josh Huber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).