Kevin Turner wrote:
Compiling from current CVS:
CC [M] drivers/pcmcia/au1000_pb1x00.o
drivers/pcmcia/au1000_pb1x00.c:29:26: linux/tqueue.h: No such file or directory
drivers/pcmcia/au1000_pb1x00.c:42:28: pcmcia/bus_ops.h: No such file or
directory
drivers/pcmcia/au1000_pb1x00.c:49:24: asm/au1000.h: No such file or directory
drivers/pcmcia/au1000_pb1x00.c:50:31: asm/au1000_pcmcia.h: No such file or
directory
drivers/pcmcia/au1000_pb1x00.c:58:24: asm/pb1500.h: No such file or directory
What's the status of pcmcia on au1x00?
Selecting db1x00 instead of pb1x00 seems to compile cleanly.
Right. The db1x00 is up to date. The pb1x boards are not.
Can you give me an idea of what'll be necessary to do to get pcmcia
working on a new Au1500-based board?
The au1000_generic.c is the generic portion of the driver. Then
there is the board(s) specific portion. Just a look at the new
db1x00 part and updating the pb1x00 driver should be pretty straight
forward. You can reference the 2.4 kernel for the hardware specifics
of the pb1x.
Pete
|