linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFT PATCH] ia64: bigsur_defconfig: convert to use libata PATA drivers
@ 2015-08-17 15:46 Bartlomiej Zolnierkiewicz
  2015-08-17 15:46 ` [RFT PATCH] ia64: generic_defconfig: " Bartlomiej Zolnierkiewicz
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2015-08-17 15:46 UTC (permalink / raw)
  To: linux-ia64, Tony Luck, Fenghua Yu; +Cc: linux-ide, linux-kernel, b.zolnierkie

IDE subsystem has been deprecated since 2009 and the majority
(if not all) of Linux distributions have switched to use
libata for ATA support exclusively.  However there are still
some users (mostly old or/and embedded non-x86 systems) that
have not converted from using IDE subsystem to libata PATA
drivers.  This doesn't seem to be good thing in the long-term
for Linux as while there is less and less PATA systems left
in use:

* testing efforts are divided between two subsystems

* having duplicate drivers for same hardware confuses users

This patch converts bigsur_defconfig to use libata PATA
drivers.

Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
---
Build tested only.
If you have affected hardware please test.  Thank you.

 arch/ia64/configs/bigsur_defconfig | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/arch/ia64/configs/bigsur_defconfig b/arch/ia64/configs/bigsur_defconfig
index b6bda18..5aba1aa 100644
--- a/arch/ia64/configs/bigsur_defconfig
+++ b/arch/ia64/configs/bigsur_defconfig
@@ -28,16 +28,17 @@ CONFIG_BLK_DEV_LOOP=m
 CONFIG_BLK_DEV_CRYPTOLOOP=m
 CONFIG_BLK_DEV_NBD=m
 CONFIG_BLK_DEV_RAM=m
-CONFIG_IDE=m
-CONFIG_BLK_DEV_IDECD=m
-CONFIG_BLK_DEV_GENERIC=m
-CONFIG_BLK_DEV_PIIX=m
 CONFIG_SCSI=y
 CONFIG_BLK_DEV_SD=y
+CONFIG_BLK_DEV_SR=m
 CONFIG_SCSI_CONSTANTS=y
 CONFIG_SCSI_LOGGING=y
 CONFIG_SCSI_SPI_ATTRS=m
 CONFIG_SCSI_QLOGIC_1280=y
+CONFIG_ATA=m
+CONFIG_ATA_PIIX=m
+CONFIG_PATA_MPIIX=m
+CONFIG_ATA_GENERIC=m
 CONFIG_MD=y
 CONFIG_BLK_DEV_MD=m
 CONFIG_MD_LINEAR=m
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [RFT PATCH] ia64: generic_defconfig: convert to use libata PATA drivers
  2015-08-17 15:46 [RFT PATCH] ia64: bigsur_defconfig: convert to use libata PATA drivers Bartlomiej Zolnierkiewicz
@ 2015-08-17 15:46 ` Bartlomiej Zolnierkiewicz
  2015-08-17 16:19   ` Sergei Shtylyov
  2015-08-17 15:46 ` [RFT PATCH] ia64: gensparse_defconfig: " Bartlomiej Zolnierkiewicz
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 11+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2015-08-17 15:46 UTC (permalink / raw)
  To: linux-ia64, Tony Luck, Fenghua Yu; +Cc: linux-ide, linux-kernel, b.zolnierkie

IDE subsystem has been deprecated since 2009 and the majority
(if not all) of Linux distributions have switched to use
libata for ATA support exclusively.  However there are still
some users (mostly old or/and embedded non-x86 systems) that
have not converted from using IDE subsystem to libata PATA
drivers.  This doesn't seem to be good thing in the long-term
for Linux as while there is less and less PATA systems left
in use:

* testing efforts are divided between two subsystems

* having duplicate drivers for same hardware confuses users

This patch converts generic_defconfig to use libata PATA
drivers (sgiioc4 IDE host driver has no corresponding libata
driver yet so it is not converted).

Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
---
Build tested only.
If you have affected hardware please test.  Thank you.

 arch/ia64/configs/generic_defconfig | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/ia64/configs/generic_defconfig b/arch/ia64/configs/generic_defconfig
index 81f686d..f55be82 100644
--- a/arch/ia64/configs/generic_defconfig
+++ b/arch/ia64/configs/generic_defconfig
@@ -48,13 +48,10 @@ CONFIG_SGI_IOC4=y
 CONFIG_SGI_XP=m
 CONFIG_IDE=y
 CONFIG_BLK_DEV_IDECD=y
