search for: 88se9172

Displaying 6 results from an estimated 6 matches for "88se9172".

2013 Nov 09
1
disk controller not working with xen: Marvell Technology Group Ltd. 88SE9172
...o use xen as shipped with debian 7.0. The system has 13 disks over 3 controllers. When I boot normal linux, I get this (condensed output from lshw): product: MV64460/64461/64462 System Controller, Revision B disk:0 disk:1 disk:2 disk:3 disk:4 disk:5 product: 88SE9172 SATA 6Gb/s Controller disk:0 disk:1 product: 7 Series/C210 Series Chipset Family 6-port SATA Controller disk:0 disk:1 disk:2 disk:3 disk:4 When I boot the xen system, I get this: product: MV64460/64461/64462 System Controller, Revision B disk:0...
2013 Jun 25
5
Marvell, IOMMU/VT-d, and pci-phantom
...eg>:]<bus>:<device>,<stride> I decided to try and work out the correct values for this command. Being no expert (nor even an adept) when it comes to PCI bus addressing, I did this: mybox:~$ lspci | grep -i marvell 06:00.0 SATA controller: Marvell Technology Group Ltd. 88SE9172 SATA 6Gb/s Controller (rev 11) 0a:00.0 SATA controller: Marvell Technology Group Ltd. 88SE9172 SATA 6Gb/s Controller (rev 11) and then experimented like so: /boot/xen-4.3-unstable.gz placeholder pci-phantom=06:00.0 pci-phantom=0a:00.0 /boot/xen-4.3-unstable.gz placeholder pci-phantom=...
2013 Aug 12
1
BTRFS corruptions counter
...We decided to give BTRFS a try. We find it very flexible and generally fast. However last week we had a problem with a Marvell controller in AHCI and one BTRFS formatted hard drive. We isolated the problem by relocating the disk to an Intel contoller (SATA controller: Marvell Technology Group Ltd. 88SE9172 SATA 6Gb/s Controller (rev 11) had a lot of problems and I managed to overcome them by passing libata.force=noncq for a couple of weeks, until it failed generally). Now that the disk is on the intel contoller it works fine and data is intact, but whenever I do mount or unmount I see: Aug 10 18:34:...
2012 Dec 09
2
Problem with secondary sata controller
...ing my 64-bit Debian Squeeze (Xen version 4.0, Linux Kernel 2.6.32) dom0 to recognize a harddrive connected to a secondary sata controller. My motherboard is a Gigabyte GA-X79-UP4 and has two sata controllers. The first is controlled by an Intel X79 chipset and the second is controlled by a Marvell 88SE9172 chip. During the initial install of Debian everything is fine and I can see harddrives attached to either controller. If I boot Xen from grub, I cannot see the harddrives on the Marvell chip, if I just boot the stock Debian kernel I can see the harddrives. The Marvell controller shows up in lspci....
2013 Nov 19
1
Re: Using hostdev to plug a PCI-E host device into Q35 pcie-root port
...such a bad way due to being plugged into a > pci-bridge slot; up until now I'd only heard that there is some extra > PCIe functionality that would be missing if a device was plugged into a > PCI slot vs. PCIe. > > Can I ask what type of device this is? > It's a Marvell 88SE9172 SATA controller, here is the lspci -vvv 03:00.0 SATA controller: Marvell Technology Group Ltd. 88SE9172 SATA 6Gb/s Controller (rev 11) (prog-if 01 [AHCI 1.0]) Subsystem: Gigabyte Technology Co., Ltd Device b000 Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr-...
2013 Nov 15
2
Using hostdev to plug a PCI-E host device into Q35 pcie-root port
Hello, I'm trying to migrate a working qemu command line configuration to libvirt. The part I'm currently failing on is: $ qemu-system-x86_64 -M Q35 ... -device vfio-pci,host=05:00.0,bus=pcie.0 The right way to translate this into libvirt XML seems to be using <hostdev>, but I seem to be unable to plug it into the pcie-root port This is how the interesting part looks like when