Hi, I tried this new controller http://www.addonics.com/products/ad2ms6gpx8.php which is based on the 88SE9480 chipset. Does anyone have it working ? I tried adding the PCI ID, but it does not attach unfortunately. {0x94801b4b, 0x00, "Addonics", AHCI_Q_NOBSYRES}, ahci0: <Addonics AHCI SATA controller> mem 0x48140000-0x4815ffff,0x48100000-0x4813ffff irq 16 at device 0.0 on pci1 device_attach: ahci0 attach returned 6 pciconf shows ahci0@pci0:1:0:0: class=0x010400 card=0x94801b4b chip=0x94801b4b rev=0x03 hdr=0x00 vendor = 'Marvell Technology Group Ltd.' class = mass storage subclass = RAID bar [10] = type Memory, range 64, base 0x48140000, size 131072, enabled bar [18] = type Memory, range 64, base 0x48100000, size 262144, enabled cap 01[40] = powerspec 3 supports D0 D1 D3 current D0 cap 05[50] = MSI supports 1 message, 64 bit cap 10[70] = PCI-Express 2 endpoint max data 128(4096) link x8(x8) ecap 0001[100] = AER 1 0 fatal 0 non-fatal 0 corrected ecap 0002[140] = VC 1 max VC0 This was with today's RELENG_9 ---Mike -- ------------------- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, mike@sentex.net Providing Internet services since 1994 www.sentex.net Cambridge, Ontario Canada http://www.tancsa.com/
On Fri, 2012-01-20 at 17:19 -0500, Mike Tancsa wrote:> Hi, > > I tried this new controller > http://www.addonics.com/products/ad2ms6gpx8.php > which is based on the 88SE9480 chipset. Does anyone have it working ? > > I tried adding the PCI ID, but it does not attach unfortunately. > > {0x94801b4b, 0x00, "Addonics", AHCI_Q_NOBSYRES}, > > ahci0: <Addonics AHCI SATA controller> mem > 0x48140000-0x4815ffff,0x48100000-0x4813ffff irq 16 at device 0.0 on pci1 > device_attach: ahci0 attach returned 6 > > pciconf shows > > ahci0@pci0:1:0:0: class=0x010400 card=0x94801b4b chip=0x94801b4b > rev=0x03 hdr=0x00 > vendor = 'Marvell Technology Group Ltd.' > class = mass storage > subclass = RAID > bar [10] = type Memory, range 64, base 0x48140000, size 131072, > enabled > bar [18] = type Memory, range 64, base 0x48100000, size 262144, > enabled > cap 01[40] = powerspec 3 supports D0 D1 D3 current D0 > cap 05[50] = MSI supports 1 message, 64 bit > cap 10[70] = PCI-Express 2 endpoint max data 128(4096) link x8(x8) > ecap 0001[100] = AER 1 0 fatal 0 non-fatal 0 corrected > ecap 0002[140] = VC 1 max VC0 > > This was with today's RELENG_9 > > ---Mike >pciconf says rev=0x03 and the second field in the ahci_ids struct is named rev, maybe 0x03 needs to go there? -- Ian
On 01/20/12 17:19, Mike Tancsa wrote:> Hi, > > I tried this new controller > http://www.addonics.com/products/ad2ms6gpx8.php > which is based on the 88SE9480 chipset. Does anyone have it working ? > > I tried adding the PCI ID, but it does not attach unfortunately. > > {0x94801b4b, 0x00, "Addonics", AHCI_Q_NOBSYRES}, > > ahci0: <Addonics AHCI SATA controller> mem > 0x48140000-0x4815ffff,0x48100000-0x4813ffff irq 16 at device 0.0 on pci1 > device_attach: ahci0 attach returned 6 > > pciconf shows > > ahci0@pci0:1:0:0: class=0x010400 card=0x94801b4b chip=0x94801b4b > rev=0x03 hdr=0x00 > vendor = 'Marvell Technology Group Ltd.' > class = mass storage > subclass = RAID > bar [10] = type Memory, range 64, base 0x48140000, size 131072, > enabled > bar [18] = type Memory, range 64, base 0x48100000, size 262144, > enabled > cap 01[40] = powerspec 3 supports D0 D1 D3 current D0 > cap 05[50] = MSI supports 1 message, 64 bit > cap 10[70] = PCI-Express 2 endpoint max data 128(4096) link x8(x8) > ecap 0001[100] = AER 1 0 fatal 0 non-fatal 0 corrected > ecap 0002[140] = VC 1 max VC0 > > This was with today's RELENG_9I'm concerned about these memory ranges - how much RAM is in this thing? imb
Hi. On 01/21/12 00:19, Mike Tancsa wrote:> I tried this new controller > http://www.addonics.com/products/ad2ms6gpx8.php > which is based on the 88SE9480 chipset. Does anyone have it working ? > > I tried adding the PCI ID, but it does not attach unfortunately. > > {0x94801b4b, 0x00, "Addonics", AHCI_Q_NOBSYRES}, > > ahci0:<Addonics AHCI SATA controller> mem > 0x48140000-0x4815ffff,0x48100000-0x4813ffff irq 16 at device 0.0 on pci1 > device_attach: ahci0 attach returned 6 > > pciconf shows > > ahci0@pci0:1:0:0: class=0x010400 card=0x94801b4b chip=0x94801b4b > rev=0x03 hdr=0x00 > vendor = 'Marvell Technology Group Ltd.' > class = mass storage > subclass = RAID > bar [10] = type Memory, range 64, base 0x48140000, size 131072, > enabled > bar [18] = type Memory, range 64, base 0x48100000, size 262144, > enabled > cap 01[40] = powerspec 3 supports D0 D1 D3 current D0 > cap 05[50] = MSI supports 1 message, 64 bit > cap 10[70] = PCI-Express 2 endpoint max data 128(4096) link x8(x8) > ecap 0001[100] = AER 1 0 fatal 0 non-fatal 0 corrected > ecap 0002[140] = VC 1 max VC0I haven't seen SAS controllers compatible with AHCI yet. -- Alexander Motin