-CONFIG_BLK_DEV_GENERIC=y
-CONFIG_BLK_DEV_CMD64X=y
-CONFIG_BLK_DEV_PIIX=y
 CONFIG_BLK_DEV_SGIIOC4=y
 CONFIG_BLK_DEV_SD=y
 CONFIG_CHR_DEV_ST=m
-CONFIG_BLK_DEV_SR=m
+CONFIG_BLK_DEV_SR=y
 CONFIG_CHR_DEV_SG=m
 CONFIG_SCSI_FC_ATTRS=y
 CONFIG_SCSI_SYM53C8XX_2=y
@@ -62,6 +59,9 @@ CONFIG_SCSI_QLOGIC_1280=y
 CONFIG_ATA=y
 CONFIG_ATA_PIIX=y
 CONFIG_SATA_VITESSE=y
+CONFIG_PATA_CMD64X=y
+CONFIG_PATA_MPIIX=y
+CONFIG_ATA_GENERIC=y
 CONFIG_MD=y
 CONFIG_BLK_DEV_MD=m
 CONFIG_MD_LINEAR=m
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [RFT PATCH] ia64: gensparse_defconfig: convert to use libata PATA drivers
  2015-08-17 15:46 [RFT PATCH] ia64: bigsur_defconfig: convert to use libata PATA drivers Bartlomiej Zolnierkiewicz
  2015-08-17 15:46 ` [RFT PATCH] ia64: generic_defconfig: " Bartlomiej Zolnierkiewicz
@ 2015-08-17 15:46 ` Bartlomiej Zolnierkiewicz
  2015-08-17 15:46 ` [RFT PATCH] ia64: tiger_defconfig: " Bartlomiej Zolnierkiewicz
  2015-08-17 15:46 ` [RFT PATCH] ia64: zx1_defconfig: " Bartlomiej Zolnierkiewicz
  3 siblings, 0 replies; 11+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2015-08-17 15:46 UTC (permalink / raw)
  To: linux-ia64, Tony Luck, Fenghua Yu; +Cc: linux-ide, linux-kernel, b.zolnierkie

IDE subsystem has been deprecated since 2009 and the majority
(if not all) of Linux distributions have switched to use
libata for ATA support exclusively.  However there are still
some users (mostly old or/and embedded non-x86 systems) that
have not converted from using IDE subsystem to libata PATA
drivers.  This doesn't seem to be good thing in the long-term
for Linux as while there is less and less PATA systems left
in use:

* testing efforts are divided between two subsystems

* having duplicate drivers for same hardware confuses users

This patch converts gensparse_defconfig to use libata PATA
drivers (sgiioc4 IDE host driver has no corresponding libata
driver yet so it is not converted).

Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
---
Build tested only.
If you have affected hardware please test.  Thank you.

 arch/ia64/configs/gensparse_defconfig | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/arch/ia64/configs/gensparse_defconfig b/arch/ia64/configs/gensparse_defconfig
index 5b4fcdd..b4da69f7 100644
--- a/arch/ia64/configs/gensparse_defconfig
+++ b/arch/ia64/configs/gensparse_defconfig
@@ -40,19 +40,20 @@ CONFIG_BLK_DEV_RAM=y
 CONFIG_SGI_IOC4=y
 CONFIG_IDE=y
 CONFIG_BLK_DEV_IDECD=y
-CONFIG_IDE_GENERIC=y
-CONFIG_BLK_DEV_GENERIC=y
-CONFIG_BLK_DEV_CMD64X=y
-CONFIG_BLK_DEV_PIIX=y
 CONFIG_BLK_DEV_SGIIOC4=y
-CONFIG_SCSI=y
 CONFIG_BLK_DEV_SD=y
 CONFIG_CHR_DEV_ST=m
-CONFIG_BLK_DEV_SR=m
+CONFIG_BLK_DEV_SR=y
 CONFIG_CHR_DEV_SG=m
 CONFIG_SCSI_FC_ATTRS=y
 CONFIG_SCSI_SYM53C8XX_2=y
 CONFIG_SCSI_QLOGIC_1280=y
