From: Studencki P. <Paw...@er...> - 2001-02-20 12:04:16
|
hi, Greg, thanks for Your tips. Here my other doubts... > You need to get the User Manual for the HD64461 from Hitachi. > In the '65 Manual, it implies in Section 8 Interrupt Controller that > the IRQ0# from the '65 is level triggered, active low (which is what > you'd expect for direct connection to our 7750). I was looking already for this manual, but I haven't found it...could somebody tell me, where can I find it? Or perhaps could someone mail me this file? > [*] HD64461 PCMCIA enabler > It's not a generic PCMCIA driver. It's a very simple hack which sets > up port mappings for one specific set of cards in one specific box > (an NE2000 network card and a CompactFlash memory card in an HP690). > This is probably not what you want. but theoretical this could be working with my board, I need only to modify some adresses and register values? I have a SanDisk PCMCIA flashdisk and perhaps (I don't have it yet) a ne2000 compatible network card. In this case I don't need a PCMCIA socket service? > If you want to be able to plug in various different types of cards, > you need a proper PCMCIA Socket Services driver. AFAIK there > isn't one > for the 7709/64461 combination, but you might want to have a look at > Jesper Skov's driver for the 7707, available at I understand, this is a second possibility. I have to hack PCMCIA enabler or Jesper Skov's driver...I don't know which way is the most simple one...with Jesper's solution I get probably more general stuff, but need to solve this problem as quick as possible. > For our PCMCIA support, we have the following compiled as modules: drivers/ide/ide-cs.o drivers/ide/ide-disk.o drivers/ide/ide-mod.o drivers/ide/ide-probe-mod.o drivers/net/8390.o drivers/net/airo.o drivers/net/ne.o drivers/net/pcmcia/airo_cs.o drivers/net/pcmcia/pcnet_cs.o drivers/net/stnic.o drivers/pcmcia/ds.o drivers/pcmcia/hd64465_ss.o drivers/pcmcia/pcmcia_core.o > The first 4 are necessary to mount flash cards as IDE disks. are they general? they should work, if I get working hd64462? > The last > 3 are various PCMCIA drivers. PCMCIA driver with hd6446x support? So for SHx and HD6446x we have companion chip support integrated with PCMCIA driver? These are modules, and in arch/sh/kernel/setup_hd6446x.c are defined these early CF enable for HP690? > The stuff in the middle is for supporting > network cards. If I use ne2000, there should be no neeed to hack it, theoretical. regards Pawel |