From owner-freebsd-ports@freebsd.org Thu May 21 02:25:18 2020 Return-Path: Delivered-To: freebsd-ports@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 577452FD413; Thu, 21 May 2020 02:25:18 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [50.1.20.27]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "www.zefox.com", Issuer "www.zefox.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 49SD3x6Drzz4BMX; Thu, 21 May 2020 02:25:17 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (localhost [127.0.0.1]) by www.zefox.net (8.15.2/8.15.2) with ESMTPS id 04L2PHrp071974 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Wed, 20 May 2020 19:25:18 -0700 (PDT) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.15.2/8.15.2/Submit) id 04L2PHda071973; Wed, 20 May 2020 19:25:17 -0700 (PDT) (envelope-from fbsd) Date: Wed, 20 May 2020 19:25:17 -0700 From: bob prohaska To: Ian Lepore Cc: freebsd-arm@freebsd.org, freebsd-ports@freebsd.org Subject: Re: Missing /dev/io on rpi3 running 12-stable Message-ID: <20200521022517.GA71947@www.zefox.net> References: <20200520164642.GA70838@www.zefox.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 49SD3x6Drzz4BMX X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; ASN(0.00)[asn:7065, ipnet:50.1.16.0/20, country:US]; REPLY(-4.00)[] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2020 02:25:18 -0000 On Wed, May 20, 2020 at 11:01:44AM -0600, Ian Lepore wrote: > On Wed, 2020-05-20 at 09:46 -0700, bob prohaska wrote: > > Is there supposed to be a /dev/io by default in FreeBSD on a Pi3? > > Attempts to start X under 12.1-STABLE r361271 GENERIC fail with > > a report of "failed to open /dev/io". There is indeed no /dev/io, > > but there's also no /dev/io on a pi2 running 12-stable. > > > > Nor does there seem to be a kernel module with matching name.... > > > > Thanks for reading! > > > > > > /dev/io is an x86 thing, doesn't apply to arm at all. It allows > userland processes with sufficient privs to execute x86 in/out > instructions for talking to old-school ISA bus devices such as > keyboards. Which list is the appropriate forum, -ports, -arm or something else? If there is a better problem description I'll use it. ISTR xorg compiling and running without a hitch on -current previously, ~ a year ago. Thanks for writing, bob prohaska ps, any progress on vc4?