linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2006-04-05 15:48:09 to 2006-04-12 00:42:32 UTC [more...]

[PATCH/RFC] ahci: add support for VIA VT8251
 2006-04-12  0:42 UTC  (5+ messages)

[PATCH] SCSI: implement scsi_eh_schedule()
 2006-04-11 21:28 UTC  (8+ messages)
    ` [PATCH 1/2] SCSI: implement scsi_eh_schedule_cmd()
      ` [PATCH 2/2] SCSI: implement scsi_eh_schedule_host()

libata-pata works on ICH4-M
 2006-04-11 18:46 UTC  (2+ messages)

[PATCH] SCSI: fix scsi_kill_request() busy count handling
 2006-04-11 17:44 UTC  (2+ messages)

[PATCHSET 4/9] sata_sil24 fixes, errata workaround and reset updates, take 3
 2006-04-11 17:32 UTC  (17+ messages)
` [PATCH 04/13] sata_sil24: add more constants
` [PATCH 01/13] libata: export ata_set_sata_spd()
` [PATCH 05/13] sata_sil24: consolidate host flags into SIL24_COMMON_FLAGS
` [PATCH 02/13] sata_sil24: typo fix
` [PATCH 03/13] sata_sil24: rename PORT_IRQ_SDB_FIS to PORT_IRQ_SDB_NOTIFY
` [PATCH 08/13] sata_sil24: put port into known state before softresetting
` [PATCH 07/13] sata_sil24: implement sil24_init_port()
` [PATCH 13/13] sata_sil24: enable 64bit
` [PATCH 10/13] sata_sil24: reimplement hardreset
` [PATCH 12/13] sata_sil24: fix on-memory structure byteorder
` [PATCH 09/13] sata_sil24: kill 10ms sleep in softreset
` [PATCH 06/13] sata_sil24: implement loss of completion interrupt on PCI-X errta fix
` [PATCH 11/13] sata_sil24: don't do hardreset during driver initialization

[PATCHSET 3/9] misc ata_bus_probe() updates
 2006-04-11 17:24 UTC  (6+ messages)
` [PATCH 2/3] libata: cosmetic update to ata_bus_probe()
` [PATCH 1/3] libata: disable failed devices only once in ata_bus_probe()
` [PATCH 3/3] libata: prefix sata register print outs with 0x

[PATCHSET 2/9] implement and use ata_wait_register (repost)
 2006-04-11 17:19 UTC  (7+ messages)
` [PATCH 3/5] libata: implement ata_wait_register()
` [PATCH 2/5] sata_sil24: better error message from softreset
` [PATCH 1/5] sata_sil24: fix timeout calculation in sil24_softreset
` [PATCH 4/5] ahci: use ata_wait_register()
` [PATCH 5/5] sata_sil24: "

[PATCHSET] misc reset updates (repost)
 2006-04-11 16:40 UTC  (6+ messages)
` [PATCH 1/3] libata: set default cbl in probeinit
` [PATCH 3/3] libata: make reset methods complain when they fail
` [PATCH 2/3] libata: kill @verbose from ata_reset_fn_t
` [PATCHSET 1/9] this is the first patchset

[PATCHSET 9/9] add hotplug support
 2006-04-11 14:14 UTC  (16+ messages)
` [PATCH 06/15] libata-hp: use ata_scsi_slave_destroy() in low level drivers
` [PATCH 03/15] libata-hp: implement ata_eh_scsi_hotplug()
` [PATCH 05/15] libata-hp: implement ata_scsi_slave_destroy()
` [PATCH 07/15] libata-hp: implement transportt->user_scan
` [PATCH 01/15] libata-hp: implement ata_eh_detach_dev()
` [PATCH 02/15] libata-hp: implement ata_eh_hotplug()
` [PATCH 09/15] libata-hp: activate hotplug by adding a call to ata_eh_hotplug() from EH
` [PATCH 04/15] libata-hp: connect ATA hotplug events to SCSI hotplug
` [PATCH 08/15] libata-hp: add hotplug hooks into regular EH
` [PATCH 10/15] libata-hp: skip EH reset if no device to recover and hotplug pending
` [PATCH 15/15] sata_sil24: add hotplug support
` [PATCH 12/15] sata_sil: new interrupt handler
` [PATCH 13/15] sata_sil: add hotplug support
` [PATCH 14/15] ahci: "
` [PATCH 11/15] sata_sil: add new constants in preparation for new interrupt handler

[PATCHSET 8/9] prep for hotplug support
 2006-04-11 14:06 UTC  (14+ messages)