+CONFIG_ATA=y
+CONFIG_ATA_PIIX=y
+CONFIG_PATA_CMD64X=y
+CONFIG_PATA_MPIIX=y
+CONFIG_ATA_GENERIC=y
+CONFIG_PATA_LEGACY=y
 CONFIG_MD=y
 CONFIG_BLK_DEV_MD=m
 CONFIG_MD_LINEAR=m
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [RFT PATCH] ia64: tiger_defconfig: convert to use libata PATA drivers
  2015-08-17 15:46 [RFT PATCH] ia64: bigsur_defconfig: convert to use libata PATA drivers Bartlomiej Zolnierkiewicz
  2015-08-17 15:46 ` [RFT PATCH] ia64: generic_defconfig: " Bartlomiej Zolnierkiewicz
  2015-08-17 15:46 ` [RFT PATCH] ia64: gensparse_defconfig: " Bartlomiej Zolnierkiewicz
@ 2015-08-17 15:46 ` Bartlomiej Zolnierkiewicz
  2015-08-17 15:46 ` [RFT PATCH] ia64: zx1_defconfig: " Bartlomiej Zolnierkiewicz
  3 siblings, 0 replies; 11+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2015-08-17 15:46 UTC (permalink / raw)
  To: linux-ia64, Tony Luck, Fenghua Yu; +Cc: linux-ide, linux-kernel, b.zolnierkie

IDE subsystem has been deprecated since 2009 and the majority
(if not all) of Linux distributions have switched to use
libata for ATA support exclusively.  However there are still
some users (mostly old or/and embedded non-x86 systems) that
have not converted from using IDE subsystem to libata PATA
drivers.  This doesn't seem to be good thing in the long-term
for Linux as while there is less and less PATA systems left
in use:

* testing efforts are divided between two subsystems

* having duplicate drivers for same hardware confuses users

This patch converts tiger_defconfig to use libata PATA
drivers.

Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
---
Build tested only.
If you have affected hardware please test.  Thank you.

 arch/ia64/configs/tiger_defconfig | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/arch/ia64/configs/tiger_defconfig b/arch/ia64/configs/tiger_defconfig
index 192ed15..30a4416 100644
--- a/arch/ia64/configs/tiger_defconfig
+++ b/arch/ia64/configs/tiger_defconfig
@@ -42,19 +42,18 @@ CONFIG_BLK_DEV_LOOP=m
 CONFIG_BLK_DEV_CRYPTOLOOP=m
 CONFIG_BLK_DEV_NBD=m
 CONFIG_BLK_DEV_RAM=y
-CONFIG_IDE=y
-CONFIG_BLK_DEV_IDECD=y
-CONFIG_BLK_DEV_GENERIC=y
-CONFIG_BLK_DEV_CMD64X=y
-CONFIG_BLK_DEV_PIIX=y
-CONFIG_SCSI=y
 CONFIG_BLK_DEV_SD=y
 CONFIG_CHR_DEV_ST=m
-CONFIG_BLK_DEV_SR=m
+CONFIG_BLK_DEV_SR=y
 CONFIG_CHR_DEV_SG=m
 CONFIG_SCSI_FC_ATTRS=y
 CONFIG_SCSI_SYM53C8XX_2=y
 CONFIG_SCSI_QLOGIC_1280=y
+CONFIG_ATA=y
+CONFIG_ATA_PIIX=y
+CONFIG_PATA_CMD64X=y
+CONFIG_PATA_MPIIX=y
+CONFIG_ATA_GENERIC=y
 CONFIG_MD=y
 CONFIG_BLK_DEV_MD=m
 CONFIG_MD_LINEAR=m
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [RFT PATCH] ia64: zx1_defconfig: convert to use libata PATA drivers
  2015-08-17 15:46 [RFT PATCH] ia64: bigsur_defconfig: convert to use libata PATA drivers Bartlomiej Zolnierkiewicz
                   ` (2 preceding siblings ...)
  2015-08-17 15:46 ` [RFT PATCH] ia64: tiger_defconfig: " Bartlomiej Zolnierkiewicz
@ 2015-08-17 15:46 ` Bartlomiej Zolnierkiewicz
  2015-08-17 19:27   ` Émeric MASCHINO
  3 siblings, 1 reply; 11+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2015-08-17 15:46 UTC (permalink / raw)
  To: linux-ia64, Tony Luck, Fenghua Yu; +Cc: linux-ide, linux-kernel, b.zolnierkie

