The patch titled jmicron: 40/80pin primary detection has been added to the -mm tree. Its filename is jmicron-40-80pin-primary-detection.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: jmicron: 40/80pin primary detection From: ethanhsiao@xxxxxxxxxxx jmicron module detects all JMB36x as JMB361 and PATA0 has wrong pin status of XICBLID. Cc: Jeff Garzik <jeff@xxxxxxxxxx> Cc: Alan Cox <alan@xxxxxxxxxxxxxxxxxxx> Cc: Bartlomiej Zolnierkiewicz <bzolnier@xxxxxxxxx> Cc: Sergei Shtylyov <sshtylyov@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/ide/pci/jmicron.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff -puN drivers/ide/pci/jmicron.c~jmicron-40-80pin-primary-detection drivers/ide/pci/jmicron.c --- a/drivers/ide/pci/jmicron.c~jmicron-40-80pin-primary-detection +++ a/drivers/ide/pci/jmicron.c @@ -86,8 +86,8 @@ static int __devinit ata66_jmicron(ide_h { case PORT_PATA0: if (control & (1 << 3)) /* 40/80 pin primary */ - return 1; - return 0; + return 0; + return 1; case PORT_PATA1: if (control5 & (1 << 19)) /* 40/80 pin secondary */ return 0; @@ -240,11 +240,11 @@ static int __devinit jmicron_init_one(st } static struct pci_device_id jmicron_pci_tbl[] = { - { PCI_DEVICE(PCI_VENDOR_ID_JMICRON, PCI_DEVICE_ID_JMICRON_JMB361), 0}, - { PCI_DEVICE(PCI_VENDOR_ID_JMICRON, PCI_DEVICE_ID_JMICRON_JMB363), 1}, - { PCI_DEVICE(PCI_VENDOR_ID_JMICRON, PCI_DEVICE_ID_JMICRON_JMB365), 2}, - { PCI_DEVICE(PCI_VENDOR_ID_JMICRON, PCI_DEVICE_ID_JMICRON_JMB366), 3}, - { PCI_DEVICE(PCI_VENDOR_ID_JMICRON, PCI_DEVICE_ID_JMICRON_JMB368), 4}, + { PCI_VENDOR_ID_JMICRON, PCI_DEVICE_ID_JMICRON_JMB361, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, + { PCI_VENDOR_ID_JMICRON, PCI_DEVICE_ID_JMICRON_JMB363, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 1}, + { PCI_VENDOR_ID_JMICRON, PCI_DEVICE_ID_JMICRON_JMB365, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 2}, + { PCI_VENDOR_ID_JMICRON, PCI_DEVICE_ID_JMICRON_JMB366, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 3}, + { PCI_VENDOR_ID_JMICRON, PCI_DEVICE_ID_JMICRON_JMB368, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 4}, { 0, }, }; _ Patches currently in -mm which might be from jeff@xxxxxxxxxx are origin.patch git-libata-all.patch pata_platform-set_mode-fix.patch libata-scsi-ata_task_ioctl-should-return-ata-registers-from.patch sata_nv-cleanup-adma-error-handling-v2.patch sata_nv-cleanup-adma-error-handling-v2-cleanup.patch sata_nv-use-adma-for-nodata-commands.patch fix-config_sata_sis=y-compile-error.patch jmicron-40-80pin-primary-detection.patch mips-declance-driver-model-for-the-pmad-a.patch mips-defxx-turbochannel-support.patch git-netdev-all.patch git-netdev-all-atl1-build-fix.patch git-netdev-all-atl1-pm-fix.patch 8139too-force-media-setting-fix.patch net-ifb-error-path-loop-fix.patch ucc-ether-driver-kmalloc-casting-cleanups.patch remove-one-remaining-define-bcm_tso-1.patch 82596-warning-fix.patch hp100-convert-pci_module_init-to-pci_register_driver.patch update-smc91x-driver-with-arm-versatile-board-info.patch tulip-fix-shutdown-dma-irq-race.patch z85230-spinlock-logic.patch remove-unused-kernel-config-option-dlci_count.patch bonding-arp-monitoring-broken-on-x86_64.patch git-ioat.patch git-pciseg.patch pci-device-ensure-sysdata-initialised-v2.patch mpt-fusion-handle-pci-layer-error-on-resume.patch fix-unaligned-exception-in-drivers-net-wireless-orinococ.patch uml-network-driver-whitespace-and-style-fixes.patch rewrite-unnecessary-duplicated-code-to-use-field_sizeof.patch tg3-use-flush_keventd_work.patch e1000-use-flush_keventd_work.patch libata-use-flush_work.patch phy-use-flush_work.patch scheduled-removal-of-sa_xxx-interrupt-flags-fixups.patch scheduled-removal-of-sa_xxx-interrupt-flags-ata-fix.patch e1000-printk-warning-fixes.patch git-gccbug.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html