Re: svn commit: r292472 - in head/sys: amd64/amd64 sys

2016-01-04 Thread Warner Losh
On Mon, Dec 21, 2015 at 1:38 PM, John Baldwin wrote: > On Saturday, December 19, 2015 07:01:43 PM Warner Losh wrote: > > Author: imp > > Date: Sat Dec 19 19:01:43 2015 > > New Revision: 292472 > > URL: https://svnweb.freebsd.org/changeset/base/292472 > > > > Log: > > Save the physical address p

Re: svn commit: r292472 - in head/sys: amd64/amd64 sys

2015-12-21 Thread John Baldwin
On Saturday, December 19, 2015 07:01:43 PM Warner Losh wrote: > Author: imp > Date: Sat Dec 19 19:01:43 2015 > New Revision: 292472 > URL: https://svnweb.freebsd.org/changeset/base/292472 > > Log: > Save the physical address passed into the kernel of the UEFI system > table. > > Modified: >

svn commit: r292472 - in head/sys: amd64/amd64 sys

2015-12-19 Thread Warner Losh
Author: imp Date: Sat Dec 19 19:01:43 2015 New Revision: 292472 URL: https://svnweb.freebsd.org/changeset/base/292472 Log: Save the physical address passed into the kernel of the UEFI system table. Modified: head/sys/amd64/amd64/machdep.c head/sys/sys/efi.h Modified: head/sys/amd64/amd64