IDE subsystem has been deprecated since 2009 and the majority
(if not all) of Linux distributions have switched to use
libata for ATA support exclusively.  However there are still
some users (mostly old or/and embedded non-x86 systems) that
have not converted from using IDE subsystem to libata PATA
drivers.  This doesn't seem to be good thing in the long-term
for Linux as while there is less and less PATA systems left
in use:

* testing efforts are divided between two subsystems

* having duplicate drivers for same hardware confuses users

This patch converts zx1_defconfig to use libata PATA
drivers.

Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
---
Build tested only.
If you have affected hardware please test.  Thank you.

 arch/ia64/configs/zx1_defconfig | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/arch/ia64/configs/zx1_defconfig b/arch/ia64/configs/zx1_defconfig
index b504c8e..1ecda7e 100644
--- a/arch/ia64/configs/zx1_defconfig
+++ b/arch/ia64/configs/zx1_defconfig
@@ -27,11 +27,6 @@ CONFIG_IP_MULTICAST=y
 CONFIG_NETFILTER=y
 CONFIG_BLK_DEV_LOOP=y
 CONFIG_BLK_DEV_RAM=y
-CONFIG_IDE=y
-CONFIG_BLK_DEV_IDECD=y
-CONFIG_BLK_DEV_GENERIC=y
-CONFIG_BLK_DEV_CMD64X=y
-CONFIG_SCSI=y
 CONFIG_BLK_DEV_SD=y
 CONFIG_CHR_DEV_ST=y
 CONFIG_CHR_DEV_OSST=y
@@ -43,6 +38,9 @@ CONFIG_SCSI_LOGGING=y
 CONFIG_SCSI_FC_ATTRS=y
 CONFIG_SCSI_SYM53C8XX_2=y
 CONFIG_SCSI_QLOGIC_1280=y
+CONFIG_ATA=y
+CONFIG_PATA_CMD64X=y
+CONFIG_ATA_GENERIC=y
 CONFIG_FUSION=y
 CONFIG_FUSION_SPI=y
 CONFIG_FUSION_FC=y
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* Re: [RFT PATCH] ia64: generic_defconfig: convert to use libata PATA drivers
  2015-08-17 15:46 ` [RFT PATCH] ia64: generic_defconfig: " Bartlomiej Zolnierkiewicz
@ 2015-08-17 16:19   ` Sergei Shtylyov
  2015-08-17 16:31     ` Bartlomiej Zolnierkiewicz
  0 siblings, 1 reply; 11+ messages in thread
From: Sergei Shtylyov @ 2015-08-17 16:19 UTC (permalink / raw)
  To: Bartlomiej Zolnierkiewicz, linux-ia64, Tony Luck, Fenghua Yu
  Cc: linux-ide, linux-kernel

Hello.

On 08/17/2015 06:46 PM, Bartlomiej Zolnierkiewicz wrote:

> IDE subsystem has been deprecated since 2009 and the majority
> (if not all) of Linux distributions have switched to use
> libata for ATA support exclusively.  However there are still
> some users (mostly old or/and embedded non-x86 systems) that
> have not converted from using IDE subsystem to libata PATA
> drivers.  This doesn't seem to be good thing in the long-term
> for Linux as while there is less and less PATA systems left
> in use:
>
> * testing efforts are divided between two subsystems
>
> * having duplicate drivers for same hardware confuses users
>
> This patch converts generic_defconfig to use libata PATA
> drivers (sgiioc4 IDE host driver has no corresponding libata
> driver yet so it is not converted).
>
> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
> ---
> Build tested only.
> If you have affected hardware please test.  Thank you.
>
>   arch/ia64/configs/generic_defconfig | 8 ++++----
>   1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/arch/ia64/configs/generic_defconfig b/arch/ia64/configs/generic_defconfig
> index 81f686d..f55be82 100644
> --- a/arch/ia64/configs/generic_defconfig
> +++ b/arch/ia64/configs/generic_defconfig
[...]
> @@ -62,6 +59,9 @@ CONFIG_SCSI_QLOGIC_1280=y
>   CONFIG_ATA=y
>   CONFIG_ATA_PIIX=y
>   CONFIG_SATA_VITESSE=y
> +CONFIG_PATA_CMD64X=y
> +CONFIG_PATA_MPIIX=y

    If you're enabling the MPIIX support (which I doubt is necessary), why not 
enable the "old" PIIX support?

> +CONFIG_ATA_GENERIC=y

MBR, Sergei


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [RFT PATCH] ia64: generic_defconfig: convert to use libata PATA drivers
  2015-08-17 16:19   ` Sergei Shtylyov
