From owner-freebsd-current@FreeBSD.ORG Sat May 17 02:28:10 2008 Return-Path: Delivered-To: current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8448310656B9 for ; Sat, 17 May 2008 02:28:10 +0000 (UTC) (envelope-from julian@elischer.org) Received: from outQ.internet-mail-service.net (outq.internet-mail-service.net [216.240.47.240]) by mx1.freebsd.org (Postfix) with ESMTP id 6DCB68FC13 for ; Sat, 17 May 2008 02:28:10 +0000 (UTC) (envelope-from julian@elischer.org) Received: from mx0.idiom.com (HELO idiom.com) (216.240.32.160) by out.internet-mail-service.net (qpsmtpd/0.40) with ESMTP; Sat, 17 May 2008 11:48:25 -0700 Received: from julian-mac.elischer.org (localhost [127.0.0.1]) by idiom.com (Postfix) with ESMTP id 75DCE2D6010; Fri, 16 May 2008 19:28:09 -0700 (PDT) Message-ID: <482E42BB.1040206@elischer.org> Date: Fri, 16 May 2008 22:28:11 -0400 From: Julian Elischer User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: Norikatsu Shigemura References: <482D7FE6.6020405@elischer.org> <20080517081548.ce75ffd7.nork@FreeBSD.org> In-Reply-To: <20080517081548.ce75ffd7.nork@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Current Subject: Re: vimage patches and example run. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 May 2008 02:28:10 -0000 Norikatsu Shigemura wrote: > On Fri, 16 May 2008 08:36:54 -0400 > Julian Elischer wrote: >> vimage patches as of 8AM in ottawa: >> http://www.freebsd.org/~julian/vimage.diff > > Wow! I'll try to do it! :-) > BTW, does zfs have any problem? > > Index: sys/modules/Makefile > =========================================================================== > --- sys/modules/Makefile 2008/05/16 05:32:58 #374 > +++ sys/modules/Makefile 2008/05/16 05:32:58 > @@ -438,9 +438,6 @@ > _tmpfs= tmpfs > _wi= wi > _xe= xe > -.if ${MK_ZFS} != "no" || defined(ALL_MODULES) > -_zfs= zfs > -.endif > .if ${MACHINE} == "i386" > _aac= aac > _acpi= acpi possibly doesn't compile. generally left out during testing becasue it was a moving target. You have reminded me to try it again :-)