Re: sata_nv does not function in kernel > 2.6.20.21

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Alan Cox
Date: Friday, January 11, 2008 - 8:17 am

> Error -16 is EBUSY, which causes the driver load to fail due to the 

Actually it looks to me like there is something very odd going on here.
The sata_nv code checks each of the 6 resources exists (wrongly - it does
it before pcim_enable_device so the check is probably not valid). That
would report -ENODEV.

EBUSY implies all 6 resources were assigned but one couldn't be mapped.
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: sata_nv does not function in kernel > 2.6.20.21, Matthew Hall, (Wed Jan 9, 10:25 pm)
Re: sata_nv does not function in kernel > 2.6.20.21, Jeff Garzik, (Wed Jan 9, 10:45 pm)
Re: sata_nv does not function in kernel > 2.6.20.21, Alan Cox, (Fri Jan 11, 8:17 am)