From owner-freebsd-current@FreeBSD.ORG Fri Aug 6 03:35:00 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 251B816A4CE for ; Fri, 6 Aug 2004 03:35:00 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F88543D7D for ; Fri, 6 Aug 2004 03:34:59 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: by mproxy.gmail.com with SMTP id 75so31933rnl for ; Thu, 05 Aug 2004 20:34:55 -0700 (PDT) Received: by 10.38.24.64 with SMTP id 64mr42154rnx; Thu, 05 Aug 2004 20:34:55 -0700 (PDT) Message-ID: Date: Fri, 6 Aug 2004 11:34:55 +0800 From: Jiawei Ye To: Ying-Chieh Liao In-Reply-To: <20040806015800.GA35894@freebsd.csie.nctu.edu.tw> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20040804235929.GB740@myrddin.originative.co.uk> <20040806015800.GA35894@freebsd.csie.nctu.edu.tw> cc: Gleb Smirnoff cc: current@freebsd.org cc: Paul Richards Subject: Re: /dev/vga X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Aug 2004 03:35:00 -0000 On Fri, 6 Aug 2004 09:58:00 +0800, Ying-Chieh Liao wrote: > me too > add "device io" in kernel config helps me create /dev/io > add "link ttyv0 vga" helps me create /dev/vga > but I still dont have /dev/mem > and X.org complains about "cannot mmap /dev/vga" I kldload mem,io,null in loader.conf. It is weird that the modules are not loaded on-the-fly. Jiawei Ye