From owner-freebsd-current Mon Feb 16 14:21:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA17895 for freebsd-current-outgoing; Mon, 16 Feb 1998 14:21:28 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA17773 for ; Mon, 16 Feb 1998 14:20:45 -0800 (PST) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id OAA07992; Mon, 16 Feb 1998 14:12:08 -0800 (PST) Received: from UNKNOWN(), claiming to be "current1.whistle.com" via SMTP by alpo.whistle.com, id smtpd007990; Mon Feb 16 14:12:04 1998 Date: Mon, 16 Feb 1998 14:08:12 -0800 (PST) From: Julian Elischer To: John Polstra cc: current@FreeBSD.ORG Subject: Re: Working (apparently) soft-update code available. In-Reply-To: <199802140321.TAA22163@austin.polstra.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG oops we compile it on a 2.2.5 system (3.0 sources) you need this to make that work, and it has no side effects. if_de.c has a ton of #if (__FreeBSD__ >= 3 ) in it.. (in the 3.0 source tree) (means you can't compile a kernel to upgrade from 2.2 to 3.0) On Fri, 13 Feb 1998, John Polstra wrote: > In article , > Julian Elischer wrote: > > > > look in: > > ftp://ftp.freebsd.org/pub/FreeBSD/incoming/softupdates4.tgz > > Great! > > But ... what is this doing in there?? > > > Index: sys/pci/if_de.c > > =================================================================== > > RCS file: /cvs/freebsd/src/sys/pci/if_de.c,v > > retrieving revision 1.79 > > diff -c -r1.79 if_de.c > > *** if_de.c 1998/02/06 12:14:08 1.79 > > --- if_de.c 1998/02/13 22:39:06 > > *************** > > *** 1,3 **** > > --- 1,5 ---- > > + #undef __FreeBSD__ > > + #define __FreeBSD__ 3 > > /* $NetBSD: if_de.c,v 1.56 1997/10/20 14:32:46 matt Exp $ */ > > /* $Id: if_de.c,v 1.79 1998/02/06 12:14:08 eivind Exp $ */ > > > > John > -- > John Polstra jdp@polstra.com > John D. Polstra & Co., Inc. Seattle, Washington USA > "Self-knowledge is always bad news." -- John Barth > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message