@ 2015-08-17 16:31     ` Bartlomiej Zolnierkiewicz
  2015-08-17 17:26       ` Sergei Shtylyov
  0 siblings, 1 reply; 11+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2015-08-17 16:31 UTC (permalink / raw)
  To: Sergei Shtylyov
  Cc: linux-ia64, Tony Luck, Fenghua Yu, linux-ide, linux-kernel


Hi,

On Monday, August 17, 2015 07:19:06 PM Sergei Shtylyov wrote:
> Hello.
> 
> On 08/17/2015 06:46 PM, Bartlomiej Zolnierkiewicz wrote:
> 
> > IDE subsystem has been deprecated since 2009 and the majority
> > (if not all) of Linux distributions have switched to use
> > libata for ATA support exclusively.  However there are still
> > some users (mostly old or/and embedded non-x86 systems) that
> > have not converted from using IDE subsystem to libata PATA
> > drivers.  This doesn't seem to be good thing in the long-term
> > for Linux as while there is less and less PATA systems left
> > in use:
> >
> > * testing efforts are divided between two subsystems
> >
> > * having duplicate drivers for same hardware confuses users
> >
> > This patch converts generic_defconfig to use libata PATA
> > drivers (sgiioc4 IDE host driver has no corresponding libata
> > driver yet so it is not converted).
> >
> > Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
> > ---
> > Build tested only.
> > If you have affected hardware please test.  Thank you.
> >
> >   arch/ia64/configs/generic_defconfig | 8 ++++----
> >   1 file changed, 4 insertions(+), 4 deletions(-)
> >
> > diff --git a/arch/ia64/configs/generic_defconfig b/arch/ia64/configs/generic_defconfig
> > index 81f686d..f55be82 100644
> > --- a/arch/ia64/configs/generic_defconfig
> > +++ b/arch/ia64/configs/generic_defconfig
> [...]
> > @@ -62,6 +59,9 @@ CONFIG_SCSI_QLOGIC_1280=y
> >   CONFIG_ATA=y
> >   CONFIG_ATA_PIIX=y
> >   CONFIG_SATA_VITESSE=y
> > +CONFIG_PATA_CMD64X=y
> > +CONFIG_PATA_MPIIX=y
> 
>     If you're enabling the MPIIX support (which I doubt is necessary), why not 

I also doubt that it is necessary but IDE's piix host driver
includes support for it (so after conversion MPIIX is also
enabled).

> enable the "old" PIIX support?

Oversight on my side, will fix.

Best regards,
--
Bartlomiej Zolnierkiewicz
Samsung R&D Institute Poland
Samsung Electronics


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [RFT PATCH] ia64: generic_defconfig: convert to use libata PATA drivers
  2015-08-17 16:31     ` Bartlomiej Zolnierkiewicz
@ 2015-08-17 17:26       ` Sergei Shtylyov
  0 siblings, 0 replies; 11+ messages in thread
From: Sergei Shtylyov @ 2015-08-17 17:26 UTC (permalink / raw)
  To: Bartlomiej Zolnierkiewicz
  Cc: linux-ia64, Tony Luck, Fenghua Yu, linux-ide, linux-kernel

On 08/17/2015 07:31 PM, Bartlomiej Zolnierkiewicz wrote:

>>> IDE subsystem has been deprecated since 2009 and the majority
>>> (if not all) of Linux distributions have switched to use
>>> libata for ATA support exclusively.  However there are still
>>> some users (mostly old or/and embedded non-x86 systems) that
>>> have not converted from using IDE subsystem to libata PATA
>>> drivers.  This doesn't seem to be good thing in the long-term
>>> for Linux as while there is less and less PATA systems left
>>> in use:
>>>
>>> * testing efforts are divided between two subsystems
>>>
>>> * having duplicate drivers for same hardware confuses users
>>>
>>> This patch converts generic_defconfig to use libata PATA
>>> drivers (sgiioc4 IDE host driver has no corresponding libata
>>> driver yet so it is not converted).
>>>
>>> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
[...]

