- 17 8月, 2005 2 次提交
-
-
由 Tejun Heo 提交于
02_sil24_remove-irq-disable-on-spurious-intr.patch If interrupt occurs on a disabled port, the driver used to mask the port's interrupt, but we don't know if such action is necessary yet and that's not what other drives do. So, just do nothing and tell IRQ subsystem that it's not our interrupt. Signed-off-by: NTejun Heo <htejun@gmail.com> sata_sil24.c | 15 +++++---------- 1 files changed, 5 insertions(+), 10 deletions(-) Signed-off-by: NJeff Garzik <jgarzik@pobox.com>
-
由 Tejun Heo 提交于
01_sil24_add-FIXME-comment.patch Add FIXME comment above ata_device_add. Signed-off-by: NTejun Heo <htejun@gmail.com> sata_sil24.c | 1 + 1 files changed, 1 insertion(+) Signed-off-by: NJeff Garzik <jgarzik@pobox.com>
-
- 29 7月, 2005 1 次提交
-
-
由 Tejun Heo 提交于
This is rewritten sil24 driver against v2.6.13-rc3. Rewritten based on driver originally submitted by Silicon Image. Signed-off-by: NTejun Heo <htejun@gmail.com> Signed-off-by: NJeff Garzik <jgarzik@pobox.com>
-