Date: Thu, 5 Sep 2002 17:19:59 +0200 (SAT) From: John Hay <jhay@icomtek.csir.co.za> To: murray@FreeBSD.org (Murray Stokely) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/i386 dokern.sh Message-ID: <200209051519.g85FJxam091769@zibbi.icomtek.csir.co.za> In-Reply-To: <200209051112.g85BC8QL090732@freefall.freebsd.org> from Murray Stokely at "Sep 5, 2002 04:12:08 am"
next in thread | previous in thread | raw e-mail | index | archive | help
> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209051519.g85FJxam091769>