Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Sep 2002 17:00:53 +0200
From:      <hselasky@c2i.net>
To:        Poul-Henning Kamp <phk@critter.freebsd.dk>
Cc:        Ari Suutari <ari.suutari@syncrontech.com>, Gary Jennejohn <garyj@jennejohn.org>, freebsd-isdn@FreeBSD.ORG
Subject:   Re: New ihfc driver
Message-ID:  <20020904150054.EVMH17375.fep01-svc.swip.net@mta-int.swip.net>

next in thread | raw e-mail | index | archive | help
> >>
> >> I tried, I couldn't get it to compile.
> >> 

Here is your problem (/sys/conf/files.i386)

device new_ihfc

and

device ihfc 1

cannot be present at the same time.

Simplest solution is moving directly to the new driver.
In sys/conf/files.i386 change these lines:

#
# isdn4bsd, ihfc
#
i4b/layer1/ihfc/i4b_ihfc_l1if.c         count           ihfc
i4b/layer1/ihfc/i4b_ihfc_pnp.c          optional        ihfc
i4b/layer1/ihfc/i4b_ihfc_drv.c          optional        ihfc

into these:

#
# isdn4bsd, ihfc
#
i4b/layer1/ihfc2/i4b_ihfc2_l1if.c         count           ihfc
i4b/layer1/ihfc2/i4b_ihfc2_pnp.c          optional        ihfc
i4b/layer1/ihfc2/i4b_ihfc2_drv.c          optional        ihfc
i4b/layer1/ihfc2/i4b_ihfc2_dev.c          optional        ihfc

and keep the other lines for new_ihfc. The new driver supports
all the old cards, so this should not cause any trouble.
LINT should work now.

HPS

-------------------------------------------------
WebMail fra Tele2 http://www.tele2.no
-------------------------------------------------


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isdn" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020904150054.EVMH17375.fep01-svc.swip.net>