Re: nvme on 2019 macbooks

2020-04-29 Thread Neel Chauhan
I don't have a MacBook. I don't own one and my work gives me a ThinkPad (but runs Windows). I believe the issue on new Macs is the NVMe queue size or something. You should read the Linux driver, the FreeBSD equivalents, and then build your patch on the differences in how the hardware is

Next-hop objects and scalable multipath routing project status update

2020-04-29 Thread Alexander V . Chernikov
Hi, I would like to share the current state and the next steps for the nhops/multipath project. To recap: project is about modernising the current routing stack and implementing scalable multipath routing. Most changes are based on introduction of the concept of nexthops. Nexthops, which

sysutils/screen-ncurses port

2020-04-29 Thread Cy Schubert
Would people be open to the idea of a sysutils/screen-ncurses port that depends on devel/ncurses instead of ncureses in base? The reason for this is there are screen.* terminfo entries in devel/ncurses that don't exist in termcap(5). People who want that extra functionality would be advised to

nvme on 2019 macbooks

2020-04-29 Thread Yuri Pankov
I have tried booting latest -current snapshot on 2019 macbook pro 16, and noticed that nvme driver didn't attach, as class reported is 0x018002 and not 0x010802 that we expect in nvme_pci.c. The following linux changes seem to be related:

Re: OpenZFS port updated

2020-04-29 Thread Maurizio Vairani
Il giorno ven 17 apr 2020 alle ore 20:36 Ryan Moeller ha scritto: > FreeBSD support has been merged into the master branch of the openzfs/zfs > repository, and the FreeBSD ports have been switched to this branch. > > OpenZFS brings many exciting features to FreeBSD, including: > * native

Re: installkernel ignoring WITHOUT_DEBUG_FILES?

2020-04-29 Thread Yuri Pankov
Mark Johnston wrote: On Wed, Apr 29, 2020 at 08:49:00AM +0300, Yuri Pankov wrote: I'm trying to replace the kernel on memstick image with the help of mdconfig, and installkernel runs out of space despite WITHOUT_DEBUG_FILES= added to /etc/src.conf. /usr/src$ make -V MK_DEBUG_FILES no /usr/src$

Re: installkernel ignoring WITHOUT_DEBUG_FILES?

2020-04-29 Thread Mark Johnston
On Wed, Apr 29, 2020 at 08:49:00AM +0300, Yuri Pankov wrote: > I'm trying to replace the kernel on memstick image with the help of > mdconfig, and installkernel runs out of space despite > WITHOUT_DEBUG_FILES= added to /etc/src.conf. > > /usr/src$ make -V MK_DEBUG_FILES > no > /usr/src$ sudo rm