Fritz PCI card bot visible in dmesg of FreeBSD 5.1?

Alexander Farber Alexander.Farber at t-online.de
Fri Aug 1 03:10:08 PDT 2003


On Fri, Aug 01, 2003 at 11:06:57AM +0200, Michael.Reifenberger wrote:
> > I'm trying to use the "Fritz! PCI" ISDN card by AVM
> > ( http://www.avm.de/de/index.html?Produkte/FRITZ/FRITZ_Card_PCI/ )
> >
> >     device		ifpi
> 
> Maybe it's a "ifpi2"?

Thank you, this has helped. I've put:

    device          "ifpi2"

    device          "i4bq921"
    device          "i4bq931"

    device          "i4b"
    device          "i4btrc"        4
    device          "i4bctl"
    device          "i4brbch"       4 
    device          "i4btel"        4 
    device          "i4bipr"        4 
    device          "i4bisppp"      4 

into my config file and now have:

    ifpi2-0: <AVM Fritz!Card PCI Version 2> port 0xd800-0xd81f mem 0xed000000-0xed00001f at device 11.0 on pci0
    pcib0: slot 11 INTA is routed to irq 5
    ifpi2-0: ISACSX PSB3186
    ifpi2-0: passive stack unit 0
    ....
    i4btel: 4 ISDN telephony interface device(s) attached
    i4bipr: 4 IP over raw HDLC ISDN device(s) attached
    i4bctl: ISDN system control port attached
    i4bisppp: 4 ISDN SyncPPP device(s) attached
    i4b: ISDN call control device attached
    i4btrc: 4 ISDN trace device(s) attached
    i4brbch: 4 raw B channel access device(s) attached

in the dmesg output and "pciconf -l -v" shows:

    ifpi2-0 at pci0:11:0:      class=0x028000 card=0x0e001244 chip=0x0e001244 rev=0x02 hdr=0x00
	vendor   = 'AVM AUDIOVISUELLES MKTG & Computer GmbH'
	device   = 'Fritz!PCI v2.0 ISDN Controller'
	class    = network

I still wonder about the config tool warnings:

    FYI: static unit limits for i4btrc are set: NI4BTRC=4
    FYI: static unit limits for i4brbch are set: NI4BRBCH=4
    FYI: static unit limits for i4btel are set: NI4BTEL=4
    FYI: static unit limits for i4bipr are set: NI4BIPR=4
    FYI: static unit limits for i4bisppp are set: NI4BISPPP=4

Do I have to put the numbers after the "pseudo-devices"
(as in my config file at the top of this mail) or will
FreeBSD 5.1 adjust the numbers automatically?

Regards
Alex




More information about the freebsd-isdn mailing list