From owner-svn-src-all@FreeBSD.ORG Tue Jan 20 01:08:45 2009 Return-Path: Delivered-To: svn-src-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7EBC71065673; Tue, 20 Jan 2009 01:08:45 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 053FE8FC14; Tue, 20 Jan 2009 01:08:44 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.2/8.14.1) with ESMTP id n0K17tYu082126; Mon, 19 Jan 2009 18:07:55 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 19 Jan 2009 18:08:30 -0700 (MST) Message-Id: <20090119.180830.1976921334.imp@bsdimp.com> To: sobomax@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <497446D4.5020104@FreeBSD.org> References: <200901190710.n0J7ACSg001385@svn.freebsd.org> <497432A1.9060805@samsco.org> <497446D4.5020104@FreeBSD.org> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: svn-src-head@FreeBSD.org, scottl@samsco.org, src-committers@FreeBSD.org, svn-src-all@FreeBSD.org Subject: Re: svn commit: r187426 - head/sys/amd64/conf X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jan 2009 01:08:45 -0000 In message: <497446D4.5020104@FreeBSD.org> Maxim Sobolev writes: : i386 only and don't have any particular reason to be i386-specific (i.e. : ISA/EISA drivers, PCMCIA drivers etc) into amd64 GENERIC automatically Ahem. PC Card drivers are not, and never have been, i386 specific. At least not since we've moved to NEWCARD. You should remove that from the list of things that you think are processor specific. They have worked on amd64 for a long time, and there are likely to be a few new PC Card bridge drivers in the tree soon for non-x86 platforms. Warner