From owner-svn-src-head@FreeBSD.ORG Sun Feb 8 03:25:18 2009 Return-Path: Delivered-To: svn-src-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA632106566B; Sun, 8 Feb 2009 03:25:18 +0000 (UTC) (envelope-from nyan@jp.FreeBSD.org) Received: from sakura.ccs.furiru.org (unknown [IPv6:2001:2f0:104:8060::1]) by mx1.freebsd.org (Postfix) with ESMTP id 714CA8FC0A; Sun, 8 Feb 2009 03:25:18 +0000 (UTC) (envelope-from nyan@jp.FreeBSD.org) Received: from localhost (authenticated bits=0) by sakura.ccs.furiru.org (unknown) with ESMTP id n183PEuO006103; Sun, 8 Feb 2009 12:25:16 +0900 (JST) (envelope-from nyan@jp.FreeBSD.org) Date: Sun, 08 Feb 2009 12:25:14 +0900 (JST) Message-Id: <20090208.122514.27801215.nyan@jp.FreeBSD.org> To: wkoszek@FreeBSD.org From: Takahashi Yoshihiro In-Reply-To: <20090206235424.GK83537@FreeBSD.org> References: <200902070015.n170FU58075372@svn.freebsd.org> <20090206235424.GK83537@FreeBSD.org> X-Mailer: Mew version 6.2 on Emacs 22.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, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r188257 - head/sys/pc98/conf X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Feb 2009 03:25:19 -0000 In article <20090206235424.GK83537@FreeBSD.org> "Wojciech A. Koszek" writes: >> +# EPSON_BOUNCEDMA: XXX >> +# EPSON_MEMWIN: XXX > > Those had no respective comment lines, and I didn't know what those options do. > I expect someone to fill those, or at least present 'ready to commit' comments > on what they do. EPSON_BOUNCEDMA was to use a bounce buffer to upper 15MB, but it's broken now. EPSON_MEMWIN disables 15-16MB chunk, and enables EPSON memory window. --- TAKAHASHI Yoshihiro