Install problem HP integrity rx2660(Montecito)

Marcel Moolenaar xcllnt at mac.com
Sun Jun 10 19:29:51 UTC 2007


[Followup]

On May 4, 2007, at 9:00 AM, Marcel Moolenaar wrote:

> On May 4, 2007, at 3:28 AM, Richard Walter wrote:
>
>> Output from console:
>>
>> FreeBSD 7.0-CURRENT-200704 #0: Sat Apr 14 03:19:00 UTC 2007
>>     root at pluto1.freebsd.org:/usr/obj/usr/src/sys/GENERIC
>> CPU: Montecito (1594.71-Mhz Itanium 2)
>>   Origin = "GenuineIntel"  Revision = 7
>>   Features = 0x5<LB,AO>
>> real memory  = 1050492928 (1001 MB)
>> avail memory = 978149376 (932 MB)
>> FPSWA Revision = 0x10012, Entry = 0xe0000100ffd18050
>> FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs
>> cpu0: SAPIC Id=0, SAPIC Eid=0 (BSP)
>> cpu2: SAPIC Id=2, SAPIC Eid=0
>> acpi0: <HP> on motherboard

Richard,

The machine is definitely hung at this point. The problem is a
faulty address specifier in ACPI. The address in the GAS is a
memory mapped I/O address, while the address space indication
is I/O port space. This discrepancy results in an invalid access
to I/O port space, which causes the machine to hang.

I put a work around in FreeBSD-current that checks for this and
calculate the intended memory address rather than the I/O port
memory address. This makes the kernel boot.

The work-around will be in the June snapshot and you should be
able to boot on the rx2660.
FYI,

-- 
Marcel Moolenaar
xcllnt at mac.com




More information about the freebsd-ia64 mailing list