From owner-p4-projects Sat Dec 7 21:39:29 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 6B7CD37B404; Sat, 7 Dec 2002 21:39:27 -0800 (PST) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0334637B401 for ; Sat, 7 Dec 2002 21:39:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0DF343EBE for ; Sat, 7 Dec 2002 21:39:26 -0800 (PST) (envelope-from marcel@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gB85YqmV017134 for ; Sat, 7 Dec 2002 21:34:52 -0800 (PST) (envelope-from marcel@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gB85YqvC017131 for perforce@freebsd.org; Sat, 7 Dec 2002 21:34:52 -0800 (PST) Date: Sat, 7 Dec 2002 21:34:52 -0800 (PST) Message-Id: <200212080534.gB85YqvC017131@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to marcel@freebsd.org using -f From: Marcel Moolenaar Subject: PERFORCE change 22055 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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