Date: Sun, 23 May 1999 02:00:13 +0200 From: Philippe Guezou <Philippe.Guezou@wanadoo.fr> To: hm@kts.org Cc: FreeBSD-ISDN@FreeBSD.org Subject: Re: ITK ix1 micro (again *sigh*) Message-ID: <3.0.5.32.19990523020013.007cbb80@pop.wanadoo.fr> In-Reply-To: <m10l7Ru-00002hC@bert.kts.org> References: <3.0.5.32.19990521202551.007db870@pop.wanadoo.fr>
next in thread | previous in thread | raw e-mail | index | archive | help
--=====================_927410413==_ Content-Type: text/plain; charset="us-ascii" At 10:48 22/05/99 +0200, you wrote: > >This is just a rough overview, hope it helps. > it rocks !!! :) thanks a lot :) i've successfully dial with my FreeBSD 3.0 and i4B-0.80 attached here is the patch needed to reconized the ITK ix1 micro v3.0 it must be applied in the layer1 directory of course. >hellmuth thanks again for your help :)) Philippe.. --=====================_927410413==_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="ITK-Ix-Microv3-patch" *** i4b_isic_pnp.c.old Sat May 22 20:43:11 1999 --- i4b_isic_pnp.c Sat May 22 20:43:20 1999 *************** *** 82,87 **** --- 82,88 ---- #define VID_SEDLBAUER 0x0100274c /* Sedlbauer WinSpeed */ #define VID_NICCYGO 0x5001814c /* Neuhaus Niccy GO@ */ #define VID_ELSAQS1P 0x33019315 /* ELSA Quickstep1000pro*/ + #define VID_ITK0025 0x25008b26 /* ITK Ix1 Micro V3 */ static struct i4b_pnp_ids { u_long vend_id; *************** *** 93,98 **** --- 94,100 ---- { VID_SEDLBAUER, "Sedlbauer WinSpeed" }, { VID_NICCYGO, "Dr.Neuhaus Niccy Go@" }, { VID_ELSAQS1P, "ELSA QuickStep 1000pro"}, + { VID_ITK0025, "ITK ix1 Micro V3.0" }, { 0 } }; *************** *** 211,216 **** --- 213,221 ---- case VID_ELSAQS1P: dev->id_flags =3D FLAG_ELSA_QS1P_ISA; break; + case VID_ITK0025: + dev->id_flags =3D FLAG_ITK_IX1; + break; } write_pnp_parms(&spci, 0); *************** *** 287,292 **** --- 292,304 ---- ret =3D isic_probe_Eqs1pi(dev, iobase2); break; #endif + + #ifdef ITKIX1 + case FLAG_ITK_IX1: + ret =3D isic_probe_itkix1(dev); + break; + #endif + default: break; } --=====================_927410413==_ Content-Type: text/plain; charset="us-ascii" Guezou Philippe http://www.tolkien.cam.org/~fifi Network. System. Admin. email: fifi@tolkien.cam.org fifi@cam.org Philippe.Guezou@wanadoo.fr --=====================_927410413==_-- 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?3.0.5.32.19990523020013.007cbb80>