* SATA support in 2.4.27
@ 2004-04-17 7:49 O.Sezer
2004-04-17 8:04 ` Willy Tarreau
0 siblings, 1 reply; 6+ messages in thread
From: O.Sezer @ 2004-04-17 7:49 UTC (permalink / raw)
To: linux-kernel
Comments in ChangeSet 1.1366 -> 1.1367 say:
# This adds all the SATA drivers except Intel ICH5/ICH6 ("ata_piix").
# ata_piix was the cause of all the ____request_resource() and PCI quirk
# nastiness. As you can see, without that driver, the patch is nice and
# clean, and does nothing but add files.
Shall we people who can stand unclean and ugly trees have a separate
patch for ata_piix please ;))
Regards;
Özkan Sezer
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: SATA support in 2.4.27
2004-04-17 8:04 ` Willy Tarreau
@ 2004-04-17 8:03 ` O.Sezer
2004-04-17 9:48 ` Andre Hedrick
1 sibling, 0 replies; 6+ messages in thread
From: O.Sezer @ 2004-04-17 8:03 UTC (permalink / raw)
To: Willy Tarreau; +Cc: linux-kernel
Willy Tarreau wrote:
> On Sat, Apr 17, 2004 at 10:49:53AM +0300, O.Sezer wrote:
>
>>Comments in ChangeSet 1.1366 -> 1.1367 say:
>>
>># This adds all the SATA drivers except Intel ICH5/ICH6 ("ata_piix").
>># ata_piix was the cause of all the ____request_resource() and PCI quirk
>># nastiness. As you can see, without that driver, the patch is nice and
>># clean, and does nothing but add files.
>>
>>Shall we people who can stand unclean and ugly trees have a separate
>>patch for ata_piix please ;))
>
>
> It's on Jeff's site : www.kernel.org/pub/linux/kernel/people/jgarzik/libata/
> Notice that 2.4.26-bk1-libata1 is fairly smaller than 2.4.26-rc1-libata1 :-)
>
> Willy
>
Ooops, missed that! Thank you very much.
Özkan Sezer
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: SATA support in 2.4.27
2004-04-17 7:49 SATA support in 2.4.27 O.Sezer
@ 2004-04-17 8:04 ` Willy Tarreau
2004-04-17 8:03 ` O.Sezer
2004-04-17 9:48 ` Andre Hedrick
0 siblings, 2 replies; 6+ messages in thread
From: Willy Tarreau @ 2004-04-17 8:04 UTC (permalink / raw)
To: O.Sezer; +Cc: linux-kernel
On Sat, Apr 17, 2004 at 10:49:53AM +0300, O.Sezer wrote:
> Comments in ChangeSet 1.1366 -> 1.1367 say:
>
> # This adds all the SATA drivers except Intel ICH5/ICH6 ("ata_piix").
> # ata_piix was the cause of all the ____request_resource() and PCI quirk
> # nastiness. As you can see, without that driver, the patch is nice and
> # clean, and does nothing but add files.
>
> Shall we people who can stand unclean and ugly trees have a separate
> patch for ata_piix please ;))
It's on Jeff's site : www.kernel.org/pub/linux/kernel/people/jgarzik/libata/
Notice that 2.4.26-bk1-libata1 is fairly smaller than 2.4.26-rc1-libata1 :-)
Willy
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: SATA support in 2.4.27
2004-04-17 8:04 ` Willy Tarreau
2004-04-17 8:03 ` O.Sezer
@ 2004-04-17 9:48 ` Andre Hedrick
2004-04-17 10:04 ` Willy Tarreau
1 sibling, 1 reply; 6+ messages in thread
From: Andre Hedrick @ 2004-04-17 9:48 UTC (permalink / raw)
To: Willy Tarreau; +Cc: O.Sezer, linux-kernel
Willy,
See you get it ... just patch and go ... what is the problem, heh?
Andre Hedrick
LAD Storage Consulting Group
On Sat, 17 Apr 2004, Willy Tarreau wrote:
> On Sat, Apr 17, 2004 at 10:49:53AM +0300, O.Sezer wrote:
> > Comments in ChangeSet 1.1366 -> 1.1367 say:
> >
> > # This adds all the SATA drivers except Intel ICH5/ICH6 ("ata_piix").
> > # ata_piix was the cause of all the ____request_resource() and PCI quirk
> > # nastiness. As you can see, without that driver, the patch is nice and
> > # clean, and does nothing but add files.
> >
> > Shall we people who can stand unclean and ugly trees have a separate
> > patch for ata_piix please ;))
>
> It's on Jeff's site : www.kernel.org/pub/linux/kernel/people/jgarzik/libata/
> Notice that 2.4.26-bk1-libata1 is fairly smaller than 2.4.26-rc1-libata1 :-)
>
> Willy
>
> -
> 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/
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: SATA support in 2.4.27
2004-04-17 9:48 ` Andre Hedrick
@ 2004-04-17 10:04 ` Willy Tarreau
2004-04-17 18:29 ` Andre Hedrick
0 siblings, 1 reply; 6+ messages in thread
From: Willy Tarreau @ 2004-04-17 10:04 UTC (permalink / raw)
To: Andre Hedrick; +Cc: linux-kernel
On Sat, Apr 17, 2004 at 02:48:04AM -0700, Andre Hedrick wrote:
>
> Willy,
>
> See you get it ... just patch and go ... what is the problem, heh?
Andre,
There's no problem. I just do not make the confusion between mainline, which
should keep compatible, and "add-ons" which sometimes can break compatibility
with mainline, but which are targetted at experienced users. I'm happy that
SATA goes into mainline IF it does not rename drives which currently work in
earlier releases. That does not prevent me from using more advanced features
and be prepared to change fstab and lila.confo on a particular machine
if/when I upgrade. Mainline is *the* reference that even newbies can use
for blind upgrades without risk. Fortunately, there are lots of wonderful
things around to complete this stable reference.
Cheers,
Willy
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: SATA support in 2.4.27
2004-04-17 10:04 ` Willy Tarreau
@ 2004-04-17 18:29 ` Andre Hedrick
0 siblings, 0 replies; 6+ messages in thread
From: Andre Hedrick @ 2004-04-17 18:29 UTC (permalink / raw)
To: Willy Tarreau; +Cc: linux-kernel
I would be more concerned about changes in sector count between ATA and
SCSI; however, most people do not even know or look for such details.
Off by "ONE" has the effect of really torquing people.
This the main reason I object.
I suspect no one else even bothered to verify the difference.
Regards,
Andre Hedrick
LAD Storage Consulting Group
On Sat, 17 Apr 2004, Willy Tarreau wrote:
> On Sat, Apr 17, 2004 at 02:48:04AM -0700, Andre Hedrick wrote:
> >
> > Willy,
> >
> > See you get it ... just patch and go ... what is the problem, heh?
>
> Andre,
>
> There's no problem. I just do not make the confusion between mainline, which
> should keep compatible, and "add-ons" which sometimes can break compatibility
> with mainline, but which are targetted at experienced users. I'm happy that
> SATA goes into mainline IF it does not rename drives which currently work in
> earlier releases. That does not prevent me from using more advanced features
> and be prepared to change fstab and lila.confo on a particular machine
> if/when I upgrade. Mainline is *the* reference that even newbies can use
> for blind upgrades without risk. Fortunately, there are lots of wonderful
> things around to complete this stable reference.
>
> Cheers,
> Willy
>
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2004-04-17 18:32 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-17 7:49 SATA support in 2.4.27 O.Sezer
2004-04-17 8:04 ` Willy Tarreau
2004-04-17 8:03 ` O.Sezer
2004-04-17 9:48 ` Andre Hedrick
2004-04-17 10:04 ` Willy Tarreau
2004-04-17 18:29 ` Andre Hedrick
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox