Date: Sun, 1 Aug 2004 16:24:19 +0200 From: "Simon L. Nielsen" <simon@FreeBSD.org> To: Mark Murray <markm@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 ... Message-ID: <20040801142419.GA686@arthur.nitro.dk> In-Reply-To: <200408011140.i71BesOt070889@repoman.freebsd.org> References: <200408011140.i71BesOt070889@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040801142419.GA686>