linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2008-01-12 23:05:00 to 2008-01-20 12:42:10 UTC [more...]

[PATCH 0/12] ide-floppy redux v2.5
 2008-01-20 12:38 UTC  (27+ messages)
` [PATCH 1/12] ide-floppy: remove struct idefloppy_mode_parameter_header
  ` [PATCH 2/12] ide-floppy: remove struct idefloppy_flexible_disk_page
    ` [PATCH 3/12] ide-floppy: remove struct idefloppy_capacity_descriptor
      ` [PATCH 4/12] ide-floppy: factor out ioctl handlers from idefloppy_ioctl()
        ` [PATCH 5/12] ide-floppy: report DMA handling in idefloppy_pc_intr() properly
          ` [PATCH 6/12] ide-floppy: mv idefloppy_{should_,}report_error
            ` [PATCH 7/12] ide-floppy: remove IDEFLOPPY_DEBUG_BUGS macro
              ` [PATCH 8/12] ide-floppy: merge idefloppy_{input,output}_buffers
                ` [PATCH 9/12] ide-floppy: remove unused IDEFLOPPY_USE_READ12
                  ` [PATCH 10/12] ide-floppy: remove atomic test_*bit macros
                    ` [PATCH 11/12] ide-floppy: remove IDEFLOPPY_DEBUG_INFO
                      ` [PATCH 12/12] ide-floppy: fix most of the remaining checkpatch.pl issues
                        ` (was: Re:...) [PATCH 12/12] ide-floppy: fix most of the remaining checkpatch.pl issues-v2

SIlicon Image Controller 3512A or Seagate Barracuda ST3160827AS Issue
 2008-01-20  5:51 UTC 

Sata 4726 Testing
 2008-01-20  3:21 UTC  (20+ messages)

[PATCH] pdc2026x: remove surplus initialiser
 2008-01-19 20:00 UTC  (3+ messages)

SATA timeouts on two disks
 2008-01-19 16:58 UTC  (5+ messages)

[PATCH] pata_winbond: error return
 2008-01-19 15:53 UTC 

[PATCH] pata_serverworks: Fix cable types and cosmetics
 2008-01-19 15:52 UTC 

[PATCH] pata_mpc52xx: remove un-needed assignment
 2008-01-19 15:48 UTC 

pata_legacy: Merge winbond support
 2008-01-19 15:47 UTC 

[PATCH] libata: add enclosure management support
 2008-01-19  2:33 UTC  (13+ messages)

[PATCH] libata: eliminate the home grown dma padding in favour of that provided by the block layer
 2008-01-18 23:14 UTC  (2+ messages)
` [PATCH RESEND] "

[PATCHSET] printk: implement printk_header() and merging printk
 2008-01-18 22:58 UTC  (16+ messages)
` [PATCH 1/4] printk: keep log level on multiline messages
` [PATCH 2/4] printk: implement [v]printk_header()
` [PATCH 3/4] printk: implement merging printk
` [PATCH 4/4] libata: make libata use printk_header() and mprintk

[PATCH] Palmchip BK3710 IDE driver
 2008-01-18 22:20 UTC  (8+ messages)

libata makes SATA 40xDVDRW appear as 0xCDROM
 2008-01-18 21:45 UTC 

[PATCH 2/7] ata: blacklist FUJITSU MHW2160BH PL
 2008-01-18 18:21 UTC 

[PATCH] Marvell 6440 SAS/SATA driver (draft)
 2008-01-18 17:58 UTC  (3+ messages)

sata_mv oops on module removal
 2008-01-18 12:49 UTC  (7+ messages)

