From owner-freebsd-arch Wed Jan 15 22:36:54 2003 Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA0B937B401 for ; Wed, 15 Jan 2003 22:36:51 -0800 (PST) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id E82C643F79 for ; Wed, 15 Jan 2003 22:36:50 -0800 (PST) (envelope-from phk@freebsd.org) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.6/8.12.6) with ESMTP id h0G6aO9O024900; Thu, 16 Jan 2003 07:36:25 +0100 (CET) (envelope-from phk@freebsd.org) To: "Sam Leffler" Cc: arch@freebsd.org Subject: Re: HEADSUP: DEVFS and GEOM mandatorification timeline. From: phk@freebsd.org In-Reply-To: Your message of "Wed, 15 Jan 2003 21:51:00 PST." <1d8501c2bd23$3f9af4a0$5a557f42@errno.com> Date: Thu, 16 Jan 2003 07:36:24 +0100 Message-ID: <24899.1042698984@critter.freebsd.dk> Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <1d8501c2bd23$3f9af4a0$5a557f42@errno.com>, "Sam Leffler" writes: >The way you described it there was more to it than just removing config >glue. Why don't you create a patch for "removing each" so we can have >something concrete to look at? For 5-stable/5.1-RELEASE I will be content simply to remove the config glue, since that achives the goal of restricting the "modes" drivers have to support. For -current after the branchpoint I will be removing the code too. 5-stable relevant patch: Poul-Henning Index: alpha/conf/SIMOS =================================================================== RCS file: /home/ncvs/src/sys/alpha/conf/SIMOS,v retrieving revision 1.23 diff -u -r1.23 SIMOS --- alpha/conf/SIMOS 5 Oct 2002 16:35:21 -0000 1.23 +++ alpha/conf/SIMOS 16 Jan 2003 06:32:27 -0000 @@ -18,8 +18,6 @@ ident SIMOS maxusers 10 -options NO_GEOM - options DEC_KN8AE options SIMOS options INET #InterNETworking Index: conf/NOTES =================================================================== RCS file: /home/ncvs/src/sys/conf/NOTES,v retrieving revision 1.1119 diff -u -r1.1119 NOTES --- conf/NOTES 1 Jan 2003 18:48:48 -0000 1.1119 +++ conf/NOTES 16 Jan 2003 06:33:56 -0000 @@ -642,7 +642,6 @@ options UDF #Universal Disk Format options UMAPFS #UID map filesystem options UNIONFS #Union filesystem -# options NODEVFS #disable devices filesystem # The xFS_ROOT options REQUIRE the associated ``options xFS'' options NFS_ROOT #NFS usable as root device Index: conf/options =================================================================== RCS file: /home/ncvs/src/sys/conf/options,v retrieving revision 1.365 diff -u -r1.365 options --- conf/options 26 Nov 2002 17:32:39 -0000 1.365 +++ conf/options 16 Jan 2003 06:32:11 -0000 @@ -87,7 +87,6 @@ DDB_UNATTENDED GDB_REMOTE_CHAT opt_ddb.h GDBSPEED opt_ddb.h -NO_GEOM opt_geom.h GEOM_AES opt_geom.h GEOM_BDE opt_geom.h GEOM_BSD opt_geom.h @@ -104,7 +103,6 @@ MD_ROOT opt_md.h MD_ROOT_SIZE opt_md.h NDGBPORTS opt_dgb.h -NODEVFS opt_devfs.h NTIMECOUNTER opt_ntp.h NSWAPDEV opt_swap.h PANIC_REBOOT_WAIT_TIME opt_panic.h Index: ia64/conf/SKI =================================================================== RCS file: /home/ncvs/src/sys/ia64/conf/SKI,v retrieving revision 1.8 diff -u -r1.8 SKI --- ia64/conf/SKI 13 Oct 2002 16:29:15 -0000 1.8 +++ ia64/conf/SKI 16 Jan 2003 06:32:42 -0000 @@ -33,8 +33,6 @@ makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols makeoptions NO_CPU_COPTFLAGS=true #Ignore any x86 CPUTYPE -options NO_GEOM - options SKI #Support for HP simulator options INET #InterNETworking #options INET6 #IPv6 communications protocols Index: powerpc/conf/GENERIC =================================================================== RCS file: /home/ncvs/src/sys/powerpc/conf/GENERIC,v retrieving revision 1.19 diff -u -r1.19 GENERIC --- powerpc/conf/GENERIC 19 Oct 2002 16:54:07 -0000 1.19 +++ powerpc/conf/GENERIC 16 Jan 2003 06:32:54 -0000 @@ -35,7 +35,6 @@ options INET #InterNETworking options INET6 #IPv6 communications protocols -options GEOM #GEOMetry subsystem options FFS #Berkeley Fast Filesystem options SOFTUPDATES #Enable FFS soft updates support options UFS_ACL #Support for access control lists -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message