Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Apr 2003 13:45:36 +0200
From:      John Hay <jhay@icomtek.csir.co.za>
To:        Ruslan Ermilov <ru@FreeBSD.org>
Cc:        src-committers@FreeBSD.org
Subject:   Re: cvs commit: src/release Makefile
Message-ID:  <20030415114536.GA87123@zibbi.icomtek.csir.co.za>
In-Reply-To: <20030415095508.GA78879@sunbay.com>
References:  <200304150636.h3F6adft044309@repoman.freebsd.org> <20030415073035.GA79685@zibbi.icomtek.csir.co.za> <20030415095508.GA78879@sunbay.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Apr 15, 2003 at 12:55:08PM +0300, Ruslan Ermilov wrote:
> On Tue, Apr 15, 2003 at 09:30:35AM +0200, John Hay wrote:
> > On Mon, Apr 14, 2003 at 11:36:39PM -0700, Ruslan Ermilov wrote:
> > > ru          2003/04/14 23:36:39 PDT
> > > 
> > >   FreeBSD src repository
> > > 
> > >   Modified files:
> > >     release              Makefile 
> > >   Log:
> > >   Makefile.inc1 rev. 1.341 broke release.5 -- the fuss with MAKEFLAGS
> > >   here interferenced with one in Makefile.inc1.  Since we can't avoid
> > >   the jugglery in Makefile.inc1 (we want -m /usr/src/tools/build/mk
> > >   to come first, before any other -m specified on the command line),
> > >   avoid it here.
> > 
> > Great! Thanks. My nightly release builds broke a few nights ago because
> > of this, but I was away and so didn't get to look into it.
> > 
> This doesn't fix the whole snapshot building; the BOOTMFS kernel has
> grown again and does not fit onto a floppy.

Yes I have seen. I have been building snaps with this patch locally.

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.22
diff -u -r1.22 drivers.conf
--- release/i386/drivers.conf	21 Mar 2003 22:01:00 -0000	1.22
+++ release/i386/drivers.conf	9 Apr 2003 07:39:12 -0000
@@ -75,7 +75,11 @@
 awi	if_awi		3	network "BayStack 660 and others"
 de	if_de		3	network	"DEC DE435 PCI NIC or other DC21040-AA based card"
 em	if_em		3	network	"Intel Pro/1000 PCI gigabit ethernet card"
+ex	if_ex		3	network "Intel EtherExpress Pro/10 and Pro/10+"
+ie	if_ie		3	network "EtherExpress 8/16, 3C507, StarLAN 10 etc."
+plip	plip		3	network "TCP/IP over parallel"
 sk	if_sk		3	network	"SysKonnect PCI gigabit ethernet card"
+sl	if_sl		3	network "Kernel Slip driver"
 sn	if_sn		3	network	"SMC's 9000 series of ethernet chips"
 ti	if_ti		3	network	"Alteon Networks PCI gigabit ethernet card"
 tl	if_tl		3	network	"Texas Instruments ThunderLAN PCI ethernet card"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030415114536.GA87123>