From owner-svn-src-stable@freebsd.org Fri Apr 27 04:11:29 2018 Return-Path: Delivered-To: svn-src-stable@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 BBB3AFBFF7F for ; Fri, 27 Apr 2018 04:11:29 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-io0-x22e.google.com (mail-io0-x22e.google.com [IPv6:2607:f8b0:4001:c06::22e]) (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)) by mx1.freebsd.org (Postfix) with ESMTPS id 4C147845B3 for ; Fri, 27 Apr 2018 04:11:29 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-io0-x22e.google.com with SMTP id d11-v6so1000358iof.11 for ; Thu, 26 Apr 2018 21:11:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=0/wdZ2OxVBfpezOdfMVxbMejs87+wISfX7hX39K0++M=; b=BKoi3rmE4g7dHZ2n3thTWq0fv+AxrBRw+PiSeACIA6+/DxLoRm8uK0u9Z1E6noM3RO M8v+7GeezDZV0y8zkRWrkdD9D6AR2RYHdO5AL/G83jwaKt1KFIWh3t4C4EiO1aoa/iG9 /c/B5xTyTee3AOVILGRyueuGfCQbisCyGuR3LF7GvweDeRgSBz6R7OalZJWP2D++NZWG nYHhcl6V3yE/OnfJPgXJKg0oIuBJ8NT200cWWxONsjJAmxgDkjLgjOQejQ8BWCbF0apw rV27j+jFOYBbOY8CgNJ8Y4bEwEhzjT/RozZU1B4FUmH9cTHBolYGymqI2LgNeGCIJLHY +FdQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=0/wdZ2OxVBfpezOdfMVxbMejs87+wISfX7hX39K0++M=; b=V2Sk+86Ojtn1wtyfMm5FqkiqU9/w27Kq/YmRtB7HTkRKFSR8Yk/bmXesK1m9fhc1lA w/g1SN/+BMj5jOFXpm3H5RFv0suPqDQTWXWQ9IvC/25+3BieEEuxVoErPbcMDiHT8vm7 p+7EhS/OmfCDtyY8zN7dbAWemJ8YIxFpwkC4TSo6j+NhFk56MkSXP5syhvL8YdE4qXLa IT1VmUX8ogF9YvmZAhJA39+zvo15QQY+8KJGo4i3hoXMRhv22upRn49pnkgJx8GoLoat 59gtrSzF6nU9/4emohZrk6827Up9I/rf3jF3Ig6GNtPQWb54Y9uJx6GLfG2XsCo5307I zXGA== X-Gm-Message-State: ALQs6tABDwnlMOTVWvbQJShNTvTh2B1wM28yAnaDBHFKOcBlG8bTxgQU kSyn0duLxJDpWNaalAzU6SGn9wSSKNOR+OkzVB7oZg== X-Google-Smtp-Source: AB8JxZpAD4h5XYqTZI0fhU4gF3KeapWtUMvIS6Jyh+IGTN2VqVSJ4Xsz4aavQnU76vgCeT8n77fpojj6acU24PPnpTw= X-Received: by 2002:a6b:be01:: with SMTP id o1-v6mr601945iof.299.1524802288492; Thu, 26 Apr 2018 21:11:28 -0700 (PDT) MIME-Version: 1.0 Sender: wlosh@bsdimp.com Received: by 2002:a4f:a65a:0:0:0:0:0 with HTTP; Thu, 26 Apr 2018 21:11:27 -0700 (PDT) X-Originating-IP: [2603:300b:6:5100:1052:acc7:f9de:2b6d] In-Reply-To: References: <201804270239.w3R2daCL074134@repo.freebsd.org> From: Warner Losh Date: Thu, 26 Apr 2018 22:11:27 -0600 X-Google-Sender-Auth: 5QKUW7GLlkUtyupuoo4zvwSZRIc Message-ID: Subject: Re: svn commit: r333049 - in stable/11/stand/pc98: boot2 libpc98 To: Kyle Evans Cc: Takahashi Yoshihiro , 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-stable@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Apr 2018 04:11:30 -0000 On Thu, Apr 26, 2018 at 9:52 PM, Kyle Evans wrote: > 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? > I still haven't gotten rid of my pc98 gear, though FreeBSD 8 or 9 is the last version I updated to. Warner > 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 > > > >