From owner-freebsd-current Mon Oct 16 16:32:36 2000 Delivered-To: freebsd-current@freebsd.org Received: from pike.osd.bsdi.com (pike.osd.bsdi.com [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id E8B9A37B502; Mon, 16 Oct 2000 16:32:31 -0700 (PDT) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.11.0/8.9.3) with ESMTP id e9GNW9510338; Mon, 16 Oct 2000 16:32:09 -0700 (PDT) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.11.0/8.11.0) id e9GNULR37648; Mon, 16 Oct 2000 16:30:21 -0700 (PDT) (envelope-from jhb) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <39EA0408.2C8C87B7@softweyr.com> Date: Mon, 16 Oct 2000 16:30:21 -0700 (PDT) Organization: BSD, Inc. From: John Baldwin To: Wes Peters Subject: Re: Our kernel just got too big again. :) Cc: current@FreeBSD.ORG, Jordan Hubbard , obrien@FreeBSD.ORG Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 15-Oct-00 Wes Peters wrote: > David O'Brien wrote: >> >> > On Sat, Oct 14, 2000 at 01:54:39PM -0700, Jordan Hubbard wrote: >> > We've blown out the kern.flp image. Time for me to chop something >> > out again, unless there are any other suggestions. :| >> >> Mind if I commit this patch? >> >> Index: dokern.sh >> =================================================================== >> RCS file: /home/ncvs/src/release/scripts/dokern.sh,v >> retrieving revision 1.35 >> diff -u -r1.35 dokern.sh >> --- dokern.sh 2000/09/29 03:24:03 1.35 >> +++ dokern.sh 2000/10/14 22:55:45 >> @@ -72,7 +72,15 @@ >> -e '/SOFTUPDATES/d' \ >> -e '/MFS/d' \ >> -e '/NFS_ROOT/d' \ >> + -e '/ncr/d' \ >> -e '/atapist/d' \ >> + -e '/lpt/d' \ >> + -e '/ppi/d' \ >> + -e '/vpo/d' \ >> + -e '/ugen/d' \ >> + -e '/uhid/d' \ > > If you remove uhid, will you prohibit installing on an USB-only system? No, but you already can't install on USB-only systems due to hokieness for USB keyboards. Intel UHCI controller USB keyboards don't work in the loader, so you can't hit Enter in between floppies, and due to the way they emulate older keyboards and the ugliness of the console probe, you won't have a usable keyboard once the system is booted. For OHCI controllers, you can't use the keyboard during the kernel userconfig stuff, though they work fine otherwise. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.Baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message