Subject: Re: is there support for PCI ISDN cards (e.g. AVM products)?
To: None <current-users@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: current-users
Date: 03/08/2004 18:03:10
In article <404CB08C.7000101@macfinity.net>,
Timo Schoeler <ml@macfinity.net> wrote:
>hi list,
>
>just built in an ISDN PCI card in a customers machine and wondering, 
>whether NetBSD supports it; dmesg doesn't say so (dmesg output attached 
>below).
>
>did anybody get this or a similar card running?
>
>arch is i386 (unfortunately ;)
>
>tia & regards,
>
>timo
>
>-----8<
>
>NetBSD 1.6.2 (MCBAIN) #0: Sat Feb 28 21:46:38 CET 2004
>    root@web:/usr/src/sys/arch/i386/compile/MCBAIN
>cpu0: Intel Pentium II/Celeron (Deschutes) (686-class), 299.95 MHz
>cpu0: I-cache 16 KB 32b/line 4-way, D-cache 16 KB 32b/line 2-way
>cpu0: L2 cache 512 KB 32b/line 4-way
>cpu0: features 183f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR>
>cpu0: features 183f9ff<PGE,MCA,CMOV,FGPAT,PSE36,MMX>
>cpu0: features 183f9ff<FXSR>
>total memory = 127 MBa
>avail memory = 111 MBa
>using 1659 buffers containing 6636 KB of memory
>BIOS32 rev. 0 found at 0xec700
>mainbus0 (root)
>pci0 at mainbus0 bus 0: configuration mode 1
>pci0: i/o space, memory space enabled, rd/line, rd/mult, wr/inv ok
>pchb0 at pci0 dev 0 function 0
>pchb0: Intel 82443BX Host Bridge/Controller (rev. 0x02)
>agp0 at pchb0: aperture at 0x44000000, size 0x4000000
>ppb0 at pci0 dev 1 function 0: Intel 82443BX AGP Interface (rev. 0x02)
>pci1 at ppb0 bus 1
>pci1: i/o space, memory space enabled
>vga1 at pci1 dev 0 function 0: ATI Technologies 3D Rage Pro (AGP) (rev. 
>0x5c)
>pci_mem_find: void region
>pci_mem_find: void region
>pci_mem_find: void region
>wsdisplay0 at vga1 kbdmux 1: console (80x25, vt100 emulation)
>wsmux1: connecting to wsdisplay0
>fxp0 at pci0 dev 10 function 0: i82558 Ethernet, rev 5
>fxp0: interrupting at irq 11
>fxp0: Ethernet address 00:08:c7:a1:89:85
>inphy0 at fxp0 phy 1: i82555 10/100 media interface, rev. 0
>inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
>rtk0 at pci0 dev 13 function 0: RealTek 8139 10/100BaseTX
>rtk0: interrupting at irq 11
>rtk0: Ethernet address 00:08:54:02:7b:ec
>ukphy0 at rtk0 phy 7: Generic IEEE 802.3u media interface
>ukphy0: OUI 0x000000, model 0x0000, rev. 0
>ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
>AVM product 0x0700 (miscellaneous network, revision 0x01) at pci0 dev 14 
>function 0 not configured

Looks like you are in luck:

iavc_pci.c:     { PCI_VENDOR_AVM, PCI_PRODUCT_AVM_B1, "AVM B1 PCI" },

christos