svn commit: r304735 - head/sys/dev/usb/input

2016-08-23 Thread Bruce Evans
Author: bde Date: Wed Aug 24 05:54:11 2016 New Revision: 304735 URL: https://svnweb.freebsd.org/changeset/base/304735 Log: Fix key delay and repeat, part 2. Use sbintime_t timeouts with precision control to get very accurate timing. It costs little to always ask for about 1% accuracy,

svn commit: r304730 - head/sys/dev/hyperv/utilities

2016-08-23 Thread Sepherosa Ziehau
Author: sephe Date: Wed Aug 24 04:36:04 2016 New Revision: 304730 URL: https://svnweb.freebsd.org/changeset/base/304730 Log: hyperv/ic: Redefine IC version negotiate message. And stringent input IC version negotiate message checks. MFC after:1 week Sponsored by: Microsoft

svn commit: r304728 - head/sys/dev/hyperv/netvsc

2016-08-23 Thread Sepherosa Ziehau
Author: sephe Date: Wed Aug 24 04:21:15 2016 New Revision: 304728 URL: https://svnweb.freebsd.org/changeset/base/304728 Log: hyperv/hn: Log a warning for RESET_CMPLT. RESET is not used by the hn(4) at all, and RESET_CMPLT does not even have a rid to match with the pending requests. So,

svn commit: r304727 - in head/sys/powerpc: booke include

2016-08-23 Thread Justin Hibbits
Author: jhibbits Date: Wed Aug 24 03:51:40 2016 New Revision: 304727 URL: https://svnweb.freebsd.org/changeset/base/304727 Log: Fix system hang when large FDT is in use Summary: Kernel maps only one page of FDT. When FDT is more than one page in size, data TLB miss occurs on memmove()

svn commit: r304725 - head/sys/dev/usb/input

2016-08-23 Thread Kevin Lo
Author: kevlo Date: Wed Aug 24 03:44:16 2016 New Revision: 304725 URL: https://svnweb.freebsd.org/changeset/base/304725 Log: Bring datasheet URL up to date. Modified: head/sys/dev/usb/input/uep.c Modified: head/sys/dev/usb/input/uep.c

svn commit: r304724 - head/sys/dev/hyperv/netvsc

2016-08-23 Thread Sepherosa Ziehau
Author: sephe Date: Wed Aug 24 03:28:58 2016 New Revision: 304724 URL: https://svnweb.freebsd.org/changeset/base/304724 Log: hyperv/hn: Remove the redundant rid setting for RNDIS HALT. MFC after:1 week Sponsored by: Microsoft Differential Revision:

svn commit: r304723 - head/sys/net

2016-08-23 Thread Sepherosa Ziehau
Author: sephe Date: Wed Aug 24 03:16:25 2016 New Revision: 304723 URL: https://svnweb.freebsd.org/changeset/base/304723 Log: net/rndis: Fix RNDIS_STATUS_PENDING definition. While I'm here, sort the RNDIS status in ascending order. MFC after:1 week Sponsored by: Microsoft

svn commit: r304722 - in head/sys: dev/usb/net net

2016-08-23 Thread Sepherosa Ziehau
Author: sephe Date: Wed Aug 24 03:08:13 2016 New Revision: 304722 URL: https://svnweb.freebsd.org/changeset/base/304722 Log: net/rndis: Add canonical RNDIS major/minor version as of today. Reviewed by: hps MFC after:1 week Sponsored by: Microsoft Differential Revision:

Re: svn commit: r304567 - head/sys/dev/usb/input

2016-08-23 Thread Bruce Evans
On Tue, 23 Aug 2016, Ngie Cooper (yaneurabeya) wrote: On Aug 23, 2016, at 13:57, Bryan Drewery wrote: ... Well yours only supports stable/10+ and not 9- with the older merge style. *shrugs* The older method promoted broken mergeinfo? The method I wrote up

svn commit: r304721 - head/usr.sbin/ntp/doc

