From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: tuhs-bounces@minnie.tuhs.org X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.4 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE, T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.1 Received: from minnie.tuhs.org (minnie.tuhs.org [45.79.103.53]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 270e547a for ; Wed, 20 Jun 2018 22:24:56 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id 8785EA17E8; Thu, 21 Jun 2018 08:24:55 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 642E89EE03; Thu, 21 Jun 2018 08:24:43 +1000 (AEST) Authentication-Results: minnie.tuhs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=MnXPwrBl; dkim-atps=neutral Received: by minnie.tuhs.org (Postfix, from userid 112) id C61CC9EE03; Thu, 21 Jun 2018 08:24:41 +1000 (AEST) Received: from mail-lf0-f41.google.com (mail-lf0-f41.google.com [209.85.215.41]) by minnie.tuhs.org (Postfix) with ESMTPS id E58789EDF1 for ; Thu, 21 Jun 2018 08:24:40 +1000 (AEST) Received: by mail-lf0-f41.google.com with SMTP id g21-v6so1660563lfb.4 for ; Wed, 20 Jun 2018 15:24:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=bD8pDw4aQ8wkfSsIriV/JfJw9MK6uBV1Yq13TbNnXfo=; b=MnXPwrBl8dqUW706Q9wUgrjH3hHuWY/oiM+Zu1ZktTVrqpqlbxRiDpHZRAJpl7HItf eJeH39XHTEeW6C2tLRwhPMANkM5atH0DmIB7oFZPrzdacrlmGmjSa4yb/9JTvRnlGE4z 2VaAw4Bx+Efyu/CDbziYV0/DSCQv4qPJMBnVsfSTPh4rGbITn4Y/zN6Qq/51UYLIwwq5 3niJaGHUyhKpQbwsHZFkt8zhBtRXtHR4vYO0GbJdRI51jTN85liVTHS1x1iKaXHRTiZF yOOMNDavWuAzKCJ7XgcXI/xEvRlOOAC9aCL0iqARAuLEPV4EQrPuPcdZJ6rm4K8ks2Nb miYQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=bD8pDw4aQ8wkfSsIriV/JfJw9MK6uBV1Yq13TbNnXfo=; b=Sypm0JmP9e8ShncH1mLGrnHzoQvv+asVtHlwvZeHxMdY76kekWeT/vnvCWlsK7IxTr UqGnJuTZzj6n4l8LF0rFDmXnics8S184xp9HQtKkT0L//yUBoHNKjY67GOGhdILUYslN InCypOPHdflrq5yU8zpSHSHwMelvksHQhOcNq04iveVDtILxdsFjFgnr3TZMWX0fTc9t 35S2z+1ItqrtXrMrmtrnVFB41QpqsT8GBrqXRn7Mx1U3XBHwkpxV66YhASHXM46Ele9a TiqCcB3nhJl7Q5Uflb4ZFDYH5BkcaAH0NItTIDn6LfqzsT4iyvbvzBeYf+CkKY7Lf1DY qYXQ== X-Gm-Message-State: APt69E0RHgP+nDSlFKyxzxHq3YJqVA70QvN8sQFDow8heX23SHrTqvqN rTd8yTKiQisyo7hhku23O4w1rU30atYSistkCHw= X-Google-Smtp-Source: ADUXVKLJKY3z9mD6arPfxEhLoC5lUaJK5mP1N/T19KrpdcYxCL7vIZpMTJdTnB5kPu4nfx30HGBMdDThRW7J+GXZDhw= X-Received: by 2002:a2e:1bcb:: with SMTP id c72-v6mr16057220ljf.99.1529533479353; Wed, 20 Jun 2018 15:24:39 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a2e:5901:0:0:0:0:0 with HTTP; Wed, 20 Jun 2018 15:24:38 -0700 (PDT) In-Reply-To: <60d0717e-b6ed-fc18-b799-76ea4811a6b6@update.uu.se> References: <86dcd19d-f805-f338-f190-ab38d1ac82c1@update.uu.se> <20B7C3F5-2E44-41AB-91E4-510451428C83@ccc.com> <2a35f8dd-e8b8-937a-1af9-d18ac31b8be2@update.uu.se> <60d0717e-b6ed-fc18-b799-76ea4811a6b6@update.uu.se> From: Paul Winalski Date: Wed, 20 Jun 2018 18:24:38 -0400 Message-ID: To: Johnny Billquist Content-Type: text/plain; charset="UTF-8" Subject: Re: [TUHS] core X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: tuhs@minnie.tuhs.org Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" On 6/20/18, Johnny Billquist wrote: > >> CI (computer interconnect) was the communications medium for >> VAXclusters (including the HSC50 intelligent disk controller). > > But CI I wouldn't even call a bus. You're right--it's a high-speed point-to-point communications network with a star topology. -Paul W.