Activity log for bug #62095

Date Who What changed Old value New value Message
2006-09-23 22:22:06 nick materer bug added bug
2006-09-23 22:22:40 nick materer description Binary package hint: linux-source-2.6.17 oops on boot with linux-image-2.6.17-generic on a P5B board. No oops with Jmicron is disabled in bios. Problem is that not all the patch was applied due to a problem applying the 2.7.18 patch by the kernel mantainors See: commit 79860a9a79a17f1bed0713680a3995467405ba49 +Author: Alan Cox <alan lxorguk ukuu org uk> +Date: Wed Aug 9 15:04:58 2006 +0100 + + [PATCH] PATCH: 2.6.18 oops on boot fix for IDE + + When the IDE fix for Jmicron went in one piece went walking somewhere + (send log shows my end somehow). Without this sometimes you get an oops + on boot. + Adding the additional patch (see below) to the ubuntu 2.6.17 source fixes this problem +diff --git a/drivers/ide/pci/generic.c b/drivers/ide/pci/generic.c +index 2f962cf..78810ba 100644 +--- a/drivers/ide/pci/generic.c ++++ b/drivers/ide/pci/generic.c +@@ -180,6 +180,36 @@ static ide_pci_device_t generic_chipsets + .channels = 2, + .autodma = AUTODMA, + .bootable = OFF_BOARD, ++ },{ /* 15 */ ++ .name = "JMB361", ++ .init_hwif = init_hwif_generic, ++ .channels = 2, ++ .autodma = AUTODMA, ++ .bootable = OFF_BOARD, ++ },{ /* 16 */ ++ .name = "JMB363", ++ .init_hwif = init_hwif_generic, ++ .channels = 2, ++ .autodma = AUTODMA, ++ .bootable = OFF_BOARD, ++ },{ /* 17 */ ++ .name = "JMB365", ++ .init_hwif = init_hwif_generic, ++ .channels = 2, ++ .autodma = AUTODMA, ++ .bootable = OFF_BOARD, ++ },{ /* 18 */ ++ .name = "JMB366", ++ .init_hwif = init_hwif_generic, ++ .channels = 2, ++ .autodma = AUTODMA, ++ .bootable = OFF_BOARD, ++ },{ /* 19 */ ++ .name = "JMB368", ++ .init_hwif = init_hwif_generic, ++ .channels = 2, ++ .autodma = AUTODMA, ++ .bootable = OFF_BOARD, + } + }; + Binary package hint: linux-source-2.6.17 oops on boot with linux-image-2.6.17-generic on a P5B board. No oops when Jmicron is disabled with the bios. Problem is that not all the patch was applied due to a problem applying the 2.7.18 patch by the kernel mantainors See: commit 79860a9a79a17f1bed0713680a3995467405ba49 +Author: Alan Cox <alan lxorguk ukuu org uk> +Date: Wed Aug 9 15:04:58 2006 +0100 + + [PATCH] PATCH: 2.6.18 oops on boot fix for IDE + + When the IDE fix for Jmicron went in one piece went walking somewhere + (send log shows my end somehow). Without this sometimes you get an oops + on boot. + Adding the additional patch (see below) to the ubuntu 2.6.17 source fixes this problem +diff --git a/drivers/ide/pci/generic.c b/drivers/ide/pci/generic.c +index 2f962cf..78810ba 100644 +--- a/drivers/ide/pci/generic.c ++++ b/drivers/ide/pci/generic.c +@@ -180,6 +180,36 @@ static ide_pci_device_t generic_chipsets + .channels = 2, + .autodma = AUTODMA, + .bootable = OFF_BOARD, ++ },{ /* 15 */ ++ .name = "JMB361", ++ .init_hwif = init_hwif_generic, ++ .channels = 2, ++ .autodma = AUTODMA, ++ .bootable = OFF_BOARD, ++ },{ /* 16 */ ++ .name = "JMB363", ++ .init_hwif = init_hwif_generic, ++ .channels = 2, ++ .autodma = AUTODMA, ++ .bootable = OFF_BOARD, ++ },{ /* 17 */ ++ .name = "JMB365", ++ .init_hwif = init_hwif_generic, ++ .channels = 2, ++ .autodma = AUTODMA, ++ .bootable = OFF_BOARD, ++ },{ /* 18 */ ++ .name = "JMB366", ++ .init_hwif = init_hwif_generic, ++ .channels = 2, ++ .autodma = AUTODMA, ++ .bootable = OFF_BOARD, ++ },{ /* 19 */ ++ .name = "JMB368", ++ .init_hwif = init_hwif_generic, ++ .channels = 2, ++ .autodma = AUTODMA, ++ .bootable = OFF_BOARD, + } + }; +
2006-09-26 00:17:08 Ben Collins linux-source-2.6.17: status Unconfirmed Fix Committed
2006-09-26 00:17:08 Ben Collins linux-source-2.6.17: assignee ben-collins
2006-09-26 00:17:08 Ben Collins linux-source-2.6.17: statusexplanation
2006-09-26 00:17:26 Ben Collins linux-source-2.6.17: importance Untriaged High
2006-09-26 15:58:56 Ben Collins linux-source-2.6.17: status Fix Committed Fix Released
2006-09-26 15:58:56 Ben Collins linux-source-2.6.17: statusexplanation Kernel will be available in a few days.