From owner-cvs-all@FreeBSD.ORG Mon Oct 18 18:34:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9316D16A4CE for ; Mon, 18 Oct 2004 18:34:52 +0000 (GMT) Received: from av11-2-sn4.m-sp.skanova.net (av11-2-sn4.m-sp.skanova.net [81.228.10.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43E5543D2F for ; Mon, 18 Oct 2004 18:34:52 +0000 (GMT) (envelope-from ertr1013@student.uu.se) Received: by av11-2-sn4.m-sp.skanova.net (Postfix, from userid 502) id 4AB0E37E4A; Mon, 18 Oct 2004 20:34:51 +0200 (CEST) Received: from smtp4-1-sn4.m-sp.skanova.net (smtp4-1-sn4.m-sp.skanova.net [81.228.10.181]) by av11-2-sn4.m-sp.skanova.net (Postfix) with ESMTP id 3B08A37E42 for ; Mon, 18 Oct 2004 20:34:51 +0200 (CEST) Received: from falcon.midgard.homeip.net (h201n1fls24o1048.bredband.comhem.se [212.181.162.201]) by smtp4-1-sn4.m-sp.skanova.net (Postfix) with SMTP id ADF0737E47 for ; Mon, 18 Oct 2004 20:34:50 +0200 (CEST) Received: (qmail 80744 invoked by uid 1001); 18 Oct 2004 18:34:50 -0000 Date: Mon, 18 Oct 2004 20:34:50 +0200 From: Erik Trulsson To: Ruslan Ermilov Message-ID: <20041018183450.GB80703@falcon.midgard.homeip.net> Mail-Followup-To: Ruslan Ermilov , David O'Brien , cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200410181719.i9IHJa9l097436@repoman.freebsd.org> <20041018173516.GB89681@ip.net.ua> <20041018174511.GA6079@dragon.nuxi.com> <20041018180319.GD89681@ip.net.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041018180319.GD89681@ip.net.ua> User-Agent: Mutt/1.5.6i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: David O'Brien Subject: Re: cvs commit: src/lib/libc/i386/net htonl.S ntohl.S X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 18:34:52 -0000 On Mon, Oct 18, 2004 at 09:03:20PM +0300, Ruslan Ermilov wrote: > > http://www.freebsd.org/releases/5.2.1R/hardware-i386.html#PROC > > says i386 (except 386SX) is still supported. I recall phk@ Which doesn't make much sense since (AFAIK) there is no difference between 386DX and 386SX from a programmers point of view. (The difference between them is that the 386sx has a 16-bit databus and a 24-bit address bus, while the 386dx has both 32-bit, but this only affects the motherboard designers, not the people who write software.) -- Erik Trulsson ertr1013@student.uu.se