From owner-svn-src-all@freebsd.org Fri Apr 27 03:52:52 2018 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D1079FBFB7A; Fri, 27 Apr 2018 03:52:51 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 77D2B815F5; Fri, 27 Apr 2018 03:52:51 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-lf0-f43.google.com (mail-lf0-f43.google.com [209.85.215.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id 307E022513; Fri, 27 Apr 2018 03:52:51 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-lf0-f43.google.com with SMTP id y14-v6so309215lfy.12; Thu, 26 Apr 2018 20:52:51 -0700 (PDT) X-Gm-Message-State: ALQs6tBfv8qp9WMjktGy8R/FwRECnCethyL3vWMCS+7r5KB6s8OxkY9w 05j5baIVkdYmSfUtfkKaLfF3LFGRCPFhyszIf8I= X-Google-Smtp-Source: AB8JxZogld8MYnAPexBE6UnKGHKZMZtl0otKOSU1t1V9s/60ZxsCaPvM1J/VCQbhZhTZnVswFs4s0pJ/pZX5r/2wEPA= X-Received: by 2002:a19:2902:: with SMTP id p2-v6mr288188lfp.99.1524801169498; Thu, 26 Apr 2018 20:52:49 -0700 (PDT) MIME-Version: 1.0 References: <201804270239.w3R2daCL074134@repo.freebsd.org> In-Reply-To: <201804270239.w3R2daCL074134@repo.freebsd.org> Reply-To: BYOND.Lenox@gmail.com From: Kyle Evans Date: Fri, 27 Apr 2018 03:52:38 +0000 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r333049 - in stable/11/stand/pc98: boot2 libpc98 To: Takahashi Yoshihiro Cc: src-committers , svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.25 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: Fri, 27 Apr 2018 03:52:52 -0000 On Thu, Apr 26, 2018 at 9:39 PM, Takahashi Yoshihiro wrote: > Author: nyan > Date: Fri Apr 27 02:39:36 2018 > New Revision: 333049 > URL: https://svnweb.freebsd.org/changeset/base/333049 > > Log: > whitespace changes to reduce diffs from i386. > still broken pc98 boot. Hi Takahashi, Sorry about this. =( I tried to at least get it back into a buildable state, but I don't have the hardware to test it unfortunately. I realize now that I should have coordinated with you before-hand to step pc98 through the stand/ mess gracefully. What kind of breakage does it exhibit? Thanks, Kyle Evans > > Modified: > stable/11/stand/pc98/boot2/boot2.c > stable/11/stand/pc98/libpc98/bioscd.c > stable/11/stand/pc98/libpc98/biosdisk.c >