Re: svn commit: r322941 - head/sys/boot/efi/boot1

2017-09-02 Thread Tomoaki AOKI
On Sat, 2 Sep 2017 11:26:50 -0600 Warner Losh wrote: > On Sat, Sep 2, 2017 at 11:25 AM, Warner Losh wrote: > > > > > > > On Sat, Sep 2, 2017 at 1:43 AM, Tomoaki AOKI > > wrote: > > > >> Hi. > >> > >> This broke boot drive selection functionality by smh@ at r295320 on > >> Feb.5, 2016. [1] > >>

svn commit: r323135 - head/usr.bin/calendar/calendars/de_DE.ISO8859-1

2017-09-02 Thread Greg Lehey
Author: grog Date: Sat Sep 2 23:17:35 2017 New Revision: 323135 URL: https://svnweb.freebsd.org/changeset/base/323135 Log: Spelling. Modified: head/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.geschichte Modified: head/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.geschichte ==

svn commit: r323133 - head/sys/arm/broadcom/bcm2835

2017-09-02 Thread Ian Lepore
Author: ian Date: Sat Sep 2 19:22:16 2017 New Revision: 323133 URL: https://svnweb.freebsd.org/changeset/base/323133 Log: Change leading spaces to tabs, no functional change. Modified: head/sys/arm/broadcom/bcm2835/bcm2836_mp.c Modified: head/sys/arm/broadcom/bcm2835/bcm2836_mp.c ==

svn commit: r323132 - head/sys/arm/broadcom/bcm2835

2017-09-02 Thread Ian Lepore
Author: ian Date: Sat Sep 2 19:20:11 2017 New Revision: 323132 URL: https://svnweb.freebsd.org/changeset/base/323132 Log: The latest RPi firmware leaves secondary cores in a wait-for-event (WFE) state to save power, so after writing the entry point address for a core to the mailbox, use a d

svn commit: r323131 - head/sys/boot/efi/boot1

2017-09-02 Thread Warner Losh
Author: imp Date: Sat Sep 2 18:18:49 2017 New Revision: 323131 URL: https://svnweb.freebsd.org/changeset/base/323131 Log: Revert r322941: Eliminate redundant device matching functions Turns out, they are subtly different. I'll refactor anew in the future if it's worth it then. Spons

Re: svn commit: r322941 - head/sys/boot/efi/boot1

2017-09-02 Thread Warner Losh
On Sat, Sep 2, 2017 at 11:25 AM, Warner Losh wrote: > > > On Sat, Sep 2, 2017 at 1:43 AM, Tomoaki AOKI > wrote: > >> Hi. >> >> This broke boot drive selection functionality by smh@ at r295320 on >> Feb.5, 2016. [1] >> Now, even if I forcibly select 2nd HDD via UEFI firmware, boot1.efi >> (as boo

Re: svn commit: r322941 - head/sys/boot/efi/boot1

2017-09-02 Thread Warner Losh
On Sat, Sep 2, 2017 at 1:43 AM, Tomoaki AOKI wrote: > Hi. > > This broke boot drive selection functionality by smh@ at r295320 on > Feb.5, 2016. [1] > Now, even if I forcibly select 2nd HDD via UEFI firmware, boot1.efi > (as bootx64.efi) selects /boot/loader.efi on 1st HDD. Each boot > partition

svn commit: r323128 - in head/sys/dev/ntb: . ntb_hw

2017-09-02 Thread Alexander Motin
Author: mav Date: Sat Sep 2 13:28:45 2017 New Revision: 323128 URL: https://svnweb.freebsd.org/changeset/base/323128 Log: Increase negotiation polling period from 10ms to 100ms. There is no big need to burn CPU if other side may be not there yet. For example, the PLX hardware by default

svn commit: r323127 - head/share/man/man4

2017-09-02 Thread Alexander Motin
Author: mav Date: Sat Sep 2 11:57:08 2017 New Revision: 323127 URL: https://svnweb.freebsd.org/changeset/base/323127 Log: Some NTB man pages polishing. MFC after:12 days Modified: head/share/man/man4/if_ntb.4 head/share/man/man4/ntb.4 head/share/man/man4/ntb_transport.4 Modifie

svn commit: r323126 - in head/sys/dev/ntb: . ntb_hw

2017-09-02 Thread Alexander Motin
Author: mav Date: Sat Sep 2 11:56:16 2017 New Revision: 323126 URL: https://svnweb.freebsd.org/changeset/base/323126 Log: Make NTB drivers report more info via NewBus methods. MFC after:12 days Modified: head/sys/dev/ntb/ntb.c head/sys/dev/ntb/ntb.h head/sys/dev/ntb/ntb_hw/ntb_h

Re: svn commit: r322941 - head/sys/boot/efi/boot1

2017-09-02 Thread Tomoaki AOKI
Hi. This broke boot drive selection functionality by smh@ at r295320 on Feb.5, 2016. [1] Now, even if I forcibly select 2nd HDD via UEFI firmware, boot1.efi (as bootx64.efi) selects /boot/loader.efi on 1st HDD. Each boot partition are ZFS pools. Confirmed previous rev was OK. Attached is the boot

svn commit: r323125 - head/sys/geom/part

2017-09-02 Thread Warner Losh
Author: imp Date: Sat Sep 2 07:04:06 2017 New Revision: 323125 URL: https://svnweb.freebsd.org/changeset/base/323125 Log: The hard drive media device path contains the size of the partition, not its end. This makes the GEOM efimedia attribute match the FreeBSD:Boot1Device environment variab