cvs commit: src/release Makefile

John Hay jhay at icomtek.csir.co.za
Tue Apr 15 04:45:42 PDT 2003


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 at icomtek.csir.co.za / jhay at 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"


More information about the cvs-all mailing list