Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Dec 2002 21:34:52 -0800 (PST)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 22055 for review
Message-ID:  <200212080534.gB85YqvC017131@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=22055

Change 22055 by marcel@marcel_nfs on 2002/12/07 21:34:32

	Pass the address of the HCDP table to the kernel if we have
	one.

Affected files ...

.. //depot/projects/ia64/sys/boot/efi/libefi/bootinfo.c#8 edit

Differences ...

==== //depot/projects/ia64/sys/boot/efi/libefi/bootinfo.c#8 (text+ko) ====

@@ -39,6 +39,8 @@
 
 #include "bootstrap.h"
 
+static EFI_GUID hcdp = HCDP_TABLE_GUID;
+
 /*
  * Return a 'boothowto' value corresponding to the kernel arguments in
  * (kargs) and any relevant environment variables.
@@ -300,6 +302,7 @@
     bi->bi_symtab = ssym;
     bi->bi_esymtab = esym;
 
+    bi->bi_hcdp = efi_get_table(&hcdp);	/* Get the DIG64 HCDP table addr. */
     fpswa_init(&bi->bi_fpswa);		/* find FPSWA interface */
 
     /* find the last module in the chain */

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212080534.gB85YqvC017131>