linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2008-01-26 23:33:00 to 2008-01-30 00:19:43 UTC [more...]

Problem with ata layer in 2.6.24
 2008-01-30  0:19 UTC  (73+ messages)

[PATCH 0/32] ide-tape redux v1
 2008-01-30  0:29 UTC  (13+ messages)
` [PATCH 1/32] ide-tape: move historical changelog to Documentation/ide/ChangeLog.ide-tape.1995-2002
` [PATCH 2/32] ide-tape: remove dead code
` [PATCH 3/32] ide-tape: remove struct idetape_request_sense_result_t
` [PATCH 4/32] ide-tape: remove struct idetape_mode_parameter_header_t
` [PATCH 5/32] ide-tape: remove IDETAPE_DEBUG_INFO

DMA mapping on SCSI device?
 2008-01-29 22:23 UTC  (7+ messages)

[Bugme-new] [Bug 9845] New: libata still broken for Pegasos on 2.6.24
 2008-01-29 22:01 UTC  (2+ messages)

ATA Problems: Back in the Land of the Unhappy Camper
 2008-01-29 21:14 UTC 

About forcing 32bit DMA patch for AMD690G(SB600)
 2008-01-29 20:10 UTC 

[PATCH 1/2 v2] sata_mv: Remove PCI dependency
 2008-01-29 20:17 UTC  (2+ messages)

[PATCH 0/8] ide: more IDE probing code rework
 2008-01-29 20:02 UTC  (5+ messages)
` [PATCH 5/8] ide: always set DMA masks in ide_pci_setup_ports()
` [PATCH 7/8] ide: add struct ide_port_info instances to legacy host drivers

[PATCH] Palmchip BK3710 IDE driver
 2008-01-29 18:38 UTC  (3+ messages)

[PATCH 01/13] sata_mv ncq EH fixes
 2008-01-29 18:24 UTC  (8+ messages)
` [PATCH 09/13] sata_mv ncq Use DMA memory pools for hardware memory tables
` [PATCH 10/13] sata_mv ncq Introduce per-tag SG tables
` [PATCH 11/13] sata_mv ncq Enable NCQ operation
` [PATCH 12/13] sata_mv ncq Remove post internal cmd op
` [PATCH 13/13] sata_mv ncq Comments and version bump

[PATCH 2.6.24] ata_piix: IDE mode SATA patch for Intel ICH10 DeviceID's
 2008-01-29 18:03 UTC  (3+ messages)

[PATCH 0/2] [libata] sata_mv: Add support for Marvell's integrated SATA controller
 2008-01-29 17:17 UTC  (16+ messages)
` [PATCH 1/2] [libata] sata_mv: Remove PCI dependency

[PATCH 2.6.24] ahci: RAID mode SATA patch for Intel ICH10 DeviceID's
 2008-01-29 17:13 UTC  (2+ messages)

Make_bad_sector
 2008-01-29 16:16 UTC  (2+ messages)

disabling sata_nv ADMA for 2.6.24
 2008-01-29  4:59 UTC  (27+ messages)
                                    ` fixed a bug of adma in rhel4u5 with HDS7250SASUN500G

sata_sil24 / Alpha / 4726 PMP issue 
 2008-01-29  4:31 UTC  (16+ messages)

Hot (un)plugging of a SATA drive with sata_nv (CK8S)?
 2008-01-28 23:35 UTC 

[2.6 patch] ata_piix.c: make piix_merge_scr() static
 2008-01-28 23:02 UTC  (2+ messages)

[2.6 patch] ide: make wait_drive_not_busy() static again
 2008-01-28 22:10 UTC 

[2.6 patch] small ide-scan-pci.c cleanup
 2008-01-28 22:09 UTC 

[2.6 patch] unexport ide_dma_on
 2008-01-28 22:08 UTC 

[Bugme-new] [Bug 9837] New: I can't boot with a PLEXTOR PX-740A
 2008-01-28 21:53 UTC 

Marvel 88SE6121 driver
 2008-01-28 16:49 UTC  (3+ messages)

[PATCH] pata_legacy: multiple updates (rediff as asked)
 2008-01-28 16:10 UTC 

[PATCH] pata_sl82c105: dual channel support
 2008-01-28 16:08 UTC 

libata pm
 2008-01-28 12:03 UTC  (8+ messages)

PROBLEM: SATA hotplugging not working with nForce MCP61
 2008-01-28  7:43 UTC 

[PATCHSET libata-dev#upstream] libata: prefer hardreset
 2008-01-28  2:47 UTC  (4+ messages)
` [PATCH 1/5] "

[PATCH 06/32] ide-tape: remove IDETAPE_DEBUG_BUGS
 2008-01-27 19:43 UTC  (38+ messages)
` [PATCH 07/32] ide-tape: refactor the debug logging facility
` [PATCH 08/32] ide-tape: remove struct idetape_capabilities_page_t
` [PATCH 09/32] ide-tape: remove struct idetape_inquiry_result_t
` [PATCH 10/32] ide-tape: remove struct idetape_read_position_result_t
` [PATCH 11/32] ide-tape: remove struct idetape_data_compression_page_t
` [PATCH 12/32] ide-tape: remove struct idetape_medium_partition_page_t
` [PATCH 13/32] ide-tape: remove struct idetape_parameter_block_descriptor_t
` [PATCH 14/32] ide-tape: remove structs os_partition_t, os_dat_entry_t, os_dat_t
` [PATCH 15/32] ide-tape: remove struct idetape_block_size_page_t
` [PATCH 16/32] ide-tape: use generic scsi commands
` [PATCH 17/32] ide-tape: remove EXPERIMENTAL driver status
` [PATCH 18/32] ide-tape: use generic byteorder macros
` [PATCH 19/32] ide-tape: remove unused sense packet commands
` [PATCH 20/32] ide-tape: make function name more accurate
` [PATCH 21/32] ide-tape: idetape_chrdev_direction_t:shorten enum names
` [PATCH 22/32] ide-tape: struct idetape_packet_command_s: shorten member names
` [PATCH 23/32] ide-tape: struct idetape_tape_t: "
` [PATCH 24/32] ide-tape: remove unreachable code chunk
` [PATCH 25/32] ide-tape: simplify code branching in the interrupt handler
` [RFC PATCH 26/32] ide-tape: remove packet command and struct request memory buffers
` [PATCH 27/32] ide-tape: remove idetape_increase_max_pipeline_stages()
` [PATCH 28/32] ide-tape: shorten some function names
` [PATCH 29/32] ide-tape: remove mtio.h related comments
` [PATCH 30/32] ide-tape: remove atomic test/set macros
` [PATCH 31/32] ide-tape: remove idetape_config_t typedef
` [PATCH 32/32] ide-tape: cleanup the remaining codestyle issues

2.6.24 sata_sil Sil3114 drive clicking / restarting?
 2008-01-27 19:21 UTC  (3+ messages)

Linux 2.6.24 sata_promise SATA300TX4 problems
 2008-01-27 17:32 UTC  (5+ messages)

No DMA on a Dell Latitude D820 with >2.6.20
 2008-01-27 16:59 UTC  (2+ messages)

[git patches] IDE updates part #2
 2008-01-27 15:20 UTC  (4+ messages)
` From: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> (linux.* mail to news gateway)
    ` [PATCH] Use on-board instead of built-in in config options


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