>>> diff --git a/arch/ia64/configs/generic_defconfig b/arch/ia64/configs/generic_defconfig
>>> index 81f686d..f55be82 100644
>>> --- a/arch/ia64/configs/generic_defconfig
>>> +++ b/arch/ia64/configs/generic_defconfig
>> [...]
>>> @@ -62,6 +59,9 @@ CONFIG_SCSI_QLOGIC_1280=y
>>>    CONFIG_ATA=y
>>>    CONFIG_ATA_PIIX=y
>>>    CONFIG_SATA_VITESSE=y
>>> +CONFIG_PATA_CMD64X=y
>>> +CONFIG_PATA_MPIIX=y

>>      If you're enabling the MPIIX support (which I doubt is necessary), why not

> I also doubt that it is necessary but IDE's piix host driver
> includes support for it

    Borked. :-)

> (so after conversion MPIIX is also enabled).

    MPIIX was for laptops only, IIUC.

>> enable the "old" PIIX support?

> Oversight on my side, will fix.

> Best regards,
> --
> Bartlomiej Zolnierkiewicz
> Samsung R&D Institute Poland
> Samsung Electronics

MBR, Sergei


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [RFT PATCH] ia64: zx1_defconfig: convert to use libata PATA drivers
  2015-08-17 15:46 ` [RFT PATCH] ia64: zx1_defconfig: " Bartlomiej Zolnierkiewicz
@ 2015-08-17 19:27   ` Émeric MASCHINO
  2015-08-17 20:41     ` Luck, Tony
  0 siblings, 1 reply; 11+ messages in thread
From: Émeric MASCHINO @ 2015-08-17 19:27 UTC (permalink / raw)
  To: Bartlomiej Zolnierkiewicz
  Cc: linux-ia64, Tony Luck, Fenghua Yu, linux-ide, linux-kernel

Hi,

I'm running kernels configured that way (i.e. using libata PATA
drivers) for years on my hp workstation zx6000 (zx1 chipset) without
apparent problems.

Cheers,

     Émeric

2015-08-17 17:46 GMT+02:00 Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>:
> IDE subsystem has been deprecated since 2009 and the majority
> (if not all) of Linux distributions have switched to use
> libata for ATA support exclusively.  However there are still
> some users (mostly old or/and embedded non-x86 systems) that
> have not converted from using IDE subsystem to libata PATA
> drivers.  This doesn't seem to be good thing in the long-term
> for Linux as while there is less and less PATA systems left
> in use:
>
> * testing efforts are divided between two subsystems
>
> * having duplicate drivers for same hardware confuses users
>
> This patch converts zx1_defconfig to use libata PATA
> drivers.
>
> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
> ---
> Build tested only.
> If you have affected hardware please test.  Thank you.
>
>  arch/ia64/configs/zx1_defconfig | 8 +++-----
>  1 file changed, 3 insertions(+), 5 deletions(-)
>
> diff --git a/arch/ia64/configs/zx1_defconfig b/arch/ia64/configs/zx1_defconfig
> index b504c8e..1ecda7e 100644
> --- a/arch/ia64/configs/zx1_defconfig
> +++ b/arch/ia64/configs/zx1_defconfig
> @@ -27,11 +27,6 @@ CONFIG_IP_MULTICAST=y
>  CONFIG_NETFILTER=y
>  CONFIG_BLK_DEV_LOOP=y
>  CONFIG_BLK_DEV_RAM=y
> -CONFIG_IDE=y
> -CONFIG_BLK_DEV_IDECD=y
> -CONFIG_BLK_DEV_GENERIC=y
> -CONFIG_BLK_DEV_CMD64X=y
> -CONFIG_SCSI=y
>  CONFIG_BLK_DEV_SD=y
>  CONFIG_CHR_DEV_ST=y
>  CONFIG_CHR_DEV_OSST=y
> @@ -43,6 +38,9 @@ CONFIG_SCSI_LOGGING=y
>  CONFIG_SCSI_FC_ATTRS=y
>  CONFIG_SCSI_SYM53C8XX_2=y
>  CONFIG_SCSI_QLOGIC_1280=y
> +CONFIG_ATA=y
> +CONFIG_PATA_CMD64X=y
> +CONFIG_ATA_GENERIC=y
>  CONFIG_FUSION=y
>  CONFIG_FUSION_SPI=y
>  CONFIG_FUSION_FC=y
> --
> 1.9.1
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-ia64" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 11+ messages in thread

* RE: [RFT PATCH] ia64: zx1_defconfig: convert to use libata PATA drivers
  2015-08-17 19:27   ` Émeric MASCHINO
