From owner-cvs-all Thu Nov 7 5:53: 9 2002 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 E435637B41C for ; Thu, 7 Nov 2002 05:53:03 -0800 (PST) Received: from mail.speakeasy.net (mail17.speakeasy.net [216.254.0.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17FF443E88 for ; Thu, 7 Nov 2002 05:53:02 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 10242 invoked from network); 7 Nov 2002 13:53:02 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail17.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 7 Nov 2002 13:53:02 -0000 Received: from laptop.baldwin.cx (laptop.baldwin.cx [192.168.0.4]) by server.baldwin.cx (8.12.6/8.12.6) with ESMTP id gA7Dqrn5055963; Thu, 7 Nov 2002 08:52:53 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20021106141644.C49553@FreeBSD.org> Date: Thu, 07 Nov 2002 08:52:55 -0500 (EST) From: John Baldwin To: Juli Mallett Subject: Re: cvs commit: src/sys/conf NOTES src/sys/i386/conf NOTES src/s Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 06-Nov-2002 Juli Mallett wrote: > * De: John Baldwin [ Data: 2002-11-06 ] > [ Subjecte: cvs commit: src/sys/conf NOTES src/sys/i386/conf NOTES src/sys/modules Makefile ] >> jhb 2002/11/06 14:03:53 PST >> >> Modified files: >> sys/conf NOTES >> sys/i386/conf NOTES >> sys/modules Makefile >> Log: >> ed(4) uses kvtop() and is thus i386-only. It has several other warnings >> related to sizeof(int) != sizeof(void *), but kvtop() is much harder to >> fix. > > May it be worth it to look at NetBSD's ne(4) at this point? I don't know. Feel free to investigate. One could also just make ed(4) use bus_dma and fixup the other warnings. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message