2016-08-23 Thread Cy Schubert
Author: cy Date: Wed Aug 24 02:41:24 2016 New Revision: 304721 URL: https://svnweb.freebsd.org/changeset/base/304721 Log: Fixup man page formatting. Submitted by: Steve Kargl Discussed with: bjk@ MFC after:3 days Modified:

svn commit: r304713 - head/sys/netinet6

2016-08-23 Thread Mike Karels
Author: karels Date: Wed Aug 24 00:52:30 2016 New Revision: 304713 URL: https://svnweb.freebsd.org/changeset/base/304713 Log: Fix L2 caching for UDP over IPv6 ip6_output() was missing cache invalidation code analougous to ip_output.c. r304545 disabled L2 caching for UDP/IPv6 as a

svn commit: r304712 - head/lib/libc/gen

2016-08-23 Thread Brooks Davis
Author: brooks Date: Wed Aug 24 00:02:20 2016 New Revision: 304712 URL: https://svnweb.freebsd.org/changeset/base/304712 Log: Avoid a redecleartion of __getosreldate(). Sponsored by: DARPA, AFRL Modified: head/lib/libc/gen/__getosreldate.c Modified: head/lib/libc/gen/__getosreldate.c

svn commit: r304711 - head/contrib/binutils/bfd

2016-08-23 Thread Brooks Davis
Author: brooks Date: Wed Aug 24 00:00:54 2016 New Revision: 304711 URL: https://svnweb.freebsd.org/changeset/base/304711 Log: Spell MIPS more traditionally in "bfd_elf32_ntradbigmips_vec". Sponsored by: DAPRA, AFRL Modified: head/contrib/binutils/bfd/config.bfd Modified:

svn commit: r304710 - head/sys/arm/allwinner

2016-08-23 Thread Emmanuel Vadot
Author: manu Date: Tue Aug 23 22:26:50 2016 New Revision: 304710 URL: https://svnweb.freebsd.org/changeset/base/304710 Log: Allwinner: Add thermal sensor driver for A10/A20 The thermal sensor lives in the touch screen controller. Touch screen part isn't done for now. Temperature is read

Re: svn commit: r304703 - head/include/xlocale

2016-08-23 Thread Andrey Chernov
On 23.08.2016 23:53, Ngie Cooper (yaneurabeya) wrote: > >> On Aug 23, 2016, at 13:33, Andrey A. Chernov wrote: >> >> Author: ache >> Date: Tue Aug 23 20:33:56 2016 >> New Revision: 304703 >> URL: https://svnweb.freebsd.org/changeset/base/304703 >> >> Log: >> LC_*_MASK bit

Re: svn commit: r304321 - in head/sys: boot/efi/boot1 boot/efi/loader boot/i386/boot2 boot/i386/gptboot boot/i386/gptzfsboot boot/i386/zfsboot boot/userboot/ficl boot/userboot/userboot boot/userboot/z

2016-08-23 Thread Florian Smeets
On 18/08/2016 02:37, Toomas Soome wrote: > Author: tsoome > Date: Thu Aug 18 00:37:07 2016 > New Revision: 304321 > URL: https://svnweb.freebsd.org/changeset/base/304321 > > Log: > Add SHA512, skein, large blocks support for loader zfs. > Hi, this commit seems to break booting zroot bhyve

Re: svn commit: r304567 - head/sys/dev/usb/input

2016-08-23 Thread Ngie Cooper (yaneurabeya)
> On Aug 23, 2016, at 13:57, Bryan Drewery wrote: ... > Well yours only supports stable/10+ and not 9- with the older merge style. *shrugs* The older method promoted broken mergeinfo… The method I wrote up works fine with ^/stable/9- — just with non-sparse

Re: svn commit: r304567 - head/sys/dev/usb/input

2016-08-23 Thread Bryan Drewery
On 8/23/2016 1:49 PM, Ngie Cooper (yaneurabeya) wrote: > >> On Aug 23, 2016, at 13:38, Bryan Drewery wrote: > > … > >> I've written a script to do MFCing with the proper svn merge style for >> each branch. It's not perfect but it seems good enough. >> >>

