Date: Sat, 28 Feb 1998 20:35:41 +0100 (CET) From: hm@kts.org (Hellmuth Michaelis) To: freebsd-isdn@FreeBSD.ORG (ISDN for BSD) Subject: IRQ problems, please test this! Message-ID: <m0y8s2v-00024QC@bert.kts.org>
next in thread | raw e-mail | index | archive | help
It would be nice if people with problems with i4b (TEI messages, etc. as described on this list too) could try the following patch to layer1/i4b_isic.c and report if this leads to any difference in behaviour: *** i4b_isic.c-old Fri Feb 27 12:43:59 1998 --- i4b_isic.c Sat Feb 28 20:30:20 1998 *************** *** 35,41 **** * * $Id: i4b_isic.c,v 1.11 1998/02/26 12:15:19 hm Exp $ * ! * last edit-date: [Sat Feb 28 20:35:29 1998] * * -hm clean up * -hm rearranged attach routine(s) --- 35,41 ---- * * $Id: i4b_isic.c,v 1.11 1998/02/26 12:15:19 hm Exp $ * ! * last edit-date: [Sat Feb 28 20:30:20 1998] * * -hm clean up * -hm rearranged attach routine(s) *************** *** 529,534 **** --- 529,536 ---- ISAC_WRITE(I_MASK, 0xff); HSCX_WRITE(1, H_MASK, 0xff); + DELAY(100); + HSCX_WRITE(0, H_MASK, HSCX_A_IMASK); ISAC_WRITE(I_MASK, ISAC_IMASK); HSCX_WRITE(1, H_MASK, HSCX_B_IMASK); Thank you, hellmuth -- Hellmuth Michaelis hm@kts.org Hamburg, Europe "Those who can, do. Those who can't, talk. And those who can't talk, talk about talking." (B. Shaw) 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?m0y8s2v-00024QC>