From owner-cvs-src@FreeBSD.ORG Thu Jul 21 21:58:04 2005 Return-Path: X-Original-To: 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 5A21B16A41F; Thu, 21 Jul 2005 21:58:04 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF4F743D49; Thu, 21 Jul 2005 21:58:01 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.3/8.13.3) with ESMTP id j6LM89PB031807; Thu, 21 Jul 2005 16:08:09 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <42E01A76.7060000@samsco.org> Date: Thu, 21 Jul 2005 15:58:14 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.8) Gecko/20050615 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Peter Wemm References: <200507212155.j6LLtBoK027602@repoman.freebsd.org> In-Reply-To: <200507212155.j6LLtBoK027602@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files.amd64 src/sys/amd64/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jul 2005 21:58:04 -0000 Peter Wemm wrote: > peter 2005-07-21 21:55:11 UTC > > FreeBSD src repository > > Modified files: > sys/conf files.amd64 > sys/amd64/conf NOTES > Log: > Add the ed driver for lint building. The PCI instances are still useful. > In theory, there are no isa slots on any amd64/em64t systems, but it > doesn't hurt to keep these tiny fragments compiling. > > Revision Changes Path > 1.39 +5 -6 src/sys/amd64/conf/NOTES > 1.74 +6 -0 src/sys/conf/files.amd64 This is likely very useful for the pccard version of if_ed that is still in existance and could easily be shoved into an amd64 laptop. Scott