From owner-svn-src-all@FreeBSD.ORG Tue Aug 17 20:02:17 2010 Return-Path: Delivered-To: svn-src-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED6A1106566C for ; Tue, 17 Aug 2010 20:02:17 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id 60B878FC1D for ; Tue, 17 Aug 2010 20:02:16 +0000 (UTC) Received: by eyh6 with SMTP id 6so3998905eyh.13 for ; Tue, 17 Aug 2010 13:02:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:reply-to:date :message-id:subject:from:to:cc:content-type; bh=xJDytWH1MKlDqtSHjWIsFknT4FlnZUbOtBoOx9CnGGE=; b=ovVYLIWgrkgi5dCYMgZ2mqGhv/Mh4Bpb+QpEhB+/MxUnsHQCAkga0GPJWFMXXSTEk2 1o7q7smg4qYZQPuisilX4IQNCM1HEEqpRKbT2nDKRzpyMuzwQZ0Cbpf4ana3icvJ7Do8 IwobC382Twql27ZbilPQe8xzal6v0z8F+V+os= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:reply-to:date:message-id:subject:from:to:cc :content-type; b=p7WXeHMjpCm3EdSIsh3m2Wh4sxlHMqD0/Hf50AFJmGDT7RGC7h6Uy0tVx++PMSWgmo KRpm2dpre5FEkKuepwPA7uNXX91vc900falSdp6MVeld8nevuHxCpz0oIiddw/QI+Ond 5rCQ0R/+p6IUdwIarqvEgWaICkHgfNtLV0gA4= MIME-Version: 1.0 Received: by 10.216.188.1 with SMTP id z1mr6073731wem.57.1282073794799; Tue, 17 Aug 2010 12:36:34 -0700 (PDT) Received: by 10.216.183.212 with HTTP; Tue, 17 Aug 2010 12:36:33 -0700 (PDT) Date: Tue, 17 Aug 2010 19:36:33 +0000 Message-ID: From: "b. f." To: svn-src-all@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Peter Jeremy Subject: Re: svn commit: r210175 - head/usr.sbin/sysinstall X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bf1783@gmail.com 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: Tue, 17 Aug 2010 20:02:18 -0000 Peter Jeremy wrote: >On 2010-Aug-16 00:06:35 +0200, Marc Fonvieille wrote: >>We still support PLIP (with a laplink cable) since a plip0 interface >>is displayed on this screen during installation if you have a parallel >>port on the motherboard. > >Has anyone actually verified that it still works? I know I haven't >used it for more than a decade. It worked when I tested it not so long ago, after John Baldwin made it mpsafe: http://svn.freebsd.org/viewvc/base?view=revision&revision=187576 Slow, but occasionally useful. b.