` [PATCH 03/13] libata-hp: implement ata_dev_init()
` [PATCH 02/13] libata-hp: add more SERR_* constants in preparation for hotplug support
` [PATCH 06/13] libata-hp: prepare for persistent device flags
` [PATCH 05/13] libata-hp: call ata_dev_init() from ata_bus_probe()
` [PATCH 07/13] libata-hp: implement ap->orig_sata_spd_limit
` [PATCH 01/13] libata-hp: separate out __ata_scsi_find_dev()
` [PATCH 08/13] libata-hp: move device enable/disable out of ata_bus_probe()
` [PATCH 04/13] libata-hp: make some fields of ata_device persistent
` [PATCH 09/13] libata-hp: prepare ata_bus_probe() for hotplug
` [PATCH 13/13] libata-hp: add ata_hotplug_wq
` [PATCH 12/13] libata-hp: store attached SCSI device
` [PATCH 11/13] libata-hp: add hotplug flags and flag handling functions
` [PATCH 10/13] libata-hp: make ata_bus_probe() extern

[PATCHSET 7/9] add NCQ support, take 2
 2006-04-11 13:53 UTC  (16+ messages)
` [PATCH 02/15] libata-ncq: add NCQ related libata flags
` [PATCH 01/15] libata-ncq: add NCQ related ATA constants and id macros
` [PATCH 04/15] libata-ncq: implement ap->sactive
` [PATCH 06/15] libata-ncq: implement NCQ command translation
` [PATCH 03/15] libata-ncq: pass ata_scsi_translate() return value to SCSI midlayer
` [PATCH 07/15] libata-ncq: implement ata_eh_read_log_10h()
` [PATCH 05/15] libata-ncq: implement command exclusion
` [PATCH 15/15] sata_sil24: implement NCQ support
` [PATCH 10/15] libata-ncq: implement ata_ncq_complete()
` [PATCH 09/15] libata-ncq: implement NCQ device configuration
` [PATCH 13/15] ahci: kill pp->cmd_tbl_sg
` [PATCH 08/15] libata-ncq: update EH to handle NCQ
` [PATCH 14/15] ahci: implement NCQ suppport
` [PATCH 12/15] ahci: add HOST_CAP_NCQ constant
` [PATCH 11/15] ahci: clean up AHCI constants in preparation for NCQ

[PATCHSET 6/9] new EH implementation, take 2
 2006-04-11 13:48 UTC  (15+ messages)
` [PATCH 11/14] ata_piix: convert to new EH
` [PATCH 04/14] libata-eh: implement EH utility functions
` [PATCH 10/14] libata-eh: implement EH methods for BMDMA controllers
` [PATCH 08/14] libata-eh: implement ata_eh_revive()
` [PATCH 01/14] libata-eh: add constants and flags to be used by EH
` [PATCH 09/14] libata-eh: implement ata_eh_finish_qcs()
` [PATCH 02/14] libata-eh: implement ata_ering
` [PATCH 06/14] libata-eh: implement ata_eh_autopsy()
` [PATCH 05/14] libata-eh: implement ata_eh_determine_qc()
` [PATCH 03/14] libata-eh: add per-dev ata_ering
` [PATCH 07/14] libata-eh: implement ata_eh_report()
` [PATCH 13/14] ahci: convert to new EH
` [PATCH 12/14] sata_sil: "
` [PATCH 14/14] sata_sil24: "

[PATCHSET 5/9] new EH framework, take 2
 2006-04-11 13:42 UTC  (17+ messages)
` [PATCH 01/16] libata-eh-fw: add flags for new EH
` [PATCH 02/16] libata-eh-fw: add new EH operations
` [PATCH 04/16] libata-eh-fw: clear IRQ in ata_std_postreset()
` [PATCH 03/16] libata-eh-fw: hold host_set lock while finishing internal qc
` [PATCH 10/16] libata-eh-fw: implement ata_eh_schedule_port()
` [PATCH 07/16] libata-eh-fw: implement ata_port_freeze()
` [PATCH 06/16] libata-eh-fw: use special reserved tag and qc for internal commands
` [PATCH 05/16] libata-eh-fw: clear SError in ata_std_postreset()
` [PATCH 08/16] libata-eh-fw: update ata_qc_from_tag() to enforce normal/EH qc ownership
` [PATCH 11/16] libata-eh-fw: implement new EH scheduling via timeout
` [PATCH 09/16] libata-eh-fw: implement new EH scheduling via error completion
` [PATCH 12/16] libata-eh-fw: implement new EH scheduling from PIO
` [PATCH 14/16] libata-eh-fw: activate ->post_internal_cmd
` [PATCH 15/16] libata-eh-fw: update SCSI command completion path for new EH
` [PATCH 13/16] libata-eh-fw: activate ->error_handler
` [PATCH 16/16] libata-eh-fw: update ata_interrupt() to handle frozen port properly

updated new EH and hotplug support are about to be posted
 2006-04-11 13:08 UTC 

