From owner-cvs-all Wed Nov 6 11:29: 3 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 5E19937B401; Wed, 6 Nov 2002 11:29:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BA9043E42; Wed, 6 Nov 2002 11:29:02 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gA6JRAmV081673; Wed, 6 Nov 2002 11:27:10 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gA6JRA4N081672; Wed, 6 Nov 2002 11:27:10 -0800 (PST) Message-Id: <200211061927.gA6JRA4N081672@repoman.freebsd.org> From: John Baldwin Date: Wed, 6 Nov 2002 11:27:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf NOTES files files.i386 src/sys/i386/conf NOTES X-FreeBSD-CVS-Branch: HEAD 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 jhb 2002/11/06 11:27:09 PST Modified files: sys/conf NOTES files files.i386 sys/i386/conf NOTES Log: Make the ar(4) driver i386-only for now. It has lots of sizeof(int) == sizeof(void *) assumptions and doesn't use busdma yet (it uses kvtop() which is not an MI interface). Recommended by: jake, mux Revision Changes Path 1.1105 +0 -7 src/sys/conf/NOTES 1.731 +0 -2 src/sys/conf/files 1.427 +2 -0 src/sys/conf/files.i386 1.1058 +7 -0 src/sys/i386/conf/NOTES To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message