From owner-freebsd-isdn Sun Mar 1 01:02:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA17686 for freebsd-isdn-outgoing; Sun, 1 Mar 1998 01:02:06 -0800 (PST) (envelope-from owner-freebsd-isdn@FreeBSD.ORG) Received: from casparc.ppp.net (mail.ppp.net [194.64.12.35]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id BAA17680 for ; Sun, 1 Mar 1998 01:02:03 -0800 (PST) (envelope-from ernie!bert.kts.org!hm@ppp.net) Received: from ernie by casparc.ppp.net with uucp (Smail3.1.28.1 #1) id m0y94dF-0033FJC; Sun, 1 Mar 98 10:02 MET Received: from bert.kts.org(really [194.55.156.2]) by ernie.kts.org via sendmail with smtp id for ; Sun, 1 Mar 1998 09:42:56 +0100 (CET) (Smail-3.2.0.91 1997-Jan-14 #3 built 1998-Feb-14) Received: by bert.kts.org via sendmail with stdio id for freebsd-isdn@freebsd.org; Sun, 1 Mar 1998 09:40:54 +0100 (CET) (Smail-3.2.0.94 1997-Apr-22 #7 built 1997-Jul-4) Message-Id: From: hm@kts.org (Hellmuth Michaelis) Subject: i4b problems, second patch To: freebsd-isdn@FreeBSD.ORG (ISDN for BSD) Date: Sun, 1 Mar 1998 09:40:54 +0100 (CET) Organization: Kitchen Table Systems Reply-To: hm@kts.org X-Mailer: ELM [version 2.4ME+ PL31H (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org And a second thing, i'd like those people with layer 2 problems to check if the following patch to layer1/i4b_isac.h makes a difference: *** i4b_isac.h-old Fri Feb 27 12:43:59 1998 --- i4b_isac.h Sun Mar 1 09:30:27 1998 *************** *** 32,38 **** * * $Id: i4b_isac.h,v 1.3 1998/01/04 14:09:20 hm Exp $ * ! * last edit-date: [Sun Mar 1 09:35:20 1998] * * -hm split up for rewrite of Siemens chipset driver * --- 32,38 ---- * * $Id: i4b_isac.h,v 1.3 1998/01/04 14:09:20 hm Exp $ * ! * last edit-date: [Sun Mar 1 09:30:27 1998] * * -hm split up for rewrite of Siemens chipset driver * *************** *** 48,54 **** * satisfy this requirement. */ ! #define I4B_ISAC_CMDRWRDELAY 0 #if (I4B_ISAC_CMDRWRDELAY > 0) #define ISACCMDRWRDELAY() DELAY(I4B_ISAC_CMDRWRDELAY) --- 48,54 ---- * satisfy this requirement. */ ! #define I4B_ISAC_CMDRWRDELAY 30 #if (I4B_ISAC_CMDRWRDELAY > 0) #define ISACCMDRWRDELAY() DELAY(I4B_ISAC_CMDRWRDELAY) 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