From owner-freebsd-i386@FreeBSD.ORG Fri Aug 12 13:30:24 2005 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51F2C16A41F for ; Fri, 12 Aug 2005 13:30:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04E3543D55 for ; Fri, 12 Aug 2005 13:30:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7CDUNmi097351 for ; Fri, 12 Aug 2005 13:30:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7CDUNwv097350; Fri, 12 Aug 2005 13:30:23 GMT (envelope-from gnats) Date: Fri, 12 Aug 2005 13:30:23 GMT Message-Id: <200508121330.j7CDUNwv097350@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: alexander Cc: Subject: Re: i386/84842: i386_set_ioperm(2) timing issue X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: alexander List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Aug 2005 13:30:24 -0000 The following reply was made to PR i386/84842; it has been noted by GNATS. From: alexander To: bug-followup@FreeBSD.org, arundel@h3c.de Cc: Subject: Re: i386/84842: i386_set_ioperm(2) timing issue Date: Fri, 12 Aug 2005 15:26:37 +0200 Opps. The app won't compile. Line 27 has syntax errors: - /* sleep(1); <- With this delay the I/O port access works /* + /* sleep(1); <- With this delay the I/O port access works */ Sorry.