All of lore.kernel.org
 help / color / mirror / Atom feed
* pcmcia on au1x00
@ 2005-01-28  6:59 Kevin Turner
  2005-01-28  8:48 ` Pete Popov
  0 siblings, 1 reply; 3+ messages in thread
From: Kevin Turner @ 2005-01-28  6:59 UTC (permalink / raw)
  To: linux-mips

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.

Can you give me an idea of what'll be necessary to do to get pcmcia
working on a new Au1500-based board?

Thanks,

 - Kevin T.

-- 
The moon is waning gibbous, 94.6% illuminated, 17.0 days old.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: pcmcia on au1x00
  2005-01-28  6:59 pcmcia on au1x00 Kevin Turner
@ 2005-01-28  8:48 ` Pete Popov
  2005-01-28 17:02   ` Kevin Turner
  0 siblings, 1 reply; 3+ messages in thread
From: Pete Popov @ 2005-01-28  8:48 UTC (permalink / raw)
  To: Kevin Turner; +Cc: linux-mips

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: pcmcia on au1x00
  2005-01-28  8:48 ` Pete Popov
@ 2005-01-28 17:02   ` Kevin Turner
  0 siblings, 0 replies; 3+ messages in thread
From: Kevin Turner @ 2005-01-28 17:02 UTC (permalink / raw)
  To: linux-mips

On Fri, 2005-01-28 at 00:48 -0800, Pete Popov wrote:
> 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.

I don't know that I'm personally interested in updating the pb1x00
driver -- I'll be needing to support a new board entirely.  But I
imagine "look at the new db1x00 part" still applies.  Thanks Pete.

-- 
The moon is waning gibbous, 92.3% illuminated, 17.4 days old.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-01-28 17:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-28  6:59 pcmcia on au1x00 Kevin Turner
2005-01-28  8:48 ` Pete Popov
2005-01-28 17:02   ` Kevin Turner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.