linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2007-07-13 07:45:55 to 2007-07-18 05:08:27 UTC [more...]

Recommendations on user-space soft/hardreset
 2007-07-18  5:08 UTC  (9+ messages)

compile error if CONFIG_BLOCK not enabled related to linux/ide.h include
 2007-07-18  5:02 UTC 

[git patches 1/2] warnings: attack valid cases spotted by warnings
 2007-07-18  4:18 UTC  (14+ messages)
` [git patches 2/2] warnings: use uninitialized_var()

CONFIG_IDE_PROC_FS: /sys is not full replacement of /proc
 2007-07-18  3:42 UTC 

[PATCH] Unbreak build of PMP with ACPI disabled
 2007-07-18  3:08 UTC  (10+ messages)
            ` [PATCH] Fix SMART reporting on 2.6.22

block/bsg.c
 2007-07-17 23:19 UTC  (4+ messages)

[PATCH] ahci.c: fix CONFIG_PM=n compilation
 2007-07-17 19:48 UTC 

[PATCH 1/2] PCI: export __pci_reenable_device()
 2007-07-17 17:05 UTC  (4+ messages)
  ` [PATCH 1/2] PCI: rename and "

libata [ata_piix] still no resume from S3 ?
 2007-07-17 16:49 UTC 

[PATCH 1/3] Make the IDE DMA timeout modifiable
 2007-07-17 14:18 UTC  (18+ messages)

[patch] libata: fix last_ctl caching in ata_tf_read()
 2007-07-17 13:53 UTC 

[PATCH] pata_platform: Fix NULL pointer dereference
 2007-07-17 11:01 UTC  (6+ messages)

Random freezes with libata + ICH7 PATA
 2007-07-17  9:54 UTC  (3+ messages)

Freeze after disabling write cache with hdparm -W0 /dev/sda
 2007-07-17  8:57 UTC  (9+ messages)

Switching controller mode in software?
 2007-07-17  8:10 UTC 

[PATCH] pata_scc.c: small fixes (Workaround for errata A308)
 2007-07-17  3:10 UTC 

[PATCH] scc_pata.c: Workaround for errata A308 (take 2)
 2007-07-17  3:08 UTC 

Spinup command fails on WD3200JS
 2007-07-16 23:19 UTC  (9+ messages)
      ` [PATCH 2.6.22.1] libata: Adjust libata to ignore errors after spinup

[patch] libata: fix last_ctl caching in ata_tf_read()
 2007-07-16 23:13 UTC  (2+ messages)

[patch] add more device IDs for supporting SB700 (resend)
 2007-07-16 14:59 UTC 

[PATCHSET 4/4] implement PMP support, take 5
 2007-07-16  9:46 UTC  (9+ messages)
` [PATCH 5/8] libata-pmp: implement qc_defer for command switching PMP support
` [PATCH 1/8] libata-pmp: update ata_eh_reset() for PMP
` [PATCH 3/8] libata-pmp: hook PMP support and enable it
` [PATCH 2/8] libata-pmp: implement Port Multiplier support
` [PATCH 4/8] libata-pmp: extend ACPI support to cover PMP
` [PATCH 8/8] ahci: implement PMP support
` [PATCH 6/8] sata_sil24: "
` [PATCH 7/8] sata_sil24: implement PORT_RST

[PATCHSET 2/4] libata: implement ata_link, take 5
 2007-07-16  9:42 UTC  (16+ messages)
` [PATCH 01/14] libata-link: introduce ata_link
` [PATCH 02/14] libata-link: implement and use link/device iterators
` [PATCH 06/14] libata-link: linkify config/EH related functions
` [PATCH 05/14] libata-link: linkify reset
` [PATCH 07/14] libata-link: make two port flags HRST_TO_RESUME and SKIP_D2H_BSY link flags
` [PATCH 04/14] libata-link: linkify EH action helpers
` [PATCH 03/14] libata-link: linkify PHY-related functions
` [PATCH 12/14] libata-link: update EH to deal with PMP links
` [PATCH 08/14] libata-link: separate out link initialization functions
` [PATCH 13/14] libata-link: update hotplug to handle PMP links
` [PATCH 10/14] libata-link: add "
` [PATCH 11/14] libata-link: update ata_scsi_error() to handle "
` [PATCH 09/14] libata-link: implement ata_link_abort()
` [PATCH 14/14] libata-link: update Power Management to handle PMP links

