Re: Linux 2.6.12-rc3: Oops on IDE flash disk eject

2005-04-21 Thread Andreas Steinmetz
The following patch fixes the Oops though I don't know if this is the correct solution. --- linux-2.6.12-rc3/drivers/ide/ide.c.ast +++ linux-2.6.12-rc3/drivers/ide/ide.c @@ -2082,7 +2082,8 @@ static int ide_drive_remove(struct device * dev) { ide_drive_t * drive =

Re: Linux 2.6.12-rc3: Oops on IDE flash disk eject

2005-04-21 Thread Andreas Steinmetz
As already reported to lkml and IDE maintainer for 2.6.12-rc2: Oops on 'cardctl eject' of an IDE flash disk (Pretec ATA Flash 16MB). 2.6.11.2 works fine. System: Linux (none) 2.6.12-rc3-gringo #1 Thu Apr 21 15:45:08 CEST 2005 x86_64 unknown unknown GNU/Linux Kernel messages from startup to and

Re: Linux 2.6.12-rc3: Oops on IDE flash disk eject

2005-04-21 Thread Andreas Steinmetz
As already reported to lkml and IDE maintainer for 2.6.12-rc2: Oops on 'cardctl eject' of an IDE flash disk (Pretec ATA Flash 16MB). 2.6.11.2 works fine. System: Linux (none) 2.6.12-rc3-gringo #1 Thu Apr 21 15:45:08 CEST 2005 x86_64 unknown unknown GNU/Linux Kernel messages from startup to and

Re: Linux 2.6.12-rc3: Oops on IDE flash disk eject

2005-04-21 Thread Andreas Steinmetz
The following patch fixes the Oops though I don't know if this is the correct solution. --- linux-2.6.12-rc3/drivers/ide/ide.c.ast +++ linux-2.6.12-rc3/drivers/ide/ide.c @@ -2082,7 +2082,8 @@ static int ide_drive_remove(struct device * dev) { ide_drive_t * drive =