Updated PCI IDs to latest snapshot.
[tangerine.git] / arch / ppc-chrp / efika / bootmenu / bootconfig.c
blob823f3d135a8166cf58b5870a96af44a51466e0a2
1 #include <aros/bootloader.h>
2 #include <libraries/bootmenu.h>
3 #include <proto/bootloader.h>
4 #include <string.h>
6 #include "bootmenu_intern.h"
8 /* This file contains architecture-dependent defaults */
10 void InitBootConfig(struct BootConfig *bootcfg, APTR BootLoaderBase)
12 bootcfg->self = bootcfg;
13 bootcfg->boot = NULL;
14 strcpy(bootcfg->defaultgfx.libname, "radeon.hidd");
15 strcpy(bootcfg->defaultgfx.hiddname, "RadeonDriver");
16 bootcfg->defaultkbd.hiddname[0] = 0;
17 bootcfg->defaultmouse.hiddname[0] = 0;