@ 2015-08-17 20:41     ` Luck, Tony
  2015-08-18 22:45       ` Émeric MASCHINO
  0 siblings, 1 reply; 11+ messages in thread
From: Luck, Tony @ 2015-08-17 20:41 UTC (permalink / raw)
  To: Émeric MASCHINO, Bartlomiej Zolnierkiewicz
  Cc: linux-ia64, Yu, Fenghua, linux-ide, linux-kernel

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="utf-8", Size: 880 bytes --]

> I'm running kernels configured that way (i.e. using libata PATA
> drivers) for years on my hp workstation zx6000 (zx1 chipset) without
> apparent problems.

Do you have PATA drives?  My zx6000 just has SCSI:

  scsi host0: ioc0: LSI53C1030 C0, FwRev=01032341h, Ports=1, MaxQ=255, IRQ=57
  scsi 0:0:0:0: Direct-Access     HP 36.4G MAU3036NC        HPC2 PQ: 0 ANSI: 3
  scsi target0:0:0: Beginning Domain Validation
  scsi target0:0:0: Ending Domain Validation
  scsi target0:0:0: FAST-160 WIDE SCSI 320.0 MB/s DT IU QAS RTI WRFLOW PCOMP (6.25 ns, offset 127)

[Wow! 36.4GB ... seemed like an OK sized drive back when that machine arrived in my lab. Now
 my phone has more than twice that amount of storage :-) ]

-Tony
ÿôèº{.nÇ+‰·Ÿ®‰­†+%ŠËÿ±éݶ\x17¥Šwÿº{.nÇ+‰·¥Š{±þG«éÿŠ{ayº\x1dʇڙë,j\a­¢f£¢·hšïêÿ‘êçz_è®\x03(­éšŽŠÝ¢j"ú\x1a¶^[m§ÿÿ¾\a«þG«éÿ¢¸?™¨è­Ú&£ø§~á¶iO•æ¬z·švØ^\x14\x04\x1a¶^[m§ÿÿÃ\fÿ¶ìÿ¢¸?–I¥

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [RFT PATCH] ia64: zx1_defconfig: convert to use libata PATA drivers
  2015-08-17 20:41     ` Luck, Tony
@ 2015-08-18 22:45       ` Émeric MASCHINO
  0 siblings, 0 replies; 11+ messages in thread
From: Émeric MASCHINO @ 2015-08-18 22:45 UTC (permalink / raw)
  To: Luck, Tony
  Cc: Bartlomiej Zolnierkiewicz, linux-ia64, Yu, Fenghua, linux-ide,
	linux-kernel

2015-08-17 22:41 GMT+02:00 Luck, Tony <tony.luck@intel.com>:
>
> Do you have PATA drives?  My zx6000 just has SCSI:

Yes Sir, the internal DVD drive (TEAC DV-28E-B [1]):

emeric@longspeak ~ $ dmesg | grep ATA
[    0.947229] ata1: PATA max UDMA/100 cmd 0xd58 ctl 0xd64 bmdma 0xd40 irq 54
[    1.103782] ata1.00: ATAPI: DV-28E-B, 2.2B, max UDMA/33

     Émeric

[1] http://www.teac.co.jp/dspd/product/optical/dv-28eb.html

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2015-08-18 22:45 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-17 15:46 [RFT PATCH] ia64: bigsur_defconfig: convert to use libata PATA drivers Bartlomiej Zolnierkiewicz
2015-08-17 15:46 ` [RFT PATCH] ia64: generic_defconfig: " Bartlomiej Zolnierkiewicz
2015-08-17 16:19   ` Sergei Shtylyov
2015-08-17 16:31     ` Bartlomiej Zolnierkiewicz
2015-08-17 17:26       ` Sergei Shtylyov
2015-08-17 15:46 ` [RFT PATCH] ia64: gensparse_defconfig: " Bartlomiej Zolnierkiewicz
2015-08-17 15:46 ` [RFT PATCH] ia64: tiger_defconfig: " Bartlomiej Zolnierkiewicz
2015-08-17 15:46 ` [RFT PATCH] ia64: zx1_defconfig: " Bartlomiej Zolnierkiewicz
2015-08-17 19:27   ` Émeric MASCHINO
2015-08-17 20:41     ` Luck, Tony
2015-08-18 22:45       ` Émeric MASCHINO

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).