From owner-freebsd-isdn Sat Feb 26 8: 7:35 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from hcshh.hcs.de (hcshh.hcs.de [194.123.40.1]) by hub.freebsd.org (Postfix) with SMTP id 231F537B553 for ; Sat, 26 Feb 2000 08:07:32 -0800 (PST) (envelope-from hm@hcs.de) Received: from hcswork.hcs.de([192.76.124.5]) (1630 bytes) by hcshh.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Sat, 26 Feb 2000 17:07:30 +0100 (CET) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Postfix, from userid 200) id 05EEA3890; Sat, 26 Feb 2000 17:07:29 +0100 (MET) Subject: Re: singnature wrong ? In-Reply-To: from "hg@glaess.ndh.com" at "Feb 26, 0 02:45:46 pm" To: hg@glaess.ndh.com Date: Sat, 26 Feb 2000 17:07:29 +0100 (MET) Cc: isdn@FreeBSD.ORG Reply-To: hm@hcs.de Organization: HCS Hanseatischer Computerservice GmbH X-Mailer: ELM [version 2.4ME+ PL39 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 814 Message-Id: <20000226160729.05EEA3890@hcswork.hcs.de> From: hm@hcs.de (Hellmuth Michaelis) Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From the keyboard of hg@glaess.ndh.com: > i have here an old teles 16.3 card (with a/b adaptor on it) and i will run this > card with i4b (under linux rus the card well). > > but i get an error message at the start of the system. > > isic0: error, signature 3 0x1f != 0x1c for teles 16.3 > isic0: not found at 0xd80 There is a line in the Teles 16.3 driver where a test for 0x1c is done, just change this line to something like: if((b2 != 0x1c) && (b2 != 0x1f)) and it should work. hellmuth -- Hellmuth Michaelis Tel +49 40 55 97 47-70 HCS Hanseatischer Computerservice GmbH Fax +49 40 55 97 47-77 Oldesloer Strasse 97-99 Mail hm [at] hcs.de D-22457 Hamburg WWW http://www.hcs.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message