[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:05445] Re: Install Trouble with DEC
丸岡です。
外しているかもしれませんが、ちょっと気になるところが... (^^;
In message "[debian-users:05441] Install Trouble with DEC",
Rei Ihara(井原 零) <ihara@xxxxxxxxxxxxxxx> writes:
> pcibios_init : BIOS32 Service Directory structue at 0x000fd5d0
> pcibios_init: entry in high memory, unable to access
> pci_init: no BIOS32 detected
ここが問題なのではないでしょうか?
以前どこかで、DEC ではありませんが、COMPAQの一部のマシンに付い
て以下のような話を聞いた事があるように思います。
PCI BIOSが でかいアドレス(高位って言うのかな) にあるのでBIOS
を認識できない。
確かこの時の解決策は、DOS上で PCI BIOSを移動させるプログラムを
実行して... なんてするんだったような... (^^;
でも、'in high memory'という文字列を検索すると...
linux-2.0.33/arch/i386/kernel/bios32.c に
:
if (check->fields.entry >= 0x100000) {
printk("pcibios_init: entry in high memory, tryi
ng direct PCI access\n");
access_pci = check_direct_pci();
} else {
:
とメッセージが違うなぁ。
----
丸岡 実利 / Mitsutoshi MARUOKA
maruoka@xxxxxxxxxxxxxxxxxxx