From owner-freebsd-isdn Sat Feb 28 06:59:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA14476 for freebsd-isdn-outgoing; Sat, 28 Feb 1998 06:59:59 -0800 (PST) (envelope-from owner-freebsd-isdn@FreeBSD.ORG) Received: from rvc1.informatik.ba-stuttgart.de (rvc1.informatik.ba-stuttgart.de [141.31.112.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA14461 for ; Sat, 28 Feb 1998 06:59:53 -0800 (PST) (envelope-from helbig@Informatik.BA-Stuttgart.DE) Received: (from helbig@localhost) by rvc1.informatik.ba-stuttgart.de (8.8.8/8.8.5) id PAA00234 for freebsd-isdn@FreeBSD.ORG; Sat, 28 Feb 1998 15:59:46 +0100 (MET) From: Wolfgang Helbig Message-Id: <199802281459.PAA00234@rvc1.informatik.ba-stuttgart.de> Subject: i4b/SMP_WORKAROUND In-Reply-To: from Hellmuth Michaelis at "Feb 28, 98 11:46:34 am" To: freebsd-isdn@FreeBSD.ORG Date: Sat, 28 Feb 1998 15:59:46 +0100 (MET) X-Mailer: ELM [version 2.4ME+ PL30 (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 Hi, To enable the I4B_SMP_WORKAROUND you have to #include "opt_i4b.h" in layer1/isac.c (as in the following patch) and you have to add I4B_SMP_WORKAROUND opt_i4b.h to /sys/conf/i386/options.i386 Remember, this is only a preliminary fix. It forces an edge of the interrupt line after booting, since this interrupting edge is somehow lost during booting. Wolfgang --- /home/helbig/src/i4b/layer1/i4b_isac.c Sun Feb 22 20:14:01 1998 +++ layer1/i4b_isac.c Sat Feb 28 13:46:58 1998 @@ -48,6 +48,9 @@ #include "isic.h" #if NISIC > 0 +#ifdef __FreeBSD__ +#include "opt_i4b.h" +#endif #include #if defined(__FreeBSD__) && __FreeBSD__ >= 3 #include To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message