Subject: ISA Isdn-Card in a alpha PC 164
To: NetBSD-Alpha mailingliste <port-alpha@netbsd.org>
From: Sascha Valckenier Kips <Merlin.Germany@gmx.net>
List: port-alpha
Date: 04/25/2001 00:04:08
Hello,

i have Netbsd 1.5U-current on my alpha pc 164lx.

My AVM ISDN Fritz!Card ISA nonPnP does not work with the kernel
Configuration.

It was seen from the Kernel, but not work correct with the isdnd-Daemon.

The isdnd-Daemon see's a Teles S0 8Bit, same is by a PCI V1.0 Card, but
the calls and dials does not working.

I have testes with a AVM ISDN Fritz!Card PCI-Card V1.0. it does work
correctly (See Calls from ISDN). But a have a message over shared
IRQ-Problem.

If i use a AVM ISDN Fritz!Card PCI-Card V2.0, it does not detect from
the kernel. I think the Card ID is diverent from the V1.0 Version. I
have try to correct the detecting of the card show follow lines, but it
does not work.
-- dmesg output --
AVM product 0x0e00 (miscellaneous network, revision 0x01) at pci0 dev 7
function 0
not configured
-- end of dmesg output --

-- test in the isic_pci.c ---
  #ifdef ISICPCI_AVM_A1
  #ifndef PCI_VENDOR_AVM
  #define PCI_VENDOR_AVM  0x1244  /* earlier versions missing this */
- #define PCI_PRODUCT_AVM_FRITZ_CARD 0x0a00
+ #define PCI_PRODUCT_AVM_FRITZ_CARD 0x0e00
-- end tests --


Can anybody help me to make the ISA-Card working ?

thanks

sascha