Re: svn commit: r304703 - head/include/xlocale

2016-08-23 Thread Ngie Cooper (yaneurabeya)
> On Aug 23, 2016, at 13:33, Andrey A. Chernov wrote: > > Author: ache > Date: Tue Aug 23 20:33:56 2016 > New Revision: 304703 > URL: https://svnweb.freebsd.org/changeset/base/304703 > > Log: > LC_*_MASK bit shifting order was partially broken from the initial commit > time

Re: svn commit: r304567 - head/sys/dev/usb/input

2016-08-23 Thread Ngie Cooper (yaneurabeya)
> On Aug 23, 2016, at 13:38, Bryan Drewery wrote: … > I've written a script to do MFCing with the proper svn merge style for > each branch. It's not perfect but it seems good enough. > > https://people.freebsd.org/~bdrewery/mfc.sh > > It can take multiple revisions. >

Re: svn commit: r304567 - head/sys/dev/usb/input

2016-08-23 Thread Bryan Drewery
On 8/22/2016 1:59 AM, Bruce Evans wrote: > On Sun, 21 Aug 2016, Hans Petter Selasky wrote: > >> On 08/21/16 18:06, Bruce Evans wrote: >>> Author: bde >>> Date: Sun Aug 21 16:06:00 2016 >>> New Revision: 304567 >>> URL: https://svnweb.freebsd.org/changeset/base/304567 >> >> Don't forget to MFC. >

svn commit: r304703 - head/include/xlocale

2016-08-23 Thread Andrey A. Chernov
Author: ache Date: Tue Aug 23 20:33:56 2016 New Revision: 304703 URL: https://svnweb.freebsd.org/changeset/base/304703 Log: LC_*_MASK bit shifting order was partially broken from the initial commit time at year 2012. Only LC_COLLATE_MASK and LC_CTYPE_MASK are in the right order. The

Re: svn commit: r304699 - head/sys/dev/usb/input

2016-08-23 Thread Bruce Evans
On Tue, 23 Aug 2016, Oliver Pinter wrote: On 8/23/16, Bruce Evans wrote: ... Log: Fix key delay and repeat, part 1. ... Convert 0.0 to the documented 250.34. ... Do you plan to MFC these changes to 10-STABLE? It would be really nice to see all of these improvements.

svn commit: r304702 - head/tools/tools/nanobsd

2016-08-23 Thread Gleb Smirnoff
Author: glebius Date: Tue Aug 23 20:04:23 2016 New Revision: 304702 URL: https://svnweb.freebsd.org/changeset/base/304702 Log: The -f check here is used to determine whether we have a single kernel config or a list of them. Put the variable into quotes, to avoid syntax error from [ in case

Re: svn commit: r304699 - head/sys/dev/usb/input

2016-08-23 Thread Oliver Pinter
On 8/23/16, Bruce Evans wrote: > Author: bde > Date: Tue Aug 23 19:50:16 2016 > New Revision: 304699 > URL: https://svnweb.freebsd.org/changeset/base/304699 > > Log: > Fix key delay and repeat, part 1. > > kbdcontrol -r fast is documented to give a non-emulated atkbd's

svn commit: r304699 - head/sys/dev/usb/input

2016-08-23 Thread Bruce Evans
Author: bde Date: Tue Aug 23 19:50:16 2016 New Revision: 304699 URL: https://svnweb.freebsd.org/changeset/base/304699 Log: Fix key delay and repeat, part 1. kbdcontrol -r fast is documented to give a non-emulated atkbd's fastest rate of 250.34, but is misimplemented to request this as

svn commit: r304698 - head/usr.bin/getconf

2016-08-23 Thread Garrett Cooper
Author: ngie Date: Tue Aug 23 19:41:49 2016 New Revision: 304698 URL: https://svnweb.freebsd.org/changeset/base/304698 Log: Add support for _PC_ACL_NFS4 as TRUSTEDBSD_ACL_NFS4 The TRUSTEDBSD prefix was chosen for consistency with the other related `_PC_ACL*` prefixed variables. MFC

