From owner-freebsd-questions@FreeBSD.ORG Sun Nov 2 21:03:32 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA1C716A4CE; Sun, 2 Nov 2003 21:03:32 -0800 (PST) Received: from ms-smtp-01-eri0.southeast.rr.com (ms-smtp-01-lbl.southeast.rr.com [24.25.9.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D02943FDD; Sun, 2 Nov 2003 21:03:31 -0800 (PST) (envelope-from jason@ec.rr.com) Received: from ec.rr.com (cpe-024-211-231-149.ec.rr.com [24.211.231.149]) hA353SQT028893; Mon, 3 Nov 2003 00:03:29 -0500 (EST) Message-ID: <3FCD6ED4.2090005@ec.rr.com> From: jason User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.5b) Gecko/20030901 Thunderbird/0.2 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-hackers@freebsd.org, freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: pci registers for nforce2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Mon, 03 Nov 2003 05:03:32 -0000 X-Original-Date: Wed, 03 Dec 2003 00:04:20 -0500 X-List-Received-Date: Mon, 03 Nov 2003 05:03:32 -0000 #define AGP_NVIDIA_3_APBASE 0x50 #define AGP_NVIDIA_3_APLIMIT 0x54 These are only listed in agpreg.h and agp_nvidia.c, where as all other register information(as far as I can tell) is also listed in pcireg.h. Is it necessary to have it listed in both places or is it fine as is? If it is a custom register for the nforce2, I guess it would be ok but I don't know. Thanks, Jason