diff for duplicates of <48A0676E.5020308@harris.com> diff --git a/a/1.1.hdr b/a/1.1.hdr deleted file mode 100644 index a711044..0000000 --- a/a/1.1.hdr +++ /dev/null @@ -1,2 +0,0 @@ -Content-Type: text/plain; charset=windows-1251 -Content-Transfer-Encoding: 7bit diff --git a/a/1.2.hdr b/a/1.2.hdr deleted file mode 100644 index 413967d..0000000 --- a/a/1.2.hdr +++ /dev/null @@ -1,2 +0,0 @@ -Content-Type: text/html; charset=windows-1251 -Content-Transfer-Encoding: quoted-printable diff --git a/a/1.1.txt b/N1/1.txt similarity index 100% rename from a/1.1.txt rename to N1/1.txt diff --git a/a/1.2.bin b/N1/2.bin similarity index 100% rename from a/1.2.bin rename to N1/2.bin diff --git a/a/2.hdr b/N1/2.hdr index 4b86001..a845619 100644 --- a/a/2.hdr +++ b/N1/2.hdr @@ -1,4 +1,2 @@ -Content-Type: text/plain; charset="us-ascii" -MIME-Version: 1.0 -Content-Transfer-Encoding: 7bit -Content-Disposition: inline +Content-Type: text/html; charset=windows-1251 +Content-Transfer-Encoding: 8bit diff --git a/a/2.txt b/a/2.txt deleted file mode 100644 index 2e03888..0000000 --- a/a/2.txt +++ /dev/null @@ -1,4 +0,0 @@ -_______________________________________________ -Linuxppc-dev mailing list -Linuxppc-dev@ozlabs.org -https://ozlabs.org/mailman/listinfo/linuxppc-dev diff --git a/a/content_digest b/N1/content_digest index 8d030a6..ad461e3 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -7,7 +7,7 @@ "Cc\0linuxppc-dev@ozlabs.org" Jeff Garzik <jgarzik@pobox.com> " linux-ide@vger.kernel.org\0" - "\02:1.1\0" + "\01:1\0" "b\0" "Anton Vorontsov wrote:\n" "> When no irq specified, pata_of_platform fills irq_res with -1,\n" @@ -65,84 +65,78 @@ "something, I'll post it.\n" "\n" Steve - "\02:1.2\0" - "b\0" - "<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">\r\n" - "<html>\r\n" - "<head>\r\n" - " <meta content=\"text/html;charset=windows-1251\"\r\n" - " http-equiv=\"Content-Type\">\r\n" - "</head>\r\n" - "<body bgcolor=\"#ffffff\" text=\"#000000\">\r\n" - "Anton Vorontsov wrote:\r\n" - "<blockquote cite=\"mid:20080811151913.GA14690@oksana.dev.rtsoft.ru\"\r\n" - " type=\"cite\">\r\n" - " <pre wrap=\"\">When no irq specified, pata_of_platform fills irq_res with -1,\r\n" - "which is wrong to do for two reasons:\r\n" - "\r\n" - "1. By definition, 'no irq' should be IRQ 0, not some negative integer;\r\n" - "2. pata_platform checks for irq_res.start > 0, but since irq_res.start\r\n" - " is unsigned type, the check will be true for `-1'.\r\n" - "\r\n" - "Reported-by: Steven A. Falco <a class=\"moz-txt-link-rfc2396E\" href=\"mailto:sfalco@harris.com\"><sfalco@harris.com></a>\r\n" - "Signed-off-by: Anton Vorontsov <a class=\"moz-txt-link-rfc2396E\" href=\"mailto:avorontsov@ru.mvista.com\"><avorontsov@ru.mvista.com></a>\r\n" - "---</pre>\r\n" - "</blockquote>\r\n" - "<tt><br>\r\n" - "Thanks!\240 Your fix is better - I didn't really like the -1 stuff.<br>\r\n" - "<br>\r\n" - "I found this bug because I had to disable the ATA interrupt on my\r\n" - "system in order to get a compact-flash card to work.\240 I am still trying\r\n" - "to find out why the interrupt doesn't work for me.\240 Here is part of the\r\n" - "console log with the interrupt enabled:<br>\r\n" - "<br>\r\n" - "</tt>\r\n" - "<blockquote><tt>Uniform Multi-Platform E-IDE driver</tt><br>\r\n" - " <tt>ide: Assuming 33MHz system bus speed for PIO modes; override with\r\n" - "idebus=xx</tt><br>\r\n" - " <tt>Driver 'sd' needs updating - please use bus_type methods</tt><br>\r\n" - " <tt>irq: irq_create_mapping(0xc0574900, 0x1b)</tt><br>\r\n" - " <tt>irq: -> using host @c0574900</tt><br>\r\n" - " <tt>irq: -> obtained virq 32</tt><br>\r\n" - " <tt>scsi0 : pata_platform</tt><br>\r\n" - " <tt>ata1: PATA max PIO4 mmio cmd 0x1c1000000 ctl 0x1c1000080 irq 32</tt><br>\r\n" - " <tt>irq 32: nobody cared (try booting with the \"irqpoll\" option)</tt><br>\r\n" - " <tt>Call Trace:</tt><br>\r\n" - " <tt>[cf83fcc0] [c0005a64] show_stack+0x44/0x1ac (unreliable)</tt><br>\r\n" - " <tt>[cf83fd00] [c00489e4] __report_bad_irq+0x34/0xb8</tt><br>\r\n" - " <tt>[cf83fd20] [c0048cf0] note_interrupt+0x288/0x2d0</tt><br>\r\n" - " <tt>[cf83fd50] [c0049a94] handle_level_irq+0xac/0x114</tt><br>\r\n" - " <tt>[cf83fd60] [c0003df0] do_IRQ+0xa4/0xc8</tt><br>\r\n" - " <tt>[cf83fd70] [c000d60c] ret_from_except+0x0/0x18</tt><br>\r\n" - " <tt>[cf83fe30] [00000020] 0x20</tt><br>\r\n" - " <tt>[cf83fe50] [c0003d48] do_softirq+0x54/0x58</tt><br>\r\n" - " <tt>[cf83fe60] [c00241c0] irq_exit+0x90/0x94</tt><br>\r\n" - " <tt>[cf83fe70] [c0003df4] do_IRQ+0xa8/0xc8</tt><br>\r\n" - " <tt>[cf83fe80] [c000d60c] ret_from_except+0x0/0x18</tt><br>\r\n" - " <tt>[cf83ff40] [c01b2cc0] ata_pio_task+0x48/0x104</tt><br>\r\n" - " <tt>[cf83ff60] [c00307a0] run_workqueue+0xb8/0x148</tt><br>\r\n" - " <tt>[cf83ff90] [c0030d54] worker_thread+0x70/0xd0</tt><br>\r\n" - " <tt>[cf83ffd0] [c0034788] kthread+0x48/0x84</tt><br>\r\n" - " <tt>[cf83fff0] [c000cd6c] kernel_thread+0x44/0x60</tt><br>\r\n" - " <tt>handlers:</tt><br>\r\n" - " <tt>[<c01b2d7c>] (ata_sff_interrupt+0x0/0x234)</tt><br>\r\n" - " <tt>Disabling IRQ #32</tt><br>\r\n" - "</blockquote>\r\n" - "<tt><br>\r\n" - "So it looks like the ATA handler was attached - not sure yet why I got\r\n" - "the \"nobody cared\" message.\240 Also, the system hangs.\240 If I find\r\n" - "something, I'll post it.<br>\r\n" - "<br>\r\n" - "\240\240\240 Steve<br>\r\n" - "<br>\r\n" - "</tt><br>\r\n" - "</body>\r\n" - "</html>\r\n" "\01:2\0" "b\0" - "_______________________________________________\n" - "Linuxppc-dev mailing list\n" - "Linuxppc-dev@ozlabs.org\n" - https://ozlabs.org/mailman/listinfo/linuxppc-dev + "<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">\n" + "<html>\n" + "<head>\n" + " <meta content=\"text/html;charset=windows-1251\"\n" + " http-equiv=\"Content-Type\">\n" + "</head>\n" + "<body bgcolor=\"#ffffff\" text=\"#000000\">\n" + "Anton Vorontsov wrote:\n" + "<blockquote cite=\"mid:20080811151913.GA14690@oksana.dev.rtsoft.ru\"\n" + " type=\"cite\">\n" + " <pre wrap=\"\">When no irq specified, pata_of_platform fills irq_res with -1,\n" + "which is wrong to do for two reasons:\n" + "\n" + "1. By definition, 'no irq' should be IRQ 0, not some negative integer;\n" + "2. pata_platform checks for irq_res.start > 0, but since irq_res.start\n" + " is unsigned type, the check will be true for `-1'.\n" + "\n" + "Reported-by: Steven A. Falco <a class=\"moz-txt-link-rfc2396E\" href=\"mailto:sfalco@harris.com\"><sfalco@harris.com></a>\n" + "Signed-off-by: Anton Vorontsov <a class=\"moz-txt-link-rfc2396E\" href=\"mailto:avorontsov@ru.mvista.com\"><avorontsov@ru.mvista.com></a>\n" + "---</pre>\n" + "</blockquote>\n" + "<tt><br>\n" + "Thanks!\240 Your fix is better - I didn't really like the -1 stuff.<br>\n" + "<br>\n" + "I found this bug because I had to disable the ATA interrupt on my\n" + "system in order to get a compact-flash card to work.\240 I am still trying\n" + "to find out why the interrupt doesn't work for me.\240 Here is part of the\n" + "console log with the interrupt enabled:<br>\n" + "<br>\n" + "</tt>\n" + "<blockquote><tt>Uniform Multi-Platform E-IDE driver</tt><br>\n" + " <tt>ide: Assuming 33MHz system bus speed for PIO modes; override with\n" + "idebus=xx</tt><br>\n" + " <tt>Driver 'sd' needs updating - please use bus_type methods</tt><br>\n" + " <tt>irq: irq_create_mapping(0xc0574900, 0x1b)</tt><br>\n" + " <tt>irq: -> using host @c0574900</tt><br>\n" + " <tt>irq: -> obtained virq 32</tt><br>\n" + " <tt>scsi0 : pata_platform</tt><br>\n" + " <tt>ata1: PATA max PIO4 mmio cmd 0x1c1000000 ctl 0x1c1000080 irq 32</tt><br>\n" + " <tt>irq 32: nobody cared (try booting with the \"irqpoll\" option)</tt><br>\n" + " <tt>Call Trace:</tt><br>\n" + " <tt>[cf83fcc0] [c0005a64] show_stack+0x44/0x1ac (unreliable)</tt><br>\n" + " <tt>[cf83fd00] [c00489e4] __report_bad_irq+0x34/0xb8</tt><br>\n" + " <tt>[cf83fd20] [c0048cf0] note_interrupt+0x288/0x2d0</tt><br>\n" + " <tt>[cf83fd50] [c0049a94] handle_level_irq+0xac/0x114</tt><br>\n" + " <tt>[cf83fd60] [c0003df0] do_IRQ+0xa4/0xc8</tt><br>\n" + " <tt>[cf83fd70] [c000d60c] ret_from_except+0x0/0x18</tt><br>\n" + " <tt>[cf83fe30] [00000020] 0x20</tt><br>\n" + " <tt>[cf83fe50] [c0003d48] do_softirq+0x54/0x58</tt><br>\n" + " <tt>[cf83fe60] [c00241c0] irq_exit+0x90/0x94</tt><br>\n" + " <tt>[cf83fe70] [c0003df4] do_IRQ+0xa8/0xc8</tt><br>\n" + " <tt>[cf83fe80] [c000d60c] ret_from_except+0x0/0x18</tt><br>\n" + " <tt>[cf83ff40] [c01b2cc0] ata_pio_task+0x48/0x104</tt><br>\n" + " <tt>[cf83ff60] [c00307a0] run_workqueue+0xb8/0x148</tt><br>\n" + " <tt>[cf83ff90] [c0030d54] worker_thread+0x70/0xd0</tt><br>\n" + " <tt>[cf83ffd0] [c0034788] kthread+0x48/0x84</tt><br>\n" + " <tt>[cf83fff0] [c000cd6c] kernel_thread+0x44/0x60</tt><br>\n" + " <tt>handlers:</tt><br>\n" + " <tt>[<c01b2d7c>] (ata_sff_interrupt+0x0/0x234)</tt><br>\n" + " <tt>Disabling IRQ #32</tt><br>\n" + "</blockquote>\n" + "<tt><br>\n" + "So it looks like the ATA handler was attached - not sure yet why I got\n" + "the \"nobody cared\" message.\240 Also, the system hangs.\240 If I find\n" + "something, I'll post it.<br>\n" + "<br>\n" + "\240\240\240 Steve<br>\n" + "<br>\n" + "</tt><br>\n" + "</body>\n" + "</html>\n" -ffa8e06f57f727466ee7a7b13a0fd11f597e060b8e45abbadf75b2d88b42d37f +f2f6dcf2817459d492f2d830e0b0ee3151090386b25363e9c2132e5b7c220487
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.