IDE class driver with SATA controllers
From: Andrew Chew (achew_at_nvidia.com)
Date: 08/31/04
- Previous message: William Lee Irwin III: "[1/2] move wait ops' contention case completely out of line"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 31 Aug 2004 14:03:41 -0700 To: <linux-ide@vger.kernel.org>, <linux-kernel@vger.kernel.org>
In my perusal of the kernel code, I noticed that the IDE subsystem
handles IDE controllers at legacy IO ports if no other driver claims
them (albeit without DMA support). I was wondering if it could be
extended to support SATA controllers
that aren't mapped to legacy I/O ports.
I'm aware of the idex=base,ctl,irq kernel option, but I can't seem to
get this to work with my SATA controller (using ide6=base,ctl,irq).
The reason I'm asking is because it would seem like a good thing to have
SATA controllers that are broadly compatible with IDE to be usable
without having to modify the core kernel drivers. This would at least
allow a user to perform a Linux install on a SATA drive even if that
kernel doesn't have explicit support for the SATA controller. A
kernel/driver update can then take place after the install.
Also, are there plans for libata to take over the IDE class driver
functionality in the future?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Previous message: William Lee Irwin III: "[1/2] move wait ops' contention case completely out of line"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|