Date: Fri, 14 Dec 2001 12:06:43 -0800 From: Jordan Hubbard <jkh@winston.freebsd.org> To: Ian Dowse <iedowse@maths.tcd.ie> Cc: stable@freebsd.org Subject: Re: Waaaarg, we just blew out the kernel again.. Message-ID: <66547.1008360403@winston.freebsd.org> In-Reply-To: Message from Ian Dowse <iedowse@maths.tcd.ie> of "Fri, 14 Dec 2001 19:59:37 GMT." <200112141959.aa22483@salmon.maths.tcd.ie>
next in thread | previous in thread | raw e-mail | index | archive | help
Looks good, please commit it. > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?66547.1008360403>