Re: ahci msi_map with fallback

2011-06-02 Thread Mark Kettenis
> Date: Wed, 1 Jun 2011 23:13:04 -0400 > From: Kenneth R Westerback > > Try msi and fallback to old intr mapping. Works on my box where the > ahci is on a non-msi bus. In other words; ou didn't really test this ;) > ok? No. I've looked at the Linux code, and their code suggests there are some

Re: ahci msi_map with fallback

2011-06-02 Thread Paul de Weerd
On Wed, Jun 01, 2011 at 11:13:04PM -0400, Kenneth R Westerback wrote: | Try msi and fallback to old intr mapping. Works on my box where the | ahci is on a non-msi bus. I have the exact same 82801GBM controller as mk in a Lenovo Z61m. Works fine here too, the dmesg line shows 'msi' and I've not not

Re: ahci msi_map with fallback

2011-06-02 Thread Michael Knudsen
On Wed, Jun 01, 2011 at 11:13:04PM -0400, Kenneth R Westerback wrote: > Try msi and fallback to old intr mapping. Works on my box where the > ahci is on a non-msi bus. Works on my X60 which has ahci on an msi bus: luggage$ dmesg | grep ^ahci ahci0 at pci0 dev 31 function 2 "Intel 82801GBM AHCI" r

ahci msi_map with fallback

2011-06-01 Thread Kenneth R Westerback
Try msi and fallback to old intr mapping. Works on my box where the ahci is on a non-msi bus. ok? Ken Index: ahci.c === RCS file: /cvs/src/sys/dev/pci/ahci.c,v retrieving revision 1.178 diff -u -p -r1.178 ahci.c --- ahci.c