[PATCH/RFC] libata: fix can't free irq 14 on legacy mode pata driver
 2006-04-11 10:42 UTC  (2+ messages)

[PATCHSET] sata_sil24: fixes, errata workaround and reset updates, take 2
 2006-04-11  9:11 UTC  (16+ messages)
` [PATCH 01/13] libata: export ata_set_sata_spd()
` [PATCH 03/13] sata_sil24: rename PORT_IRQ_SDB_FIS to PORT_IRQ_SDB_NOTIFY
` [PATCH 08/13] sata_sil24: put port into known state before softresetting
` [PATCH 05/13] sata_sil24: consolidate host flags into SIL24_COMMON_FLAGS
` [PATCH 06/13] sata_sil24: implement loss of completion interrupt on PCI-X errta fix
  ` [PATCH 06/13 (updated)] "
` [PATCH 04/13] sata_sil24: add more constants
` [PATCH 02/13] sata_sil24: typo fix
` [PATCH 07/13] sata_sil24: implement sil24_init_port()
` [PATCH 11/13] sata_sil24: don't do hardreset during driver initialization
` [PATCH 10/13] sata_sil24: reimplement hardreset
` [PATCH 12/13] sata_sil24: fix on-memory structure byteorder
` [PATCH 13/13] sata_sil24: enable 64bit
` [PATCH 09/13] sata_sil24: kill 10ms sleep in softreset

[RFC: 2.6 patch] drivers/ide/: possible cleanups
 2006-04-10 22:16 UTC 

[RFC: 2.6 patch] remove unused ide_init_default_hwifs()'s
 2006-04-10 21:18 UTC  (2+ messages)

question : transfer size
 2006-04-10 19:45 UTC 

[git patch] libata scsi eh fixed to use transport class
 2006-04-10 18:58 UTC  (2+ messages)

Linux Question
 2006-04-10 17:56 UTC  (2+ messages)

Promise 20378
 2006-04-10  2:50 UTC  (2+ messages)

AHCI suspend support
 2006-04-09 14:35 UTC 

AHCI suspend support
 2006-04-09 10:30 UTC 

Gigabyte i-Ram cards
 2006-04-07 21:10 UTC  (3+ messages)

HDIO_SCAN_HWIF causes hwif to "forget" PCI parent
 2006-04-07 20:30 UTC 

libata machine check on Alpha
 2006-04-07 17:54 UTC  (7+ messages)
` [PATCH/RFC] libata: turn on the ATAPI DMA DIR support per word 62
      ` [PATCH/RFC] libata: turn on the ATAPI DMADIR support per word 62 (revised)

[PATCH 1/2] scsi: Add scsi_device max_cmd_len
 2006-04-07 13:36 UTC  (6+ messages)

[2.6 patch] always enable CONFIG_PDC202XX_FORCE
 2006-04-07 11:41 UTC  (5+ messages)
    ` [2.6 patch] remove the obsolete IDEPCI_FLAG_FORCE_PDC

[PATCHSET] libata: implement and use ata_wait_register()
 2006-04-07  8:02 UTC  (6+ messages)
` [PATCH 1/5] sata_sil24: fix timeout calculation in sil24_softreset
` [PATCH 3/5] libata: implement ata_wait_register()
` [PATCH 5/5] sata_sil24: use ata_wait_register()
` [PATCH 2/5] sata_sil24: better error message from softreset
` [PATCH 4/5] ahci: use ata_wait_register()

[PATCH 2/8] sata_sil24: fix on-memory structure byteorder
 2006-04-06 16:56 UTC  (3+ messages)

[PATCH 4/8] libata: separate out sil24_poll_register()
 2006-04-06 16:56 UTC  (4+ messages)

[PATCH 5/8] sata_sil24: enable 64bit
 2006-04-06 16:55 UTC  (3+ messages)

[PATCH 8/8] sata_sil24: reimplement hardreset
 2006-04-06 16:54 UTC  (4+ messages)

[PATCH 3/8] sata_sil24: implement loss of completion interrupt on PCI-X errta fix
 2006-04-06 16:48 UTC  (2+ messages)

Vendor name identification for ATAPI CD-ROM
 2006-04-06 14:00 UTC 

libata machine check on Alpha
 2006-04-06  9:17 UTC  (5+ messages)

[PATCHSET] sata_sil24: fixes, errata workaround and reset updates
 2006-04-06  8:20 UTC  (2+ messages)

[PATCH/RFC] libata-dev: make the returned err_mask more accurate
 2006-04-06  7:43 UTC  (4+ messages)
  ` [PATCH/RFC] libata-dev: make the returned err_mask more accurate (revised)

libata machine check on Alpha
 2006-04-06  7:14 UTC  (7+ messages)

register/unregister SATA drive
 2006-04-05 16:04 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).