Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 11 Dec 2002 15:44:36 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 11 Dec 2002 15:44:36 -0500 Received: from [213.228.128.56] ([213.228.128.56]:34459 "HELO front1.netvisao.pt") by vger.kernel.org with SMTP id ; Wed, 11 Dec 2002 15:44:34 -0500 Date: Wed, 11 Dec 2002 20:56:47 +0000 From: "Paulo Andre'" To: linux-kernel@vger.kernel.org Subject: MTRR refusing to be configured Message-ID: <20021211205647.GA9472@itsari.org> Mail-Followup-To: linux-kernel@vger.kernel.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-Operating-System: Linux/2.5.51 (i686) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1276 Lines: 34 Hi, I'm running kernel 2.5.51 on a Pentium III Katmai processor, stepping 3, and I've been trying to properly setup the MTRR registers on it for this PCI graphics card. However this has been an unsuccessful quest so far. I do have CONFIG_MTRR turned on and obviously there's the `mtrr' flag on /proc/cpuinfo. Taking the base address and the memsize for the card, I've tried to do a simple: # echo "base=0xd8000000 size=0x2000000 type=write-combining" >| /proc/mtrr However the kernel complains with: ubik kernel: mtrr: illegal type: "write-combining" This happens for every other type I choose, be it write-back, uncachable, well, whatever. Considering this works just fine under a 2.4 kernel (worked on 2.4.19 to be more precise) it's mostly weird that it doesn't do the same on 2.5. Oh, I'd appreciate if anyone replying would CC me. Thanks in advance. Best regards, Paulo Andre' -- That's the difference between me and the rest of the world! Happiness isn't good enough for me! I demand euphoria! -- Calvin - 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/