Displaying 4 results from an estimated 4 matches for "rom_address".
Did you mean:
from_address
2006 Jul 10
0
setpci and xen
...the boot ROM on an Ethernet adapter? I am able
to enable the ROM, but it is in the same place as the RAM, and I can''t
seem to move it.
I have 1Gb of RAM, which I believe is mapped from 0x00000000 to
0x3fffffff, but the ROM is set to 0x3ff00000, and using something like:
setpci -s 01:0b.0 ROM_ADDRESS=48000000
doesn''t change anything, while:
setpci -s 01:0b.0 ROM_ADDRESS=48000001
enables it, but leaves it at the same address (and still behind RAM so I
can''t get to it).
Previously, before I overwrote the flash, it was mapped to 0x40000000
and was readable.
Thanks
James
_...
2012 Nov 19
2
[PATCH 158/493] video: remove use of __devinit
...}
-static void __devinit
+static void
sti_dump_outptr(struct sti_struct *sti)
{
DPRINTK((KERN_INFO
@@ -397,7 +397,7 @@ sti_dump_outptr(struct sti_struct *sti)
sti->outptr.attributes));
}
-static int __devinit
+static int
sti_init_glob_cfg(struct sti_struct *sti,
unsigned long rom_address, unsigned long hpa)
{
@@ -479,7 +479,7 @@ sti_init_glob_cfg(struct sti_struct *sti,
}
#ifdef CONFIG_FB
-static struct sti_cooked_font __devinit
+static struct sti_cooked_font
*sti_select_fbfont(struct sti_cooked_rom *cooked_rom, const char *fbfont_name)
{
const struct font_desc *fbfont;
@@...
2012 Nov 19
2
[PATCH 158/493] video: remove use of __devinit
...}
-static void __devinit
+static void
sti_dump_outptr(struct sti_struct *sti)
{
DPRINTK((KERN_INFO
@@ -397,7 +397,7 @@ sti_dump_outptr(struct sti_struct *sti)
sti->outptr.attributes));
}
-static int __devinit
+static int
sti_init_glob_cfg(struct sti_struct *sti,
unsigned long rom_address, unsigned long hpa)
{
@@ -479,7 +479,7 @@ sti_init_glob_cfg(struct sti_struct *sti,
}
#ifdef CONFIG_FB
-static struct sti_cooked_font __devinit
+static struct sti_cooked_font
*sti_select_fbfont(struct sti_cooked_rom *cooked_rom, const char *fbfont_name)
{
const struct font_desc *fbfont;
@@...
2012 Nov 19
2
[PATCH 158/493] video: remove use of __devinit
...}
-static void __devinit
+static void
sti_dump_outptr(struct sti_struct *sti)
{
DPRINTK((KERN_INFO
@@ -397,7 +397,7 @@ sti_dump_outptr(struct sti_struct *sti)
sti->outptr.attributes));
}
-static int __devinit
+static int
sti_init_glob_cfg(struct sti_struct *sti,
unsigned long rom_address, unsigned long hpa)
{
@@ -479,7 +479,7 @@ sti_init_glob_cfg(struct sti_struct *sti,
}
#ifdef CONFIG_FB
-static struct sti_cooked_font __devinit
+static struct sti_cooked_font
*sti_select_fbfont(struct sti_cooked_rom *cooked_rom, const char *fbfont_name)
{
const struct font_desc *fbfont;
@@...