Re: State of SATA development?

2020-10-28 Thread Damien Zammit
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

State of SATA development?

2020-10-28 Thread Paul Dufresne
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

Re: Thinkpad T60: 8 video cards detected (same), where 2 different cards expected

2020-10-28 Thread Damien Zammit
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