From owner-cvs-src@FreeBSD.ORG  Tue Oct 19 07:31:11 2004
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 84D1C16A4CF; Tue, 19 Oct 2004 07:31:11 +0000 (GMT)
Received: from thingy.tbd.co.nz (thingy.tbd.co.nz [210.48.70.194])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id D3B6243D3F; Tue, 19 Oct 2004 07:31:10 +0000 (GMT)
	(envelope-from thompsa@thingy.tbd.co.nz)
Received: from thingy.tbd.co.nz (localhost [127.0.0.1])
	i9J7VlAX008582;	Tue, 19 Oct 2004 20:31:47 +1300
Received: (from thompsa@localhost)
	by thingy.tbd.co.nz (8.12.3/8.12.3/Debian-7.1) id i9J7VjWn008559;
	Tue, 19 Oct 2004 20:31:45 +1300
Date: Tue, 19 Oct 2004 20:31:45 +1300
From: Andrew Thompson <andy@fud.org.nz>
To: Max Khon <fjoe@samodelkin.net>
Message-ID: <20041019073145.GA29746@thingy.tbd.co.nz>
References: <200410181719.i9IHJa9l097436@repoman.freebsd.org>
	<20041018173516.GB89681@ip.net.ua> <20041018174511.GA6079@dragon.nuxi.com>
	<20041018183118.GA80703@falcon.midgard.homeip.net>
	<20041019071102.GA49717@FreeBSD.org> <20041019072349.GA28133@samodelkin.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20041019072349.GA28133@samodelkin.net>
User-Agent: Mutt/1.3.28i
cc: Alexey Dokuchaev <danfe@freebsd.org>
cc: src-committers@freebsd.org
cc: cvs-src@freebsd.org
cc: David O'Brien <obrien@freebsd.org>
cc: Ruslan Ermilov <ru@freebsd.org>
cc: cvs-all@freebsd.org
Subject: Re: cvs commit: src/lib/libc/i386/net htonl.S ntohl.S
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 19 Oct 2004 07:31:11 -0000

On Tue, Oct 19, 2004 at 02:23:49PM +0700, Max Khon wrote:
> Hi!
> 
> On Tue, Oct 19, 2004 at 07:11:02AM +0000, Alexey Dokuchaev wrote:
> 
> > > I think you people need to decide to either drop support for 80386
> > > completely (in which case all the '#ifdef I386_CPU' and similar can go
> > > away) or decide to keep support for it, in which case most things
> > > should just work 'out of the box' on a 80386 (without recompilation
> > > needed more than absolutely necessary.)
> > 
> > I don't really see your point; what's wrong with having support for i386,
> > just being hidden behind the need to tweak some things (i.e. to recompile
> > a custom kernel)?  Methinks that we can expect certain level of competence
> > of someone who is willing to install FreeBSD-5 on i386, definitely being
> > able to rebuild a kernel (which is actually pretty easy to do compared to
> > Linux, for me at least).  There's also an option of putting GENERIC-386
> > next to GENERIC config file in /sys/i386/conf.
> 
> I am afraid that recompiling a kernel on i386 will require several days.
> 

Chicken and the egg. To support i386 it must be recompiled, so you would
have to do it on another box anyway.