From owner-freebsd-arm@freebsd.org Tue Oct 20 16:56:28 2020 Return-Path: Delivered-To: freebsd-arm@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 EEA05435BF1 for ; Tue, 20 Oct 2020 16:56:28 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-il1-f178.google.com (mail-il1-f178.google.com [209.85.166.178]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CG0C005w9z4WgM for ; Tue, 20 Oct 2020 16:56:27 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-il1-f178.google.com with SMTP id j8so3256741ilk.0 for ; Tue, 20 Oct 2020 09:56:27 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=VjBEGDgzU5CjQlFa+PuD3tTGZfmCyDp4CSUm4fTIFOc=; b=IqXjauyyoT/dByMBbY4qZjjQXN+KTW8TDUrxS8fHrQ4Vv+1pVcrywE9FUTXOJvqbW0 T4KsBVi+u7S9WY/YU2arl9ZWOcC2qRuMsyXLJR3VtY0x3F/3U6/IKgzJOnmVLoZeKFlp u9AnN49rjwBASb8IL6b7tuihvK1+tFgNFjnieXBxK4S72GsJeXzkPBkDAHMeRAJbBanC 4pcI9CVQ/03RjfNpJiIP8HUJrMf3qKCuOASwVSte5h/N0rh0zsqULbY8a04KhF8baqun zrQoU0mDeIIitJK4Pam2ra6gUTFrXMppOqAvzo+q0LJNK77VBCJgjypXFRgpX5bC397T scgw== X-Gm-Message-State: AOAM530/Owe473REyW9NrEVOCTCslEMDHY5AtBiKuhZJqq0f9NwkOud8 /xWCgGj1CbWQZ6Ar+VFyoEjmSMHnaH1ABy7UHFAgZm0Y X-Google-Smtp-Source: ABdhPJx+rDVQ2OSwWYcF37Kl1O+9NULKsYxnnTcwLjZ+abnWcPrM0ZwyxNbPOB6ruWU8wKuTzQhnHRL25QZg9oVrSYE= X-Received: by 2002:a92:6711:: with SMTP id b17mr2896193ilc.100.1603212986734; Tue, 20 Oct 2020 09:56:26 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Ed Maste Date: Tue, 20 Oct 2020 12:56:14 -0400 Message-ID: Subject: Re: FreeBSD under VMware ESXi ARM Fling To: Vincent Milum Jr Cc: "freebsd-arm@freebsd.org" Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4CG0C005w9z4WgM X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of carpeddiem@gmail.com designates 209.85.166.178 as permitted sender) smtp.mailfrom=carpeddiem@gmail.com X-Spamd-Result: default: False [-2.49 / 15.00]; TO_DN_EQ_ADDR_SOME(0.00)[]; ARC_NA(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; FREEFALL_USER(0.00)[carpeddiem]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:209.85.128.0/17]; RCVD_TLS_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-arm@freebsd.org]; DMARC_NA(0.00)[freebsd.org]; NEURAL_HAM_LONG(-1.01)[-1.008]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_HAM_SHORT(-0.50)[-0.504]; RCPT_COUNT_TWO(0.00)[2]; RCVD_IN_DNSWL_NONE(0.00)[209.85.166.178:from]; NEURAL_HAM_MEDIUM(-0.98)[-0.983]; FORGED_SENDER(0.30)[emaste@freebsd.org,carpeddiem@gmail.com]; RWL_MAILSPIKE_POSSIBLE(0.00)[209.85.166.178:from]; R_DKIM_NA(0.00)[]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US]; MIME_TRACE(0.00)[0:+]; FROM_NEQ_ENVFROM(0.00)[emaste@freebsd.org,carpeddiem@gmail.com]; MAILMAN_DEST(0.00)[freebsd-arm] X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Oct 2020 16:56:29 -0000 On Mon, 19 Oct 2020 at 02:19, Vincent Milum Jr wrote: > > uhci for USB 2.0 is not enabled by default. Ensure your VM is initially set > up > for USB 3.1 so the virtual keyboard and mouse will function. This is easy > enough > to fix post install with: uhci_load="YES" We can definitely add this one to arm64 GENERIC. It looks like we've just faulted in the various *HCI USB interfaces as platforms with support appeared. > ums is the same as above. ESXi ARM uses USB instead of PS2 for the virtual > mouse, so add this post install if you want mouse support: ums_load="YES" ums is not included in amd64 GENERIC; it's presumably being automatically loaded when needed. Does this work here too? > vmxnet and pvscsi are not pre-compiled. However, they compile and operate > perfectly as expected without any modification on ARM. I've committed a change to build these as modules now. We can also add to GENERIC if necessary.