From owner-freebsd-current@FreeBSD.ORG Sun Aug 8 23:55:46 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 9050316A4CE for ; Sun, 8 Aug 2004 23:55:46 +0000 (GMT) Received: from mail.portrait.com (mail.portrait.com [64.171.32.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FA3C43D2D for ; Sun, 8 Aug 2004 23:55:44 +0000 (GMT) (envelope-from jpedras@webvolution.net) Received: from [192.168.0.230] (ned.webvolution.net [64.174.136.225]) (authenticated bits=0) by mail.portrait.com (8.12.11/8.12.11) with ESMTP id i78NtNUn060642 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 8 Aug 2004 16:55:24 -0700 (PDT) (envelope-from jpedras@webvolution.net) Message-ID: <4116BD78.1000909@webvolution.net> Date: Sun, 08 Aug 2004 16:55:36 -0700 From: Joao Pedras User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040803 X-Accept-Language: en-us, en MIME-Version: 1.0 To: T Kellers References: <200408072138.i77LcPxJ070334@bunrab.catwhisker.org> <200408071744.46768.timothyk@devel.njit.edu> In-Reply-To: <200408071744.46768.timothyk@devel.njit.edu> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on mail.portrait.com X-Mailman-Approved-At: Mon, 09 Aug 2004 11:55:19 +0000 cc: freebsd-current@freebsd.org Subject: Re: x server breakage? 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: Sun, 08 Aug 2004 23:55:46 -0000 Tim, did you figure this one out? After I added 'io' it started complaining about /dev/vga not being there. The xserver log error is 'xf86MapVidMem: Could not mmap /dev/vga (Invalid argument) I do have 'device vga' in the kernel. Thanks! T Kellers wrote: >On Saturday 07 August 2004 05:38 pm, David Wolfskill wrote: > > >>Do you have >> >>device io # I/O device >> >> >>in your kernel config? If not, did you read /usr/src/UPDATING? >> >>Peace, >>david >> >> > >20040802: > making /dev/(null|zero) into a module proved to be too unpopular, > so this bit has been revoked from the previous (20040801) entry. > >20040801: > The /dev/mem, /dev/io /dev/(null/zero) devices are now modules, > so you may wish to add them to your kernel config file. See > GENERIC for examples. > >I thought the note on 20040802 backed out all the changes referenced in the >note from 20040801, including /dev/io. > >I'll try putting /dev/io in the kernel. > >Thanks > >Tim > > >