From owner-freebsd-stable Fri Dec 14 11:59:41 2001 Delivered-To: freebsd-stable@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id 3EF4E37B416 for ; Fri, 14 Dec 2001 11:59:38 -0800 (PST) Received: from gosset.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 14 Dec 2001 19:59:37 +0000 (GMT) To: Jordan Hubbard Cc: stable@freebsd.org Subject: Re: Waaaarg, we just blew out the kernel again.. In-Reply-To: Your message of "Fri, 14 Dec 2001 11:24:43 PST." <66145.1008357883@winston.freebsd.org> Date: Fri, 14 Dec 2001 19:59:37 +0000 From: Ian Dowse Message-ID: <200112141959.aa22483@salmon.maths.tcd.ie> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <66145.1008357883@winston.freebsd.org>, Jordan Hubbard writes: >Who's been adding stuff (directly or indirectly) to GENERIC? We can probably shave off a small amount by excluding `urio' - this was added to RELENG_4's GENERIC a few months ago, but I don't see a corresponding dokern.sh entry in the i386 section. Revision 1.36 of dokern.sh excluded urio in -current, and revision 1.23.2.15 excluded it in RELENG_4 for the alpha, but it was never excluded from RELENG_4's floppy kernel on the i386. The patch below completes the MFC of revision 1.36. Ian Index: dokern.sh =================================================================== RCS file: /FreeBSD/FreeBSD-CVS/src/release/scripts/Attic/dokern.sh,v retrieving revision 1.23.2.17 diff -u -r1.23.2.17 dokern.sh --- dokern.sh 29 Nov 2001 03:30:23 -0000 1.23.2.17 +++ dokern.sh 14 Dec 2001 19:56:50 -0000 @@ -57,6 +57,7 @@ -e '/ppi/d' \ -e '/uhid/d' \ -e '/ulpt/d' \ + -e '/urio/d' \ -e '/uscanner/d' \ -e '/maxusers/d' \ -e 's/ident.*GENERIC/ident BOOTMFS/g' @@ -84,6 +85,7 @@ -e '/ppi/d' \ -e '/uhid/d' \ -e '/ulpt/d' \ + -e '/urio/d' \ -e '/uscanner/d' \ -e '/maxusers/d' \ -e 's/ident.*GENERIC/ident BOOTMFS/g' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message