From owner-freebsd-current@FreeBSD.ORG Sun Aug 1 15:40:40 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 3FD3216A4CF for ; Sun, 1 Aug 2004 15:40:40 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0DD543D54 for ; Sun, 1 Aug 2004 15:40:37 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: by mproxy.gmail.com with SMTP id 73so115254rnl for ; Sun, 01 Aug 2004 08:40:37 -0700 (PDT) Received: by 10.38.2.74 with SMTP id 74mr28764rnb; Sun, 01 Aug 2004 08:40:37 -0700 (PDT) Message-ID: Date: Sun, 1 Aug 2004 23:40:37 +0800 From: Jiawei Ye To: Mathieu Arnold In-Reply-To: <40C00E30F59A43167A9FFDC0@nescarba.in.t-online.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable References: <40C00E30F59A43167A9FFDC0@nescarba.in.t-online.fr> cc: dlt@mebtel.net cc: current@freebsd.org Subject: Re: /dev/null doesn't get created 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, 01 Aug 2004 15:40:40 -0000 On Sun, 01 Aug 2004 17:21:12 +0200, Mathieu Arnold wrote: > +-le 01/08/2004 11:07 -0400, Derek Tattersall =E9crivait : > | CURRENT as of this morning dint'create /dev/null. My previous > | CURRENT, from July 25 created it fine so all was well.Can anybody > | offer me a clue as to what this is all about? I tried to figure out > | what causes /dev/null to get created, but was unsuccessful. >=20 >=20 > Maybe you did not read UPDATING : >=20 > 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. >=20 > -- > Mathieu Arnold 'options io' is not in GENERIC, is this intended? Jiawei Ye