From owner-freebsd-current@FreeBSD.ORG Tue Aug 17 15:26:21 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 55EFB16A4CE for ; Tue, 17 Aug 2004 15:26:21 +0000 (GMT) Received: from itxmarket.com (fw.itxmarket.com [213.11.40.109]) by mx1.FreeBSD.org (Postfix) with ESMTP id F400D43D2D for ; Tue, 17 Aug 2004 15:26:20 +0000 (GMT) (envelope-from mich@freebsdcluster.net) Received: from mail2.itxmarket.com (unknown [192.168.2.19]) by itxmarket.com (Postfix) with ESMTP id F3CEC3FDA; Tue, 17 Aug 2004 17:26:19 +0200 (CEST) Received: from freebsdcluster.net (mich2.itxmarket.com [192.168.2.26]) by mail2.itxmarket.com (Postfix) with ESMTP id B81611C0817; Tue, 17 Aug 2004 17:26:19 +0200 (CEST) Received: by freebsdcluster.net (Postfix, from userid 1001) id 8D6BC2284E; Tue, 17 Aug 2004 17:26:19 +0200 (CEST) Date: Tue, 17 Aug 2004 17:26:19 +0200 From: "Michael L. Hostbaek" To: Oliver Fischer Message-ID: <20040817152619.GB77984@mich2.itxmarket.com> Mail-Followup-To: "Michael L. Hostbaek" , Oliver Fischer , current@freebsd.org References: <41222452.8020602@snafu.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41222452.8020602@snafu.de> X-Operating-System: FreeBSD 5.2.1-RELEASE-p8 i386 X-PGP-Key: http://www.freebsdcluster.org/~mich/ User-Agent: Mutt/1.5.6i cc: current@freebsd.org Subject: Re: /dev/io lost after cvs update today 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: Tue, 17 Aug 2004 15:26:21 -0000 Oliver Fischer (plexus) writes: > Hello, Hello, > > Today I updated my source tree, built and installed the hole base > system. Since this /dev/io does not longer exist and I get a lot of > messages like this: Please read /usr/src/UPDATING: 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. /mich