svn commit: r304697 - in head: share/mk sys/conf

2016-08-23 Thread Bryan Drewery
Author: bdrewery Date: Tue Aug 23 19:37:18 2016 New Revision: 304697 URL: https://svnweb.freebsd.org/changeset/base/304697 Log: FAST_DEPEND: Fix 'make all install' not properly rebuilding based on .depend.* files. An optimization is in place to skip reading the .depend.* files with

svn commit: r304696 - head/share/mk

2016-08-23 Thread Dimitry Andric
Author: dim Date: Tue Aug 23 19:31:43 2016 New Revision: 304696 URL: https://svnweb.freebsd.org/changeset/base/304696 Log: In addition to creating subdirectories under .OBJDIR for SRCS with relative paths, also create them for DPSRCS. This is needed for builds that generate files during

svn commit: r304695 - head

2016-08-23 Thread Bryan Drewery
Author: bdrewery Date: Tue Aug 23 19:29:37 2016 New Revision: 304695 URL: https://svnweb.freebsd.org/changeset/base/304695 Log: Fix in-tree GCC builds after r304681. There were a few issues. - In-tree GCC won't have X_COMPILER_TYPE defined but will have WANT_COMPILER_TYPE==gcc set

svn commit: r304694 - head/usr.bin/getconf

2016-08-23 Thread Garrett Cooper
Author: ngie Date: Tue Aug 23 19:28:01 2016 New Revision: 304694 URL: https://svnweb.freebsd.org/changeset/base/304694 Log: Add `MIN_HOLE_SIZE` pathconf(2) support to getconf This allows shell programs to programmatically determine whether or not a filesystem supports sparse files

svn commit: r304693 - head/usr.bin/getconf

2016-08-23 Thread Garrett Cooper
Author: ngie Date: Tue Aug 23 19:15:01 2016 New Revision: 304693 URL: https://svnweb.freebsd.org/changeset/base/304693 Log: Clean up trailing whitespace MFC after: 3 days Sponsored by: EMC / Isilon Storage Division Modified: head/usr.bin/getconf/getconf.c Modified:

svn commit: r304692 - head/sys/dev/bhnd/bhndb

2016-08-23 Thread Landon J. Fuller
Author: landonf Date: Tue Aug 23 19:03:11 2016 New Revision: 304692 URL: https://svnweb.freebsd.org/changeset/base/304692 Log: bhndb(4): Fix unsigned integer underflow in dynamic register window handling. This resulted in the window target being left uninitialized when an underflow occured.

svn commit: r304691 - head/usr.bin/bsdiff/bspatch

2016-08-23 Thread Ed Maste
Author: emaste Date: Tue Aug 23 17:42:03 2016 New Revision: 304691 URL: https://svnweb.freebsd.org/changeset/base/304691 Log: bspatch: apply style(9) Make style changes (and trivial refactoring of open calls) now in order to reduce noise in diffs for future capsicum changes.

svn commit: r304689 - head/sys/arm64/arm64

2016-08-23 Thread Andrew Turner
Author: andrew Date: Tue Aug 23 16:37:34 2016 New Revision: 304689 URL: https://svnweb.freebsd.org/changeset/base/304689 Log: Also adjust the virtual address passed to vm_page_pa_tryrelock. Reported by: alc Obtained from:ABT Systems Ltd MFC after:1 month Sponsored by:

Re: svn commit: r304681 - head

2016-08-23 Thread Bryan Drewery
On 8/23/2016 8:20 AM, Bryan Drewery wrote: > Author: bdrewery > Date: Tue Aug 23 15:20:32 2016 > New Revision: 304681 > URL: https://svnweb.freebsd.org/changeset/base/304681 > > Log: > Always pass in -target and --sysroot flags for the build. Sorry this breaks in-tree GCC builds. Testing a fix