[PATCHSET 3/4] libata: prep for PMP support, take 5
 2007-07-16  9:39 UTC  (12+ messages)
` [PATCH 02/11] libata-pmp-prep: add @new_class to ata_dev_revalidate()
` [PATCH 03/11] libata-pmp-prep: make a number of functions global to libata
` [PATCH 01/11] libata-pmp-prep: add PMP related constants, fields, ops and update helpers
` [PATCH 06/11] libata-pmp-prep: implement ATA_LFLAG_NO_SRST, ASSUME_ATA and ASSUME_SEMB
` [PATCH 07/11] libata-pmp-prep: implement ATA_LFLAG_NO_RETRY
` [PATCH 04/11] libata-pmp-prep: implement ops->qc_defer()
` [PATCH 05/11] libata-pmp-prep: implement qc_defer helpers
` [PATCH 08/11] libata-pmp-prep: implement ATA_LFLAG_DISABLED
` [PATCH 09/11] libata-pmp-prep: implement EH fast-fail path
` [PATCH 10/11] libata-pmp-prep: implement ATA_HORKAGE_SKIP_PM
` [PATCH 11/11] libata-pmp-prep: implement sata_async_notification()

[PATCH 2/7] sata_promise: pdc_freeze() semantic change
 2007-07-16  9:19 UTC  (4+ messages)

[PATCH 0/7] libata: irq_on/off restructuring (take #2)
 2007-07-16  9:17 UTC  (4+ messages)
` [PATCH 5/7] libata: integrate freeze/thaw with irq_on/off

[PATCH 2.6.22-rc4]: libata: PATA-mode fixes for sis_sata
 2007-07-16  9:20 UTC  (4+ messages)

[PATCH 1/1] libata: pata_pdc2027x PLL input clock fix
 2007-07-16  9:12 UTC  (2+ messages)

[PATCHSET 1/4] libata: misc updates in preparation of PMP support, take #2
 2007-07-16  5:29 UTC  (22+ messages)
