Date: Sat, 26 Feb 2000 17:07:29 +0100 (MET) From: hm@hcs.de (Hellmuth Michaelis) To: hg@glaess.ndh.com Cc: isdn@FreeBSD.ORG Subject: Re: singnature wrong ? Message-ID: <20000226160729.05EEA3890@hcswork.hcs.de> In-Reply-To: <XFMail.20000226144546.hg@glaess.ndh.com> from "hg@glaess.ndh.com" at "Feb 26, 0 02:45:46 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000226160729.05EEA3890>