svn commit: r304688 - head/sys/arm64/arm64

2016-08-23 Thread Andrew Turner
Author: andrew Date: Tue Aug 23 16:20:56 2016 New Revision: 304688 URL: https://svnweb.freebsd.org/changeset/base/304688 Log: Map memory as read-only in pmap_enter_quick_locked as is done in other pmap implementations. Obtained from:ABT Systems Ltd MFC after:1 month

Re: svn commit: r304685 - head/sys/arm64/arm64

2016-08-23 Thread Alan Cox
On 08/23/2016 10:48, Andrew Turner wrote: > Author: andrew > Date: Tue Aug 23 15:48:27 2016 > New Revision: 304685 > URL: https://svnweb.freebsd.org/changeset/base/304685 > > Log: > Include the offset the virtual address is within an L1 or L2 block when > finding the vm_page_t in

svn commit: r304687 - head/sys/arm64/arm64

2016-08-23 Thread Andrew Turner
Author: andrew Date: Tue Aug 23 16:12:25 2016 New Revision: 304687 URL: https://svnweb.freebsd.org/changeset/base/304687 Log: If we find we have a superpage in pmap_enter_quick_locked return without trying to add a new level 3 page. Obtained from:ABT Systems Ltd MFC after:1

svn commit: r304686 - head/usr.bin/indent

2016-08-23 Thread Pedro F. Giffuni
Author: pfg Date: Tue Aug 23 15:49:31 2016 New Revision: 304686 URL: https://svnweb.freebsd.org/changeset/base/304686 Log: indent(1): have the memset invocation somewhat more canonical. While correct, the previous invocation was somewhat more error prone. Pointed out by:

svn commit: r304685 - head/sys/arm64/arm64

2016-08-23 Thread Andrew Turner
Author: andrew Date: Tue Aug 23 15:48:27 2016 New Revision: 304685 URL: https://svnweb.freebsd.org/changeset/base/304685 Log: Include the offset the virtual address is within an L1 or L2 block when finding the vm_page_t in pmap_extract_and_hold. Previously it would return the vm_page_t of

svn commit: r304684 - head/usr.bin/indent

2016-08-23 Thread Pedro F. Giffuni
Author: pfg Date: Tue Aug 23 15:46:20 2016 New Revision: 304684 URL: https://svnweb.freebsd.org/changeset/base/304684 Log: indent(1): remove dead assignments. Taken from: Piotr Sephaniak Modified: head/usr.bin/indent/indent.c head/usr.bin/indent/io.c Modified:

svn commit: r304683 - head/share/man/man5

2016-08-23 Thread Bryan Drewery
Author: bdrewery Date: Tue Aug 23 15:31:53 2016 New Revision: 304683 URL: https://svnweb.freebsd.org/changeset/base/304683 Log: Regenerate Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5

svn commit: r304682 - head/share/mk

2016-08-23 Thread Bryan Drewery
Author: bdrewery Date: Tue Aug 23 15:22:17 2016 New Revision: 304682 URL: https://svnweb.freebsd.org/changeset/base/304682 Log: Re-enable WITH_SYSTEM_COMPILER with WITH_META_MODE. This was disabled in r301468 due to -target/--sysroot sometimes being used in the build and other times not

svn commit: r304681 - head

2016-08-23 Thread Bryan Drewery
Author: bdrewery Date: Tue Aug 23 15:20:32 2016 New Revision: 304681 URL: https://svnweb.freebsd.org/changeset/base/304681 Log: Always pass in -target and --sysroot flags for the build. The internal bootstrap compiler has a default sysroot set by TOOLS_PREFIX and target set by

svn commit: r304680 - in head/sys/boot/efi: libefi loader

2016-08-23 Thread Baptiste Daroussin
Author: bapt Date: Tue Aug 23 13:53:38 2016 New Revision: 304680 URL: https://svnweb.freebsd.org/changeset/base/304680 Log: EFI loader: only open/close on the net device with tftpfs It prevents issuing a dhcp request before each file open As a consequence netbooting over tftpfs is