` [PATCH 02/21] libata: add @is_cmd to ata_tf_to_fis()
` [PATCH 03/21] ahci: use deadline instead of fixed timeout for 1st FIS for SRST
` [PATCH 01/21] ahci: build fix for !CONFIG_PM
` [PATCH 09/21] sata_sil24: separate out sil24_do_softreset()
` [PATCH 06/21] ahci: separate out ahci_do_softreset()
` [PATCH 05/21] ahci: separate out ahci_exec_polled_cmd()
` [PATCH 10/21] libata: improve EH report formatting
` [PATCH 08/21] sata_sil24: separate out sil24_exec_polled_cmd()
` [PATCH 07/21] sata_sil24: replace sil24_update_tf() with sil24_read_tf()
` [PATCH 04/21] ahci: separate out ahci_kick_engine()
` [PATCH 12/21] libata: make ->scr_read/write callbacks return error code
` [PATCH 18/21] libata: reorganize ata_ehi_hotplugged()
` [PATCH 11/21] libata: implement AC_ERR_NCQ
` [PATCH 17/21] libata: improve SCSI scan failure handling
` [PATCH 15/21] libata: improve SATA PHY speed down logic
` [PATCH 14/21] ahci: implement SCR_NOTIFICATION r/w
` [PATCH 16/21] libata: quickly trigger SATA SPD down after debouncing failed
` [PATCH 13/21] ahci: make NO_NCQ handling more consistent
` [PATCH 19/21] libata: clear HOTPLUG flag after a reset
` [PATCH 21/21] libata: implement EH fast drain
` [PATCH 20/21] libata: schedule probing after SError access failure during autopsy

[patch] Add more device IDs for supporting ATI SB700
 2007-07-15  2:39 UTC 

sata_inic162x issue - PCMCIA card
 2007-07-14 23:25 UTC  (3+ messages)

[PATCH 1/6] icside: fix ->speedproc to return on unsupported modes
 2007-07-14 19:15 UTC  (11+ messages)

[PATCH] siimage: fix ->set_pio_mode method to select PIO data transfer
 2007-07-14 17:35 UTC  (2+ messages)

[PATCH] cs5520: don't enable VDMA in ->speedproc
 2007-07-14 17:10 UTC  (2+ messages)

[PATCH] piix/slc90e66: fix PIO1 handling in ->speedproc method (take 2)
 2007-07-14 16:51 UTC  (2+ messages)

[PATCH] it8213: PIO fixes (take 2)
 2007-07-14 16:47 UTC  (2+ messages)

[PATCH] sc1200: remove redundant warning message from sc1200_tune_chipset()
 2007-07-14 16:38 UTC  (2+ messages)

[PATCH 3/6] ide-pmac: PIO fixes
 2007-07-14 16:29 UTC  (4+ messages)

Job Offer. 1100-1400 AUD a WEEK! MKFGD
 2007-07-14 12:08 UTC 

[RFT][PATCH v7] sata_mv: convert to new EH
 2007-07-14 10:00 UTC  (9+ messages)

[PATCH 0/3] libata: add taskfile protocol ->proto_mask info member
 2007-07-14  8:56 UTC  (5+ messages)
` [PATCH 1/3] libata: add ->proto_mask
` [PATCH 2/3] libata: use ->proto_mask in drivers
` [PATCH 3/3] libata: replace ATA_FLAG_{NCQ,NO_ATAPI} using ->proto_mask

40-wire/80-wire detection
 2007-07-14  8:37 UTC  (6+ messages)

AHCI driver prints "D2H reg with I during NCQ" message, what is it?
 2007-07-14  4:12 UTC  (2+ messages)

shutdown problem with 2.6.22 and debian 4.0
 2007-07-14  4:10 UTC  (2+ messages)

Problem with SiS Ide/Pata/Sata on 2.6.22-rc7-git4
 2007-07-13 21:32 UTC  (4+ messages)

[PATCH 4/6] amd74xx/via82cxxx: use ide_tune_dma()
 2007-07-13 20:03 UTC  (3+ messages)

[PATCH 4/12] cs5535: PIO fixes
 2007-07-13 19:49 UTC  (3+ messages)

[PATCH 5/6] sgiioc4: use ide_tune_dma()
 2007-07-13 19:49 UTC  (3+ messages)

[PATCH 9/12] sis5513: add ->udma_filter method for chipset_family >= ATA_133
 2007-07-13 19:48 UTC  (3+ messages)

[PATCH 2/6] ide-cris: fix ->set_pio_mode method to set transfer mode on the device
 2007-07-13 19:47 UTC  (3+ messages)

[PATCH] scc_pata.c: Workaround for errata A308
 2007-07-13 16:50 UTC  (2+ messages)

[PATCH] pata_scc.c: Workaround for errata A308
 2007-07-13 15:45 UTC  (2+ messages)

[PATCH] sata_mv: Test patch for Hightpoint RocketRaid 1740/1742
 2007-07-13 14:07 UTC  (3+ messages)

Possible data corruption sata_sil24?
 2007-07-13 11:59 UTC  (5+ messages)

[PATCH 05/12] ahci: implement SCR_NOTIFICATION r/w
 2007-07-13 11:53 UTC  (3+ messages)

[patch] Add more device IDs for supporting ATI SB700 SATA controller completely
 2007-07-13  9:19 UTC  (2+ messages)
` +AFs-patch+AF0- "

trouble with silicon image 680
 2007-07-13  9:14 UTC  (2+ messages)


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