Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 13 Nov 2002 19:41:19 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 13 Nov 2002 19:41:19 -0500 Received: from neon-gw-l3.transmeta.com ([63.209.4.196]:2067 "EHLO neon-gw.transmeta.com") by vger.kernel.org with ESMTP id ; Wed, 13 Nov 2002 19:41:18 -0500 Date: Wed, 13 Nov 2002 16:48:00 -0800 (PST) From: Linus Torvalds To: "Nakajima, Jun" cc: linux-kernel@vger.kernel.org Subject: RE: local APIC may cause XFree86 hang In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 874 Lines: 22 On Wed, 13 Nov 2002, Nakajima, Jun wrote: > > Are we disabling vm86 code to access to PIT or PIC? I saw some video ROM > code (either BIOS call or far call) did access PIT, confusing the OS. Well, the kernel itself doesn't actually disable/enable anything, it leaves that decision to the caller. XFree86 obviously does have IO rights, and I suspect it may allow the video BIOS to do just about anything, simply because it doesn't have much choise (the video bios clearly needs a lot of IO privileges too). So yes, that could easily confuse the OS if it happens, but it should be independent of IO-APIC vs not. Linus - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/