linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2006-05-17 14:07:22 to 2006-05-22 06:24:16 UTC [more...]

[RFT] major libata update
 2006-05-22  6:24 UTC  (59+ messages)
                  ` [PATCH 1/1] libata: use polling pio for identify device

[PATCH 6/7] sata_mv: endian fix
 2006-05-22  3:51 UTC 

TR: ASUS A8V Deluxe, x86_64
 2006-05-22  3:43 UTC  (3+ messages)
` [PATCH 1/1] libata: add pio flush for via atapi (was: Re: TR: ASUS A8V Deluxe, x86_64)

you wont believe Emanuel
 2006-05-21 13:33 UTC 

[PATCH] sata_mv: endian annotations
 2006-05-21 11:51 UTC 

2.6.16-rc5: known regressions [TP 600X S3, vanilla DSDT]
 2006-05-21  0:40 UTC  (4+ messages)

Vacheron Constantin
 2006-05-20 21:49 UTC 

[PATCHSET 03/03] add hotplug support, take 3
 2006-05-20 14:01 UTC  (31+ messages)
` [PATCH 04/13] libata-hp: implement warmplug
` [PATCH 08/13] ata_piix: convert ata_piix to new probing mechanism
` [PATCH 01/13] libata-hp: implement ata_eh_detach_dev()
` [PATCH 03/13] libata-hp: implement SCSI part of hotplug
` [PATCH 09/13] sata_sil: convert to new probing mechanism and add hotplug support
` [PATCH 06/13] libata-hp: implement bootplug
` [PATCH 02/13] libata-hp: implement hotplug
` [PATCH 05/13] libata-hp: hook warmplug
` [PATCH 07/13] libata-hp: implement unload-unplug
` [PATCH 10/13] ahci: convert to new probing mechanism and add hotplug support
` [PATCH 12/13] libata-hp: killl ops->probe_reset
` [PATCH 13/13] libata-hp: move ata_do_reset() to libata-eh.c
    ` [PATCH 0/7] sata_mv: assorted fixes
      ` [PATCH 1/7] sata_mv: prevent unnecessary double-resets
      ` [PATCH 2/7] sata_mv: deal with interrupt coalescing interrupts
      ` [PATCH 3/7] sata_mv: chip initialization fixes
      ` [PATCH 4/7] sata_mv: spurious interrupt workaround
      ` [PATCH 5/7] sata_mv: remove local copy of queue indexes
      ` [PATCH 6/7] sata_mv: endian fix
      ` [PATCH 7/7] sata_mv: version bump
` [PATCH 11/13] sata_sil24: convert to new probing mechanism and add hotplug support

[PATCH][RFT] HPT3xxN clocking fixes
 2006-05-20  8:51 UTC  (6+ messages)
` [PATCH] Fix the case of multiple HPT3xx chips present
  ` [PATCH] HPT3xx: fix PCI clock detection
    ` [PATCH] HPT3xx: rework rate filtering
      ` [PATCH] HPT3xx: print the real chip name at startup
    ` [PATCH] HPT37x: read f_CNT saved by BIOS from port

[git patches] libata fixes
 2006-05-20  4:47 UTC 

sata_mv dropping disks
 2006-05-19 22:25 UTC  (3+ messages)

[BUGREPORT 1/3] Kernel Oops with HPT372A IDE controller
 2006-05-19 16:58 UTC  (7+ messages)

pdc20575 and driver 1.04
 2006-05-19 16:15 UTC 

[PATCHSET 02/03] prep LLDDs for hotplug support, take 2
 2006-05-19 15:48 UTC  (10+ messages)
` [PATCH 4/6] sata_sil24: rename PORT_PRB to PORT_LRAM and add PORT_LRAM_SLOT_SZ
` [PATCH 5/6] sata_sil24: use sata_phy_debounce() in sil24_hardreset()
` [PATCH 6/6] sata_sil24: kill ops->tf_read() and use ata_std_noop_check_status()
` [PATCH 2/6] sata_sil: add new constants in preparation for new interrupt handler
` [PATCH 1/6] libata: export ata_hsm_move()
` [PATCH 3/6] sata_sil: new interrupt handler

[PATCHSET 01/03] prep for hotplug support, take 3
 2006-05-19 15:28 UTC  (26+ messages)
