From owner-cvs-src@FreeBSD.ORG Sun Aug 1 14:24:21 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFED416A4CE; Sun, 1 Aug 2004 14:24:21 +0000 (GMT) Received: from arthur.nitro.dk (port324.ds1-khk.adsl.cybercity.dk [212.242.113.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E60C43D31; Sun, 1 Aug 2004 14:24:21 +0000 (GMT) (envelope-from simon@arthur.nitro.dk) Received: by arthur.nitro.dk (Postfix, from userid 3000) id 9A6D911959; Sun, 1 Aug 2004 16:24:19 +0200 (CEST) Date: Sun, 1 Aug 2004 16:24:19 +0200 From: "Simon L. Nielsen" To: Mark Murray Message-ID: <20040801142419.GA686@arthur.nitro.dk> References: <200408011140.i71BesOt070889@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="IJpNTDwzlM2Ie8A6" Content-Disposition: inline In-Reply-To: <200408011140.i71BesOt070889@repoman.freebsd.org> User-Agent: Mutt/1.5.6i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha mem.c src/sys/alpha/conf GENERIC src/sys/alpha/include memdev.h src/sys/amd64/amd64 io.c mem.c src/sys/amd64/conf GENERIC NOTES src/sys/amd64/include iodev.h memdev.h src/sys/conf NOTES files files.alpha files.amd64 ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 14:24:22 -0000 --IJpNTDwzlM2Ie8A6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2004.08.01 11:40:54 +0000, Mark Murray wrote: > markm 2004-08-01 11:40:54 UTC >=20 > FreeBSD src repository >=20 [...] > Log: > Break out the MI part of the /dev/[k]mem and /dev/io drivers into > their own directory and module, leaving the MD parts in the MD > area (the MD parts _are_ part of the modules). /dev/mem and /dev/io > are now loadable modules, thus taking us one step further towards > a kernel created entirely out of modules. Of course, there is nothing > preventing the kernel from having these statically compiled. [...] > | =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > | RCS file: /usr/local/www/cvsroot/FreeBSD/src/sys/i386/conf/GENERIC,v > | retrieving revision 1.407 > | retrieving revision 1.408 > | diff -u -p -r1.407 -r1.408 > | --- src/sys/i386/conf/GENERIC 2004/07/18 09:03:12 1.407 > | +++ src/sys/i386/conf/GENERIC 2004/08/01 11:40:52 1.408 > | @@ -16,7 +16,7 @@ > | # If you are in doubt as to the purpose or necessity of a line, check = first > | # in NOTES. > | # > | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/src/sys/i386/conf/GENERIC,v= 1.407 2004/07/18 09:03:12 maxim Exp $ > | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/src/sys/i386/conf/GENERIC,v= 1.408 2004/08/01 11:40:52 markm Exp $ > | =20 > | machine i386 > | cpu I486_CPU > | @@ -29,7 +29,7 @@ ident GENERIC > | =20 > | makeoptions DEBUG=3D-g # Build kernel with gdb(1) debug symbols > | =20 > | -options SCHED_ULE # ULE scheduler > | +options SCHED_4BSD This looks like something that slipped in by mistake ? > | options INET # InterNETworking > | options INET6 # IPv6 communications protocols > | options FFS # Berkeley Fast Filesystem > | @@ -239,8 +239,10 @@ device wi # WaveLAN/Intersil/Symbol 80 > | #device wl # Older non 802.11 Wavelan wireless NIC. > | =20 > | # Pseudo devices. > | -device random # Entropy device > | device loop # Network loopback > | +device mem # Memory and kernel memory devices > | +device null # Null and zero devices > | +device random # Entropy device Shouldn't the io device also be included by default, since e.g. X won't start without it. --=20 Simon L. Nielsen FreeBSD Documentation Team --IJpNTDwzlM2Ie8A6 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBDP0Th9pcDSc1mlERAl6oAJ4xDazj6SACY2JV9/cHYk0q+NN1KACeM6E2 JYooHCcWxqp4g+9RAKeOHhk= =1cb+ -----END PGP SIGNATURE----- --IJpNTDwzlM2Ie8A6--