repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update with test case for Poseidon reset scheme fix. Return UHIOERR_HOSTERROR in...
[AROS.git]
/
arch
/
ppc-sam440
/
dosboot
/
bootconfig.c
blob
c4479a3212ad9f5bad65ae3898a7f9b60a7a23f8
1
#include
"dosboot_intern.h"
2
3
/* This file contains architecture-dependent defaults */
4
5
void
InitBootConfig
(
struct
BootConfig
*
bootcfg
)
6
{
7
bootcfg
->
gfxlib
=
"radeon.hidd"
;
8
bootcfg
->
gfxhidd
=
"RadeonDriver"
;
9
}