Hello. I am installing FreeBSD 8.2 on my four years old desktop. The installer gets hung after creating new fs on a hard disk.
I am guessing it is a problem with my disk controller. I have an ancient ATI xpress 200 chipset. The south bridge is ATI(AMD) SB600. I know this south bridge is particularly troublesome. I remember two or three years back, I need to disable MSI(Message signal interrupt) and port multiplier to get it work in AHCI mode in Slackware Linux.
I have disabled MSI by setting
at boot time prompt. But still no luck.
Does anybody happen to have this chipset and know a workaround? Another question is I am about to build a new AMD CPU based box, How is FreeBSD with newer AMD chipsets, say SB710/SB750/SB850?
Thanks.
I am guessing it is a problem with my disk controller. I have an ancient ATI xpress 200 chipset. The south bridge is ATI(AMD) SB600. I know this south bridge is particularly troublesome. I remember two or three years back, I need to disable MSI(Message signal interrupt) and port multiplier to get it work in AHCI mode in Slackware Linux.
I have disabled MSI by setting
Code:
hint.ahci.0.msi=0
hw.pci.enable_msi=0
hw.pci.enable_msix=0
at boot time prompt. But still no luck.
Does anybody happen to have this chipset and know a workaround? Another question is I am about to build a new AMD CPU based box, How is FreeBSD with newer AMD chipsets, say SB710/SB750/SB850?
Thanks.