mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
add quick and dirty hack to esp.c to get further with solaris.
add interrupt information to obio.c to boot netbsd git-svn-id: svn://coreboot.org/openbios/openbios-devel@47 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -511,6 +511,8 @@ ob_esp_init(unsigned long base)
|
||||
add_alias(nodebuff, aliasbuff);
|
||||
sprintf(aliasbuff, "sd(0,%d,0)", id);
|
||||
add_alias(nodebuff, aliasbuff);
|
||||
sprintf(aliasbuff, "sd(0,%d,0)@0,0", id);
|
||||
add_alias(nodebuff, aliasbuff);
|
||||
(*counter_ptr)++;
|
||||
}
|
||||
DPRINTF("done\n");
|
||||
|
||||
Reference in New Issue
Block a user