Hi Paul,
On 29/10/20 5:14 am, Paul Dufresne wrote:
> So, I am kind of asking... does someone have SATA working for him/her?
> If so... how?
I am working on rump drivers for disk currently, (slowly in my spare time).
Rump is a userspace unikernel framework based on NetBSD's kernel.
rumpdisk will
On real hardware I have seen a kind of error on loading AHCI: from my memory:
phys 0 offline!?
So I tried to emulate a SATA connected cdrom in QEMU with:
qemu-system-i386 -m 700M --device ich9-ahci,id=sata -drive media=cd
rom,if=none,id=sata-cd0,file=debian-sid-hurd-i386-DVD-1.iso -device
ide
On 26/10/20 4:42 pm, Damien Zammit wrote:
> On 26/10/20 10:56 am, Almudena Garcia wrote:
>> This is my lspci -nn
>
> I think it's a bug with the pci-arbiter listing some of your hardware four
> times using lspci.
>
I just wrote a test program that iterates over all pci devices on the pci bus
u