Re: svn commit: r304321 - in head/sys: boot/efi/boot1 boot/efi/loader boot/i386/boot2 boot/i386/gptboot boot/i386/gptzfsboot boot/i386/zfsboot boot/userboot/ficl boot/userboot/userboot boot/userboot/z

2016-08-23 Thread Toomas Soome
> On 23. aug 2016, at 15:36, Slawa Olhovchenkov wrote: > > On Tue, Aug 23, 2016 at 03:26:04PM +0300, Toomas Soome wrote: > >>> Main trouble (by kib@) is 640KB real mode limit. >>> Separated heap don't soled this. >>> May be solution is early switch to protected mode, boot2? >>

svn commit: r304678 - head/usr.sbin/kldxref

2016-08-23 Thread Marcelo Araujo
Author: araujo Date: Tue Aug 23 13:43:43 2016 New Revision: 304678 URL: https://svnweb.freebsd.org/changeset/base/304678 Log: Use roundup2() from sys/param.h. Modified: head/usr.sbin/kldxref/kldxref.c Modified: head/usr.sbin/kldxref/kldxref.c

svn commit: r304677 - in head/sys/boot: common efi/libefi efi/loader

2016-08-23 Thread Baptiste Daroussin
Author: bapt Date: Tue Aug 23 13:35:48 2016 New Revision: 304677 URL: https://svnweb.freebsd.org/changeset/base/304677 Log: Add tftpfs support for the EFI loader Allow netbooting on efi without having to setup any NFS server by rebuilding the loader with LOADER_TFTP_SUPPORT like for the

svn commit: r304676 - head/usr.sbin/fifolog/lib

2016-08-23 Thread Marcelo Araujo
Author: araujo Date: Tue Aug 23 13:19:42 2016 New Revision: 304676 URL: https://svnweb.freebsd.org/changeset/base/304676 Log: Fix calloc(3) argument order. MFC after:4 weeks. Modified: head/usr.sbin/fifolog/lib/fifolog_int.c head/usr.sbin/fifolog/lib/fifolog_reader.c Modified:

Re: svn commit: r304321 - in head/sys: boot/efi/boot1 boot/efi/loader boot/i386/boot2 boot/i386/gptboot boot/i386/gptzfsboot boot/i386/zfsboot boot/userboot/ficl boot/userboot/userboot boot/userboot/z

2016-08-23 Thread Slawa Olhovchenkov
On Tue, Aug 23, 2016 at 03:26:04PM +0300, Toomas Soome wrote: > > Main trouble (by kib@) is 640KB real mode limit. > > Separated heap don't soled this. > > May be solution is early switch to protected mode, boot2? > > hm, but boot2 is already btx client and btx is setting up the > protected

Re: svn commit: r304321 - in head/sys: boot/efi/boot1 boot/efi/loader boot/i386/boot2 boot/i386/gptboot boot/i386/gptzfsboot boot/i386/zfsboot boot/userboot/ficl boot/userboot/userboot boot/userboot/z

2016-08-23 Thread Toomas Soome
> On 23. aug 2016, at 15:16, Slawa Olhovchenkov wrote: > > On Tue, Aug 23, 2016 at 03:00:32PM +0300, Toomas Soome wrote: > >> >>> On 23. aug 2016, at 14:29, Slawa Olhovchenkov wrote: >>> >>> On Tue, Aug 23, 2016 at 11:05:47AM +0300, Toomas Soome wrote: >>>

Re: svn commit: r304321 - in head/sys: boot/efi/boot1 boot/efi/loader boot/i386/boot2 boot/i386/gptboot boot/i386/gptzfsboot boot/i386/zfsboot boot/userboot/ficl boot/userboot/userboot boot/userboot/z

