Am 11.05.2010 um 11:25 schrieb Joerg Roedel :
On Tue, May 11, 2010 at 01:19:27AM +0200, Alexander Graf wrote:
On 11.05.2010, at 00:13, Sebastian Herbszt wrote:
The problem of incremental patches will be a non issue as soon as
the git tree is available.
I set up a mailing list and a git
On Tue, May 11, 2010 at 01:19:27AM +0200, Alexander Graf wrote:
>
> On 11.05.2010, at 00:13, Sebastian Herbszt wrote:
> >
> > The problem of incremental patches will be a non issue as soon as the git
> > tree is available.
>
> I set up a mailing list and a git tree for development. The mailing
On 11.05.2010, at 00:13, Sebastian Herbszt wrote:
> Alexander Graf wrote:
>> Hi Chong,
>>
>> On 10.05.2010, at 13:55, QiaoChong wrote:
>>
>> > When ahci init ,driver will send ATA_SRST command,ahci device report
>> > device type through port's sig register.
>> > Ahci disk lookup change from IF
On 11.05.2010, at 00:13, Sebastian Herbszt wrote:
> Alexander Graf wrote:
>> Hi Chong,
>>
>> On 10.05.2010, at 13:55, QiaoChong wrote:
>>
>> > When ahci init ,driver will send ATA_SRST command,ahci device report
>> > device type through port's sig register.
>> > Ahci disk lookup change from IF
Alexander Graf wrote:
Hi Chong,
On 10.05.2010, at 13:55, QiaoChong wrote:
> When ahci init ,driver will send ATA_SRST command,ahci device report device
type through port's sig register.
> Ahci disk lookup change from IF_SD to IF_SCSI now,because IF_SD does not
support cdrom media.
> I just co
Hi Chong,
On 10.05.2010, at 13:55, QiaoChong wrote:
> When ahci init ,driver will send ATA_SRST command,ahci device report device
> type through port's sig register.
> Ahci disk lookup change from IF_SD to IF_SCSI now,because IF_SD does not
> support cdrom media.
> I just copy ide_atapi_cmd fro