Hi,
I am having some problems detecting my Marvell 9128 chip on my Gigabyte GA-X58A-UD3R motherboard. Both the Intel chip and the JMicron chip on the card is detected, and AHCI is enabled for all three chips. I have also connected a OCZ Agility 3 SSD that is detected in the BIOS, but not in FreeBSD (of course). Any ideas on how I can detect the Marvell 9128 chip and the SSD?
Output of dmesg | grep ahci
In my loader.conf I have:
I am having some problems detecting my Marvell 9128 chip on my Gigabyte GA-X58A-UD3R motherboard. Both the Intel chip and the JMicron chip on the card is detected, and AHCI is enabled for all three chips. I have also connected a OCZ Agility 3 SSD that is detected in the BIOS, but not in FreeBSD (of course). Any ideas on how I can detect the Marvell 9128 chip and the SSD?
Code:
[larrifax@larriserver:~] $ uname -a
FreeBSD larriserver.larrinett 8.2-STABLE FreeBSD 8.2-STABLE #4: Tue Aug 16 21:17:06 CEST 2011
root@larriserver.larrinett:/usr/obj/usr/src/sys/LARRISERVER amd64
Output of dmesg | grep ahci
Code:
ahci0: <AHCI SATA controller> port 0xcf00-0xcf07,0xce00-0xce03,0xcd00-0xcd07,0xcc00-0xcc03,0xcb00-0xcb0f mem
0xfbbff000-0xfbbff7ff irq 16 at device 0.0 on pci1
ahci0: [ITHREAD]
ahci0: AHCI v1.20 with 8 6Gbps ports, Port Multiplier not supported
ahcich0: <AHCI channel> at channel 0 on ahci0
ahcich0: [ITHREAD]
ahcich1: <AHCI channel> at channel 1 on ahci0
ahcich1: [ITHREAD]
ahcich2: <AHCI channel> at channel 2 on ahci0
ahcich2: [ITHREAD]
ahcich3: <AHCI channel> at channel 3 on ahci0
ahcich3: [ITHREAD]
ahcich4: <AHCI channel> at channel 4 on ahci0
ahcich4: [ITHREAD]
ahcich5: <AHCI channel> at channel 5 on ahci0
ahcich5: [ITHREAD]
ahcich6: <AHCI channel> at channel 6 on ahci0
ahcich6: [ITHREAD]
ahcich7: <AHCI channel> at channel 7 on ahci0
ahcich7: [ITHREAD]
ahci1: <JMicron JMB363 AHCI SATA controller> mem 0xfbefe000-0xfbefffff irq 17 at
device 0.0 on pci5
ahci1: [ITHREAD]
ahci1: AHCI v1.00 with 2 3Gbps ports, Port Multiplier supported
ahcich8: <AHCI channel> at channel 0 on ahci1
ahcich8: [ITHREAD]
ahcich9: <AHCI channel> at channel 1 on ahci1
ahcich9: [ITHREAD]
ahci2: <JMicron JMB363 AHCI SATA controller> on atapci1
ahci2: [ITHREAD]
ahci2: AHCI v1.00 with 2 3Gbps ports, Port Multiplier supported
ahcich10: <AHCI channel> at channel 0 on ahci2
ahcich10: [ITHREAD]
ahcich11: <AHCI channel> at channel 1 on ahci2
ahcich11: [ITHREAD]
ahci3: <Intel ICH10 AHCI SATA controller> port 0xf900-0xf907,0xf800-0xf803,0xf700-0xf707,0xf600-0xf603,0xf500-0xf51f mem
0xfbffc000-0xfbffc7ff irq 19 at device 31.2 on pci0
ahci3: [ITHREAD]
ahci3: AHCI v1.20 with 6 3Gbps ports, Port Multiplier supported
ahcich12: <AHCI channel> at channel 0 on ahci3
ahcich12: [ITHREAD]
ahcich13: <AHCI channel> at channel 1 on ahci3
ahcich13: [ITHREAD]
ahcich14: <AHCI channel> at channel 2 on ahci3
ahcich14: [ITHREAD]
ahcich15: <AHCI channel> at channel 3 on ahci3
ahcich15: [ITHREAD]
ahcich16: <AHCI channel> at channel 4 on ahci3
ahcich16: [ITHREAD]
ahcich17: <AHCI channel> at channel 5 on ahci3
ahcich17: [ITHREAD]
(aprobe0:ahcich0:0:0:0): Unexpected signature 0xfccf
ahcich7: Poll timeout on slot 0 port 0
ahcich7: is 00000000 cs 00000001 ss 00000000 rs 00000001 tfd 50 serr 00000000
cmd 10000016
ada0 at ahcich12 bus 0 scbus12 target 0 lun 0
ada1 at ahcich13 bus 0 scbus13 target 0 lun 0
ada2 at ahcich14 bus 0 scbus14 target 0 lun 0
ada3 at ahcich15 bus 0 scbus15 target 0 lun 0
ada4 at ahcich16 bus 0 scbus16 target 0 lun 0
ada5 at ahcich17 bus 0 scbus17 target 0 lun 0
In my loader.conf I have:
Code:
mvs_load="YES"