From owner-cvs-all Thu Sep 5 8:20:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BFE737B400; Thu, 5 Sep 2002 08:20:06 -0700 (PDT) Received: from zibbi.icomtek.csir.co.za (zibbi.icomtek.csir.co.za [146.64.24.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79A6843E4A; Thu, 5 Sep 2002 08:20:03 -0700 (PDT) (envelope-from jhay@zibbi.icomtek.csir.co.za) Received: from zibbi.icomtek.csir.co.za (localhost [IPv6:::1]) by zibbi.icomtek.csir.co.za (8.12.6/8.12.6) with ESMTP id g85FJxD8091770; Thu, 5 Sep 2002 17:19:59 +0200 (SAT) (envelope-from jhay@zibbi.icomtek.csir.co.za) Received: (from jhay@localhost) by zibbi.icomtek.csir.co.za (8.12.6/8.12.6/Submit) id g85FJxam091769; Thu, 5 Sep 2002 17:19:59 +0200 (SAT) (envelope-from jhay) From: John Hay Message-Id: <200209051519.g85FJxam091769@zibbi.icomtek.csir.co.za> Subject: Re: cvs commit: src/release/i386 dokern.sh In-Reply-To: <200209051112.g85BC8QL090732@freefall.freebsd.org> from Murray Stokely at "Sep 5, 2002 04:12:08 am" To: murray@FreeBSD.org (Murray Stokely) Date: Thu, 5 Sep 2002 17:19:59 +0200 (SAT) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > murray 2002/09/05 04:12:08 PDT > > Modified files: (Branch: RELENG_4) > release/i386 dokern.sh > Log: > MFC: 1.62 - Remove AH[CD]_REG_PRETTY_PRINT from boot > floppies. (unbreak "make release") Are you sure that is enough for the kernel to fit again? The new ahd driver pushed things over the edge even with those removed. I had to move some drivers to the mfsroot.flp. Here is what I did. It results in mfsroot.flp and kern.flp like this: Filesystem 1K-blocks Used Avail Capacity iused ifree %iused Mounted on /dev/vnn0c 1407 1180 213 85% 2 28 7% /mnt *** Filesystem is 1440 K, 213 left *** 80000 bytes/inode, 28 left ... Filesystem 1K-blocks Used Avail Capacity iused ifree %iused Mounted on /dev/vnn0c 1407 1397 -4 100% 5 25 17% /mnt *** Filesystem is 1440 K, -4 left *** 80000 bytes/inode, 25 left Created /R/stage/floppies/kern.flp John -- John Hay -- John.Hay@icomtek.csir.co.za / jhay@FreeBSD.org Index: release/i386/drivers.conf =================================================================== RCS file: /home/ncvs/src/release/i386/drivers.conf,v retrieving revision 1.3.2.4 diff -u -r1.3.2.4 drivers.conf --- release/i386/drivers.conf 26 Aug 2002 12:17:35 -0000 1.3.2.4 +++ release/i386/drivers.conf 4 Sep 2002 15:28:52 -0000 @@ -35,7 +35,11 @@ # #drv filename floppy type description +aac aac 2 disk "Adaptec FSA RAID, Dell PERC2/PERC3" an if_an 2 network "Aironet 4500/4800 802.11 PCMCIA/ISA/PCI card" +mlx mlx 2 disk "Mylex DAC960 family RAID" wi if_wi 2 network "Lucent WaveLAN/IEEE 802.11 PCMCIA card" txp if_txp 2 network "3Com 3cR990 (``Typhoon'') PCI Ethernet" +twe twe 2 disk "3ware Escalade RAID" +CD9660 cd9660 2 options "ISO 9660 Filesystem" MSDOSFS msdos 2 options "MSDOS filsystem" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message