Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 May 1999 10:48:06 +0200 (CEST)
From:      hm@kts.org (Hellmuth Michaelis)
To:        Philippe.Guezou@wanadoo.fr (Philippe Guezou)
Cc:        freebsd-isdn@FreeBSD.ORG
Subject:   Re: ITK ix1 micro (again *sigh*)
Message-ID:  <m10l7Ru-00002hC@bert.kts.org>
In-Reply-To: <3.0.5.32.19990521202551.007db870@pop.wanadoo.fr> from Philippe Guezou at "May 21, 1999  8:25:51 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
Philippe Guezou wrote:

> 	Here is the problem... 
> 	The ITK ix1 micro was declined in various models.. The ISDN4BSD support
> 	only the release 2 of the card.. ie, a jumpered card.. the release 3 is
> 	a fully PnP cards.. I have a ITK ix1 micro v3.0, which isn't reconnized
> 	by the actual ITK drive of i4b 0.80 beta (070599).

It should not be difficult to add support for that card. First, use pnpinfo
and/or boot with -v to get information about the card.

Then, look at layer1/i4b_isic_pnp.c: add a define for the card as VID_XXXXX,
add that to the array i4b_pnp_ids[], that should be enough for the 
i4b_pnp_probe() routine to succeed.

Next, in i4b_pnp_attach(), add support for your VID_XXXX to the 
switch(spci.vendor_id) construct, and add support in isic_pnpprobe() to the
switch(dev->id_flags), it should be sufficient to use the existing FLAG_XXXX
values and subroutines in the current ITK driver.

This is just a rough overview, hope it helps.

hellmuth
-- 
Hellmuth Michaelis                hm@kts.org                   Hamburg, Europe
 We all live in a yellow subroutine, yellow subroutine, yellow subroutine ...


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?m10l7Ru-00002hC>