FreeBSD-AMD64 on Xeon MP

Don Bowman don at sandvine.com
Wed Sep 3 01:47:04 UTC 2008


On Mon Aug 11 21:23:58 UTC 2008 John Baldwin wrote:
>On Monday 11 August 2008 11:25:01 am Michael Fuckner wrote:
> > Hi all,
> > 
> > I try to run FreeBSD-7-AMD64 on a Quad Xeon (Xeon MP 7320) and 32GB
RAM. 
> > The Board is a X7QC3 by supermicro and the installation is done on 
> > another system, updated and plugged to this system. So I have a
drive 
> > with 7-STABLE compiled today.
> >
> > The last line I see from dmesg is vga0- then the system freezes.
> >
> > Anyone using a similar configuration or knows what could be wrong? I

> > still have some days left to play with it, before this box gets
shipped 
> > to the customer.
>
> It is probably waiting for a config intr hook to complete.  rwatson@
recently 
> added some code to HEAD to help with debugging hangs there.  That
patch 
> probably applies directly to 7.x and would be helpful in determining
what is 
> hanging.

So I have debugged this down (same board), using 32-bit kernel.
I have found it is hanging reading from the UHCI controller (register
0x10).
I am using HEAD.

In uhci_root_ctrl_start(), in case C(UR_GET_STATUS,
UT_READ_CLASS_OTHER):, it does:
x = UREAD2(sc, port);

now, this translates into a read from 0x3090 [UHCI base address is
0x3080, offset
is 0x10 for the PORTSC0 register.

I debugged this down by putting printf() in. I can't really fathom why
that read would hang, does anyone have a suggestion on where to go next
debugging?

The chipset on this board is 631xESB/632xESB ICH.

I tried putting a call to uhci_dumpregs() there, it hangs as well. So my
assumption
Is that a read to 0x3080 is hanging.

Anyone have any suggestions?

System has 4 XEON MP processors, Intel 7300 chipset, 1GB of RAM,
motherboard is described
http://www.supermicro.com/products/motherboard/Xeon7000/7300/X7QC3.cfm
The IPMI is not installed.





More information about the freebsd-hardware mailing list