Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Aug 2003 10:06:39 +0000
From:      Alexander.Farber@t-online.de (Alexander Farber)
To:        freebsd-isdn@freebsd.org
Subject:   Re: Fritz PCI card bot visible in dmesg of FreeBSD 5.1?
Message-ID:  <20030801100639.GB25430@pref.my.domain>
In-Reply-To: <20030801110344.S61244-100000@mike.reifenberger.com>
References:  <20030801085413.GA1435@pref.my.domain> <20030801110344.S61244-100000@mike.reifenberger.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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@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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030801100639.GB25430>