2016-08-23 Thread Slawa Olhovchenkov
On Tue, Aug 23, 2016 at 03:00:32PM +0300, Toomas Soome wrote: > > > On 23. aug 2016, at 14:29, Slawa Olhovchenkov wrote: > > > > On Tue, Aug 23, 2016 at 11:05:47AM +0300, Toomas Soome wrote: > > > >> > >>> On 22. aug 2016, at 17:56, Toomas Soome wrote: > >>>

Re: svn commit: r304321 - in head/sys: boot/efi/boot1 boot/efi/loader boot/i386/boot2 boot/i386/gptboot boot/i386/gptzfsboot boot/i386/zfsboot boot/userboot/ficl boot/userboot/userboot boot/userboot/z

2016-08-23 Thread Toomas Soome
> On 23. aug 2016, at 14:29, Slawa Olhovchenkov wrote: > > On Tue, Aug 23, 2016 at 11:05:47AM +0300, Toomas Soome wrote: > >> >>> On 22. aug 2016, at 17:56, Toomas Soome wrote: >>> >>> On 22. aug 2016, at 17:19, Warner Losh wrote:

Re: svn commit: r304321 - in head/sys: boot/efi/boot1 boot/efi/loader boot/i386/boot2 boot/i386/gptboot boot/i386/gptzfsboot boot/i386/zfsboot boot/userboot/ficl boot/userboot/userboot boot/userboot/z

2016-08-23 Thread Slawa Olhovchenkov
On Tue, Aug 23, 2016 at 11:05:47AM +0300, Toomas Soome wrote: > > > On 22. aug 2016, at 17:56, Toomas Soome wrote: > > > > > >> On 22. aug 2016, at 17:19, Warner Losh wrote: > >> > >> On Mon, Aug 22, 2016 at 3:44 AM, Toomas Soome wrote: > >>>

svn commit: r304674 - head/sys/dev/intpm

2016-08-23 Thread Andriy Gapon
Author: avg Date: Tue Aug 23 10:40:53 2016 New Revision: 304674 URL: https://svnweb.freebsd.org/changeset/base/304674 Log: intpm: add support for SB800 This code should be able to support later AMD chipsets as well, but that hasn't been tested. SB800 supports accessing several

Re: svn commit: r304321 - in head/sys: boot/efi/boot1 boot/efi/loader boot/i386/boot2 boot/i386/gptboot boot/i386/gptzfsboot boot/i386/zfsboot boot/userboot/ficl boot/userboot/userboot boot/userboot/z

2016-08-23 Thread Toomas Soome
> On 23. aug 2016, at 11:22, Andriy Gapon wrote: > > On 22/08/2016 17:56, Toomas Soome wrote: >> Actually I only now realized I was comparing apples with oranges… I forgot >> the fbsd builds 32bit version in ficl32, this one is 64bit. and yes the 32bit >> version is not that

Re: svn commit: r304321 - in head/sys: boot/efi/boot1 boot/efi/loader boot/i386/boot2 boot/i386/gptboot boot/i386/gptzfsboot boot/i386/zfsboot boot/userboot/ficl boot/userboot/userboot boot/userboot/z

2016-08-23 Thread Andriy Gapon
On 22/08/2016 17:56, Toomas Soome wrote: > Actually I only now realized I was comparing apples with oranges… I forgot > the fbsd builds 32bit version in ficl32, this one is 64bit. and yes the 32bit > version is not that big at all:D > > Also, after done some digging, I have found few instances of

Re: svn commit: r304321 - in head/sys: boot/efi/boot1 boot/efi/loader boot/i386/boot2 boot/i386/gptboot boot/i386/gptzfsboot boot/i386/zfsboot boot/userboot/ficl boot/userboot/userboot boot/userboot/z

2016-08-23 Thread Toomas Soome
> On 22. aug 2016, at 17:56, Toomas Soome wrote: > > >> On 22. aug 2016, at 17:19, Warner Losh wrote: >> >> On Mon, Aug 22, 2016 at 3:44 AM, Toomas Soome wrote: >>> I do suspect the size difference there is partially due to ficl, in illumos