Re: diff: efiboot: alignment for media which has IoAlign > 1

2021-03-14 Thread Masato Asou
Hi, I was tested attached patch on following machines and worked fine on those machines. - ESXi vitrual machine - AMD TYZEN 7 - Intel corei7 -- ASOU Masato From: YASUOKA Masahiko Date: Thu, 11 Mar 2021 15:05:11 +0900 (JST) > On Wed, 10 Mar 2021 13:15:58 +0100 (CET) > Mark Kettenis wro

ixl(4): add ID for X710 10G SFP+

2021-03-14 Thread Jan Klemkow
Hi, This diff attaches the Intel x710 10G SFP+ NIC in ixl(4). ixl2 at pci11 dev 0 function 2 "Intel X710 10G SFP+" rev 0x02: port 1, FW 8.1.63299 API 1.12, msix, 8 queues, address 3c:ec:ef:1f:c3:bc ixl3 at pci11 dev 0 function 3 "Intel X710 10G SFP+" rev 0x02: port 3, FW 8.1.63299 API 1.12, msi

Re: ifconfig: Remove old deletetunnel

2021-03-14 Thread Klemens Nanni
On Sun, Mar 14, 2021 at 09:52:24AM -0700, Greg Steuck wrote: > benno@, markus@ I doubt you'd object, just FYI. Already committed yesterday ;)

Re: ifconfig: Remove old deletetunnel

2021-03-14 Thread Greg Steuck
Klemens Nanni writes: > 6.4 is getting old. > OK? OK gnezdo benno@, markus@ I doubt you'd object, just FYI. > > Index: ifconfig.c > === > RCS file: /cvs/src/sbin/ifconfig/ifconfig.c,v > retrieving revision 1.437 > diff -u -p -r1.4

Re: Remove booting from kernels in raw/qcow2 images in vmd(8)

2021-03-14 Thread Dave Voutila
Mike Larkin writes: > On Thu, Mar 11, 2021 at 06:11:03PM -0500, Dave Voutila wrote: >> tl;dr: tedu vmboot.{c,h}, ufs.c from vmd(8) to remove broken ability to >> exract and boot a kernel image from a raw or qcow2 disk image >> >> The following diff removes the ability to boot directly from a dis

Re: patch: Fix "vmctl create -i" when input has a qcow2 base image

2021-03-14 Thread Dave Voutila
James Cook writes: >> > Another thought --- is it necessary to call realpath at all? >> >> Yes, vmd(8) will break if you remove it. >> >> The caveat here is vmd(8) uses realpath and works with realpath, so the >> issue is really vmctl(8). I'm guessing in your test run you ran vmd from >> the dir

Re: no IPv6 with umb0 on -current

2021-03-14 Thread Mikolaj Kucharski
On Sun, Mar 14, 2021 at 12:13:20AM +, Thomas Windisch wrote: > On Sat, Mar 13, 2021 at 11:34:29AM +, Stuart Henderson wrote: > > Nothing changed in umb(4) since 6.8-release. The change last year was > > between 6.7 and 6.8 ("IPv6 is no longer on by default. It must be > > enabled with "inet

Re: wg(4): add history section

2021-03-14 Thread Jason McIntyre
On Sat, Mar 13, 2021 at 10:47:30PM +0200, Maxim Vuets wrote: > Documented in which release wg(4) has been added > (as per ). > > Index: share/man/man4/wg.4 > === > RCS file: /cvs/src/share/man/man4