` [PATCH 03/14] libata-hp-prep: make some ata_device fields persistent
` [PATCH 01/14] libata-hp-prep: add flags and eh_info/context fields for hotplug
` [PATCH 02/14] libata-hp-prep: implement ata_dev_init()
` [PATCH 04/14] libata-hp-prep: update ata_scsi_find_dev() and friends
` [PATCH 05/14] libata-hp-prep: use __ata_scsi_find_dev()
` [PATCH 06/14] libata-hp-prep: implement ap->hw_sata_spd_limit
` [PATCH 09/14] libata-hp-prep: make probing related functions global
` [PATCH 07/14] libata-hp-prep: store attached SCSI device
` [PATCH 11/14] libata-hp-prep: make ops->tf_read() optional
` [PATCH 12/14] libata-hp-prep: implement ata_noop_check_status()
` [PATCH 08/14] libata-hp-prep: add ata_hotplug_wq
` [PATCH 14/14] libata-hp-prep: implement followup softreset handling
` [PATCH 10/14] libata-hp-prep: implement sata_phy_debounce()
` [PATCH 13/14] libata-hp-prep: add prereset() method and implement ata_std_prereset()

[PATCH 01/14] libata-hp-prep: add flags and eh_info/context fields for hotplug
 2006-05-19 13:12 UTC  (15+ messages)
` [PATCH 02/14] libata-hp-prep: implement ata_dev_init()
  ` [PATCH 03/14] libata-hp-prep: make some ata_device fields persistent
    ` [PATCH 04/14] libata-hp-prep: update ata_scsi_find_dev() and friends
      ` [PATCH 05/14] libata-hp-prep: use __ata_scsi_find_dev()
        ` [PATCH 06/14] libata-hp-prep: implement ap->hw_sata_spd_limit
          ` [PATCH 07/14] libata-hp-prep: store attached SCSI device
            ` [PATCH 08/14] libata-hp-prep: add ata_hotplug_wq
              ` [PATCH 09/14] libata-hp-prep: make probing related functions global
                ` [PATCH 10/14] libata-hp-prep: implement sata_phy_debounce()
                  ` [PATCH 11/14] libata-hp-prep: make ops->tf_read() optional
                    ` [PATCH 12/14] libata-hp-prep: implement ata_noop_check_status()
                      ` [PATCH 13/14] libata-hp-prep: add prereset() method and implement ata_std_prereset()
                        ` [PATCH 14/14] libata-hp-prep: implement followup softreset handling
` please ignore this thread

[git-patch] fixes & updated hotplug
 2006-05-19 12:33 UTC 

[Fwd: [RFT] major libata update]
 2006-05-19 12:07 UTC  (34+ messages)
                      ` [PATCH] SCSI: make scsi_implement_eh() generic API for SCSI transports

(unknown),
 2006-05-19  9:28 UTC 

[PATCH 08/11] libata-eh-fw: implement new EH scheduling from PIO
 2006-05-19  7:31 UTC  (4+ messages)

libata-tj and SMART
 2006-05-19  5:22 UTC  (9+ messages)
            ` [PATCH 1/1] libata: Fix the HSM error_mask mapping (was: Re: libata-tj and SMART)
              ` [PATCH 1/1] libata: Fix the HSM error_mask mapping

[patch 1/1] sgiioc4: use mmio ops instead of port io
 2006-05-19  5:00 UTC 

Recall: [PATCH/2.6.17-rc4 10/10] bugs fix for marvell SATA on po werp c pl atform
 2006-05-19  4:12 UTC 

[PATCH/2.6.17-rc4 10/10] bugs fix for marvell SATA on powerp c pl atform
 2006-05-19  4:12 UTC 

[PATCH/2.6.17-rc4 10/10] bugs fix for marvell SATA on powerp c pl atform
 2006-05-19  4:06 UTC 

[PATCH/2.6.17-rc4 10/10] bugs fix for marvell SATA on powerp c pl atform
 2006-05-18 21:37 UTC  (7+ messages)

[PATCH] libata-core: fix current kernel-doc warnings
 2006-05-18 17:50 UTC 

About the naming of ata_drive_probe_reset()
 2006-05-18 17:15 UTC  (3+ messages)

[ANNOUNCE] libata: new EH, NCQ, hotplug and PM patches against stable kernel
 2006-05-18 15:27 UTC  (6+ messages)

ASUS A8V Deluxe, x86_64
 2006-05-18 11:25 UTC  (2+ messages)

[PATCH 13/22] libata: implement qc->result_tf
 2006-05-18  9:51 UTC  (8+ messages)
        ` [PATCH 1/1] libata: use qc->result_tf for temp taskfile storage

ASUS A8V Deluxe, x86_64
 2006-05-18  5:28 UTC  (3+ messages)

[PATCH 10/22] libata: use preallocated buffers
 2006-05-18  2:52 UTC  (4+ messages)

A question about NCQ
 2006-05-18  1:56 UTC  (3+ messages)

[RFT] major libata update
 2006-05-18  0:36 UTC 

[BUGREPORT 3/3] Kernel Oops with HPT372A IDE controller
 2006-05-17 14:41 UTC  (2+ messages)

you wont believe Adrian
 2006-05-17 15:00 UTC 


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).