[PATCH #upstream] libata: fix off-by-one in error categorization
 2008-01-18  9:37 UTC  (2+ messages)

ahci: factor out AHCI enabling and enable AHCI before reading CAP
 2008-01-18  9:37 UTC  (2+ messages)

[PATCHSET libata-dev#upstream] ata_piix: implement SIDPR SCR access, take #2
 2008-01-18  9:36 UTC  (4+ messages)
` [PATCH 1/3] libata: factor out ata_pci_activate_sff_host() from ata_pci_one()
` [PATCH 2/3] ata_piix: convert to prepare - activate initialization
` [PATCH 3/3] ata_piix: implement SIDPR SCR access

Delkin Cardbus IDE, a.k.a. ASKA "Ninja" chipset
 2008-01-17 23:11 UTC  (2+ messages)

The SX4 challenge
 2008-01-17 15:42 UTC  (3+ messages)
` SX8 docs (was: The SX4 challenge)

[PATCH #upstream-fixes] ata_piix: Add Toshiba Satellite R20 and Tecra M6 to broken suspend list
 2008-01-17 14:54 UTC  (7+ messages)

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

[sata] Anybody have a PDF converter?
 2008-01-17  2:46 UTC  (3+ messages)

[PATCH 00/22] ide: even more IDE probing code rework
 2008-01-16 23:28 UTC  (23+ messages)
` [PATCH 01/22] ide: remove redundant hwif->present check from ide_register_hw()
` [PATCH 02/22] ide: remove redundant init_hwif_default() call "
` [PATCH 03/22] ide: add 'init_default' and 'restore' arguments to ide_unregister()
` [PATCH 04/22] ide: add ide_deprecated_find_port() helper
` [PATCH 05/22] ide: fix ide_unregister() usage in host drivers
` [PATCH 06/22] ide: factor out code initializing devices from ide_init_port()
` [PATCH 07/22] ide: add IDE_HFLAG_NO_{IO32_BIT,UNMASK_IRQS} host flags
` [PATCH 08/22] ide: add ->init_port_devs method to ide_hwif_t
` [PATCH 09/22] ide: remove incorrect init_gendisk() comment
` [PATCH 10/22] ide: skip not present devices in init_gendisk()
` [PATCH 11/22] ide: move blk_register_region() call out from init_gendisk()
` [PATCH 12/22] ide: call init_gendisk() after ide_acpi_init()
` [PATCH 13/22] ide: merge init_gendisk() into hwif_register_devices()
` [PATCH 14/22] ide: move hwif->rqsize init from ide_init_queue() to init_irq()
` [PATCH 15/22] ide: factor out adding drive to hwgroup from init_irq()
` [PATCH 16/22] ide: factor out devices setup "
` [PATCH 17/22] ide: move ide_acpi_init() call to ide_device_add_all()
` [PATCH 18/22] ide-acpi: remove needless exports
` [PATCH 19/22] ide-acpi: remove dead code from do_drive_get_GTF()
` [PATCH 20/22] ide: factor out devices setup from ide_acpi_init()
` [PATCH 21/22] ide: move hwif->present check out from ide_proc_register_port()
` [PATCH 22/22] ide: move create_proc_ide_drives() call to ide_device_add_all()

ATA, SATA Disk Problems
 2008-01-16 15:38 UTC 

[PATCHSET #upstream] libata: improve ATAPI data transfer handling, take #4
 2008-01-16 10:24 UTC  (6+ messages)
` [PATCH 1/4] sata_qstor: convert to new data_xfer prototype
` [PATCH 3/4] libata: implement ATAPI drain buffer
  ` [RFC 1/2] block: implement drain buffers

[PATCHSET libata-dev#upstream] ata_piix: implement SIDPR SCR access
 2008-01-16 10:13 UTC  (5+ messages)
` [PATCH 1/5] ata_piix: kill unused constants and flags
` [PATCH 3/5] libata: factor out ata_pci_activate_sff_host() from ata_pci_one()

sata_promise: Keeps saying SATA link down (SStatus 0 SControl 0)
 2008-01-16 10:01 UTC  (6+ messages)

[PATCH v4 0/3] OF-platform PATA driver
 2008-01-16  5:47 UTC  (5+ messages)
` [PATCH] [POWERPC] pasemi: Move electra-ide to pata_of_platform

[git patches] libata fixes
 2008-01-15 21:42 UTC 

[patch for 2.6.24? 1/1] libata: correct handling of TSS DVD
 2008-01-15 21:01 UTC  (2+ messages)

Trouble with hdparm -d on Dell D610
 2008-01-15 18:26 UTC  (11+ messages)

ata error codes
 2008-01-15 17:39 UTC 

ATA device reset, shoud I be concerned?
 2008-01-15 11:35 UTC  (3+ messages)

unable to use cdrom/dvd drive after some usage
 2008-01-15 11:34 UTC  (2+ messages)

[git patches] libata fixes
 2008-01-15  3:44 UTC 

PROBLEM REMAINS: [sata_nv ADMA breaks ATAPI] Crash on accessing DVD-RAM
 2008-01-15  2:23 UTC  (14+ messages)

[Fwd: [PATCH] libata fixes]
 2008-01-15  2:13 UTC 

libata-scsi.c: new check-after-use
 2008-01-14 23:46 UTC  (2+ messages)
` [PATCH #upstream-fixes] libata: relocate sdev->manage_start_stop configuration

sudo: User Impersonation / Receiving bugzilla status emails
 2008-01-14 16:06 UTC 

disabling sata_nv ADMA for 2.6.24
 2008-01-14  6:23 UTC  (24+ messages)
                                    ` fixed a bug of adma in rhel4u5 with HDS7250SASUN500G

[Bug 5911] siimage.c interrupts screaming
 2008-01-13 19:05 UTC 

Problem setting dma using pata_it821x driver in vanilla 2.6.23.12 and gentoo-sources 2.6.23-r3
 2008-01-13 15:18 UTC  (15+ messages)

40-wire cable detected when directly connected
 2008-01-13  6:06 UTC  (6+ messages)

[PATCH #upstream-fixes] sata_sil24: freeze on non-dev errors reported via CERR
 2008-01-13  5:04 UTC 

[PATCH #upstream-fixes] sata_sil24: fix stupid typo
 2008-01-13  4:49 UTC 

SATA timeouts on CD DVD RW
 2008-01-13  3:57 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).