From owner-freebsd-hardware@FreeBSD.ORG Sat Sep 13 12:11:45 2003 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A23C16A4BF; Sat, 13 Sep 2003 12:11:45 -0700 (PDT) Received: from ms-smtp-01.southeast.rr.com (ms-smtp-01.southeast.rr.com [24.93.67.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5989443FEA; Sat, 13 Sep 2003 12:11:44 -0700 (PDT) (envelope-from jason@ec.rr.com) Received: from ec.rr.com (cpe-024-211-231-149.ec.rr.com [24.211.231.149]) h8DJ4Q0Q020793; Sat, 13 Sep 2003 15:04:27 -0400 (EDT) Message-ID: <3F636A20.1070009@ec.rr.com> Date: Sat, 13 Sep 2003 15:04:00 -0400 From: jason User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030713 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Matthew N. Dodd" References: <3F6293B3.6070609@ec.rr.com> <20030913013649.R27896@sasami.jurai.net> <3F634623.7000202@ec.rr.com> <20030913140555.H27896@sasami.jurai.net> In-Reply-To: <20030913140555.H27896@sasami.jurai.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-hardware@FreeBSD.ORG Subject: Re: nforce 2 drivers aren't working X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Sep 2003 19:11:45 -0000 I have done both, one at the time. I have a 5.1 system and there is no /dev/agpgart. So I checked man mknod and found the majors file. If you already know how I should use mknod(block or char. device and major and minor numbers), please let me know. If not thats alright, I should be able to find the right combonation later. Thanks, Jason >You do actually have to have the AGP driver loaded (from the loader, or >compiled in). > >Verify that /dev/agpgart exists as well (should be auto-created by DEVFS >on a 5.1 system). > > >