* APIC, USB mouse and errors @ 2003-02-27 13:13 DPR 0 siblings, 0 replies; 6+ messages in thread From: DPR @ 2003-02-27 13:13 UTC (permalink / raw) To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f Hi everybody, I've got the following problem with the latest "acpi-20030218" patch (for kernel 2.4.21-pre4-ac6) ... If I enable APIC then I get some "USB device not accepting new address" errors and my USB mouse doesn't work. If I use the "noapic" option then my mouse works fine but I get a bunch of "APIC error on CPU0 40(40)" messages. And finally if I use "disableapic" then I don't get these error messages but the mouse also doesn't work :( Any suggestions ??? Many thanks in advance !!! -- HOLGER motherboard EPoX 8K5A2+ (VIA KT333, VT8235 southbridge, HPT372 RAID) mouse Logitech Cordless MouseMan Optical kernel 2.4.21 pre4 ac6 options ACPI enabled, APIC enabled ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com ^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: APIC, USB mouse and errors
@ 2003-02-27 13:39 Cagle, John (ISS-Houston)
[not found] ` <C50AB9511EE59B49B2A503CB7AE1ABD10476BF94-Iar2LzuD2f6P0FQRY6S+e9kSKC0Mw0DFJ8am2ALHCgk@public.gmane.org>
0 siblings, 1 reply; 6+ messages in thread
From: Cagle, John (ISS-Houston) @ 2003-02-27 13:39 UTC (permalink / raw)
To: info-IGm5bqYn3xwb1SvskN2V4Q,
acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
What does 'cat /proc/interrupts' show when your running this new kernel?
Regards,
John
--------------------------------
John Cagle john.cagle-VXdhtT5mjnY@public.gmane.org
Principal Member Technical Staff
Industry Standard Servers
Hewlett-Packard Company
http://www.hp.com/linux
> -----Original Message-----
> From: DPR [mailto:info-IGm5bqYn3xwb1SvskN2V4Q@public.gmane.org]
> Sent: Thursday, February 27, 2003 7:14 AM
> To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> Subject: [ACPI] APIC, USB mouse and errors
>
>
> Hi everybody,
>
> I've got the following problem with the latest
> "acpi-20030218" patch (for kernel
> 2.4.21-pre4-ac6) ...
>
> If I enable APIC then I get some "USB device not accepting
> new address" errors and my USB mouse doesn't work. If I use
> the "noapic" option then my mouse works fine but I get a
> bunch of "APIC error on CPU0 40(40)" messages. And finally if
> I use "disableapic" then I don't get these error messages but
> the mouse also doesn't work :(
>
> Any suggestions ???
>
> Many thanks in advance !!!
>
> --
>
> HOLGER
>
> motherboard EPoX 8K5A2+ (VIA KT333, VT8235 southbridge, HPT372 RAID)
> mouse Logitech Cordless MouseMan Optical
> kernel 2.4.21 pre4 ac6
> options ACPI enabled, APIC enabled
>
>
>
> -------------------------------------------------------
> This SF.NET email is sponsored by:
> SourceForge Enterprise Edition + IBM + LinuxWorld = Something
> 2 See! http://www.vasoftware.com
> _______________________________________________
> Acpi-devel mailing list
> Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> https://lists.sourceforge.net/lists/listinfo/a> cpi-devel
>
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply [flat|nested] 6+ messages in thread[parent not found: <C50AB9511EE59B49B2A503CB7AE1ABD10476BF94-Iar2LzuD2f6P0FQRY6S+e9kSKC0Mw0DFJ8am2ALHCgk@public.gmane.org>]
* RE: APIC, USB mouse and errors [not found] ` <C50AB9511EE59B49B2A503CB7AE1ABD10476BF94-Iar2LzuD2f6P0FQRY6S+e9kSKC0Mw0DFJ8am2ALHCgk@public.gmane.org> @ 2003-02-27 15:22 ` DPR 2003-02-28 22:47 ` DPR 1 sibling, 0 replies; 6+ messages in thread From: DPR @ 2003-02-27 15:22 UTC (permalink / raw) To: 'Cagle, John (ISS-Houston)', acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f Here we go ... - interrupt table with enabled APIC (no special kernel params) CPU0 0: 9480 IO-APIC-edge timer 1: 257 IO-APIC-edge keyboard 2: 0 XT-PIC cascade 8: 2 IO-APIC-edge rtc 9: 0 IO-APIC-edge acpi 10: 0 IO-APIC-edge usb-uhci 11: 0 IO-APIC-edge eth0, usb-uhci 12: 9 IO-APIC-edge usb-uhci 14: 0 IO-APIC-edge ehci-hcd 15: 122 IO-APIC-edge ide2 16: 806 IO-APIC-level nvidia 17: 6480 IO-APIC-level ide0, ide1 NMI: 0 LOC: 9434 ERR: 0 MIS: 0 - and with "noapic" parameter CPU0 0: 7376 XT-PIC timer 1: 228 XT-PIC keyboard 2: 0 XT-PIC cascade 8: 2 XT-PIC rtc 9: 0 XT-PIC acpi 10: 13 XT-PIC usb-uhci 11: 340 XT-PIC eth0, usb-uhci 12: 0 XT-PIC usb-uhci 14: 0 XT-PIC ehci-hcd 15: 123 XT-PIC ide2 16: 360 IO-APIC-level nvidia 17: 6473 IO-APIC-level ide0, ide1 NMI: 0 LOC: 7340 ERR: 7316 MIS: 0 Regards, HOLGER > -----Original Message----- > From: acpi-devel-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org > [mailto:acpi-devel-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org] On Behalf Of > Cagle, John (ISS-Houston) > Sent: Thursday, February 27, 2003 2:39 PM > To: info-IGm5bqYn3xwb1SvskN2V4Q@public.gmane.org; acpi-devel@lists.sourceforge.net > Subject: RE: [ACPI] APIC, USB mouse and errors > > > What does 'cat /proc/interrupts' show when your running this > new kernel? > > Regards, > John > -------------------------------- > John Cagle john.cagle-VXdhtT5mjnY@public.gmane.org > Principal Member Technical Staff > Industry Standard Servers > Hewlett-Packard Company > http://www.hp.com/linux > ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: APIC, USB mouse and errors [not found] ` <C50AB9511EE59B49B2A503CB7AE1ABD10476BF94-Iar2LzuD2f6P0FQRY6S+e9kSKC0Mw0DFJ8am2ALHCgk@public.gmane.org> 2003-02-27 15:22 ` DPR @ 2003-02-28 22:47 ` DPR 1 sibling, 0 replies; 6+ messages in thread From: DPR @ 2003-02-28 22:47 UTC (permalink / raw) To: 'Cagle, John (ISS-Houston)', acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f [-- Attachment #1: Type: text/plain, Size: 887 bytes --] Here are the messages the ACPI/APIC system produces during the boot process. Perhaps this will provide the information you need to fix my problem :) I don't understand why there're no IRQs above 17 ! Windows maps the IRQs 18, 19, 21 and 23 for my audio/IEEE 1394/USB and ethernet devices. Besides - the latest "20030228" version doesn't fix my problem. Same "APIC error on CPU0 40(40)" messages if I use the "noapic" parameter and "USB device not accepting new address" error if I don't use "noapic". Thanks for any answer in advance, HOLGER > What does 'cat /proc/interrupts' show when your running this > new kernel? > > Regards, > John > -------------------------------- > John Cagle john.cagle-VXdhtT5mjnY@public.gmane.org > Principal Member Technical Staff > Industry Standard Servers > Hewlett-Packard Company > http://www.hp.com/linux [-- Attachment #2: boot_msg.txt --] [-- Type: text/plain, Size: 6766 bytes --] <6>ACPI: RSDP (v000 VIA694 ) @ 0x000f7850 <6>ACPI: RSDT (v001 VIA694 AWRDACPI 16944.11825) @ 0x1fff3000 <6>ACPI: FADT (v001 VIA694 AWRDACPI 16944.11825) @ 0x1fff3040 <6>ACPI: MADT (v001 VIA694 AWRDACPI 16944.11825) @ 0x1fff7200 <6>ACPI: DSDT (v001 VIA694 AWRDACPI 00000.04096) @ 0x00000000 <5>ACPI: BIOS passes blacklist <6>ACPI: Local APIC address 0xfee00000 <6>ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) <4>Processor #0 Pentium(tm) Pro APIC version 16 <6>ACPI: LAPIC_NMI (acpi_id[0x00] polarity[0x1] trigger[0x1] lint[0x1]) <6>ACPI: IOAPIC (id[0x02] address[0xfec00000] global_irq_base[0x0]) <6>IOAPIC[0]: Assigned apic_id 2 <4>IOAPIC[0]: apic_id 2, version 3, address 0xfec00000, IRQ 0-23 <6>ACPI: INT_SRC_OVR (bus[0] irq[0x0] global_irq[0x2] polarity[0x0] trigger[0x0]) <6>ACPI: INT_SRC_OVR (bus[0] irq[0x9] global_irq[0x9] polarity[0x0] trigger[0x0]) <6>Using ACPI (MADT) for SMP configuration information <SNIP> <4>ENABLING IO-APIC IRQs <7>init IO_APIC IRQs <7> IO-APIC (apicid-pin) 2-0, 2-16, 2-17, 2-18, 2-19, 2-20, 2-21, 2-22, 2-23 not connected. <6>..TIMER: vector=0x31 pin1=2 pin2=0 <7>number of MP IRQ sources: 16. <7>number of IO-APIC #2 registers: 24. <6>testing the IO APIC....................... <4> <7>IO APIC #2...... <7>.... register #00: 02000000 <7>....... : physical APIC id: 02 <7>.... register #01: 00178003 <7>....... : max redirection entries: 0017 <7>....... : PRQ implemented: 1 <7>....... : IO APIC version: 0003 <7>.... IRQ redirection table: <7> NR Log Phy Mask Trig IRR Pol Stat Dest Deli Vect: <7> 00 000 00 1 0 0 0 0 0 0 00 <7> 01 0FF 0F 0 0 0 0 0 1 1 39 <7> 02 0FF 0F 0 0 0 0 0 1 1 31 <7> 03 0FF 0F 0 0 0 0 0 1 1 41 <7> 04 0FF 0F 0 0 0 0 0 1 1 49 <7> 05 0FF 0F 0 0 0 0 0 1 1 51 <7> 06 0FF 0F 0 0 0 0 0 1 1 59 <7> 07 0FF 0F 0 0 0 0 0 1 1 61 <7> 08 0FF 0F 0 0 0 0 0 1 1 69 <7> 09 0FF 0F 0 0 0 0 0 1 1 71 <7> 0a 0FF 0F 0 0 0 0 0 1 1 79 <7> 0b 0FF 0F 0 0 0 0 0 1 1 81 <7> 0c 0FF 0F 0 0 0 0 0 1 1 89 <7> 0d 0FF 0F 0 0 0 0 0 1 1 91 <7> 0e 0FF 0F 0 0 0 0 0 1 1 99 <7> 0f 0FF 0F 0 0 0 0 0 1 1 A1 <7> 10 000 00 1 0 0 0 0 0 0 00 <7> 11 000 00 1 0 0 0 0 0 0 00 <7> 12 000 00 1 0 0 0 0 0 0 00 <7> 13 000 00 1 0 0 0 0 0 0 00 <7> 14 000 00 1 0 0 0 0 0 0 00 <7> 15 000 00 1 0 0 0 0 0 0 00 <7> 16 000 00 1 0 0 0 0 0 0 00 <7> 17 000 00 1 0 0 0 0 0 0 00 <7>IRQ to pin mappings: <7>IRQ0 -> 0:2 <7>IRQ1 -> 0:1 <7>IRQ3 -> 0:3 <7>IRQ4 -> 0:4 <7>IRQ5 -> 0:5 <7>IRQ6 -> 0:6 <7>IRQ7 -> 0:7 <7>IRQ8 -> 0:8 <7>IRQ9 -> 0:9 <7>IRQ10 -> 0:10 <7>IRQ11 -> 0:11 <7>IRQ12 -> 0:12 <7>IRQ13 -> 0:13 <7>IRQ14 -> 0:14 <7>IRQ15 -> 0:15 <6>.................................... done. <4>Using local APIC timer interrupts. <4>calibrating APIC timer ... <4>..... CPU clock speed is 1670.5134 MHz. <4>..... host bus clock speed is 267.2820 MHz. <4>cpu: 0, clocks: 2672820, slice: 1336410 <4>CPU0<T0:2672816,T1:1336400,D:6,S:1336410,C:2672820> <4>mtrr: v1.40 (20010327) Richard Gooch (rgooch-r1x6VkxMR+00zabcByZE4g@public.gmane.org) <4>mtrr: detected mtrr type: Intel <6>ACPI: Subsystem revision 20030122 <6>PCI: PCI BIOS revision 2.10 entry at 0xfb3d0, last bus=1 <6>PCI: Using configuration type 1 <6>ACPI: Interpreter enabled <6>ACPI: Using IOAPIC for interrupt routing <6>ACPI: System [ACPI] (supports S0 S3 S4 S5) <6>ACPI: PCI Root Bridge [PCI0] (00:00) <4>PCI: Probing PCI hardware (bus 00) <7>ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] <4>ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 *11 12 14 15) <4>ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 *10 11 12 14 15) <4>ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 11 *12 14 15) <4>ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 10 11 12 *14 15) <4>ACPI: PCI Interrupt Link [ALKA] (IRQs 20, disabled) <4>ACPI: PCI Interrupt Link [ALKB] (IRQs 21, disabled) <4>ACPI: PCI Interrupt Link [ALKC] (IRQs 22, disabled) <4>ACPI: PCI Interrupt Link [ALKD] (IRQs 23, disabled) <6>PCI: Probing PCI hardware <4>ACPI: PCI Interrupt Link [ALKA] enabled at IRQ 0 <4>ACPI: PCI Interrupt Link [ALKB] enabled at IRQ 0 <4>ACPI: PCI Interrupt Link [ALKC] enabled at IRQ 0 <4>ACPI: PCI Interrupt Link [ALKD] enabled at IRQ 0 <7>IOAPIC[0]: Set PCI routing entry (2-16 -> 0xa9 -> IRQ 16) <7>00:00:08[A] -> 2-16 -> IRQ 16 <7>IOAPIC[0]: Set PCI routing entry (2-17 -> 0xb1 -> IRQ 17) <7>00:00:08[B] -> 2-17 -> IRQ 17 <7>IOAPIC[0]: Set PCI routing entry (2-18 -> 0xb9 -> IRQ 18) <7>00:00:08[C] -> 2-18 -> IRQ 18 <7>IOAPIC[0]: Set PCI routing entry (2-19 -> 0xc1 -> IRQ 19) <7>00:00:08[D] -> 2-19 -> IRQ 19 <7>Pin 2-17 already programmed <7>Pin 2-18 already programmed <7>Pin 2-19 already programmed <7>Pin 2-16 already programmed <7>Pin 2-18 already programmed <7>Pin 2-19 already programmed <7>Pin 2-16 already programmed <7>Pin 2-17 already programmed <7>Pin 2-19 already programmed <7>Pin 2-16 already programmed <7>Pin 2-17 already programmed <7>Pin 2-18 already programmed <7>Pin 2-18 already programmed <7>Pin 2-19 already programmed <7>Pin 2-16 already programmed <7>Pin 2-17 already programmed <7>Pin 2-19 already programmed <7>Pin 2-16 already programmed <7>Pin 2-17 already programmed <7>Pin 2-18 already programmed <7>Pin 2-17 already programmed <7>Pin 2-18 already programmed <7>Pin 2-19 already programmed <7>Pin 2-16 already programmed <7>Pin 2-16 already programmed <7>Pin 2-17 already programmed <7>Pin 2-18 already programmed <7>Pin 2-19 already programmed <4>PCI: No IRQ known for interrupt pin A of device 00:10.0 <4>PCI: No IRQ known for interrupt pin B of device 00:10.1 <4>PCI: No IRQ known for interrupt pin C of device 00:10.2 <4>PCI: No IRQ known for interrupt pin D of device 00:10.3 <4>PCI: No IRQ known for interrupt pin A of device 00:11.1 - using IRQ 255 <4>PCI: No IRQ known for interrupt pin A of device 00:12.0 <6>PCI: Using ACPI for IRQ routing <6>PCI: if you experience problems, try using option 'pci=noacpi' or even 'acpi=off' <6>PnPBIOS: Found PnP BIOS installation structure at 0xc00fbe80 <6>PnPBIOS: PnP BIOS version 1.0, entry 0xf0000:0xbeb0, dseg 0xf0000 <6>PnPBIOS: 13 nodes reported by PnP BIOS; 13 recorded by driver <6>PnPBIOS: PNP0c02: ioport range 0x3f0-0x3f1 has been reserved <SNIP> ^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: APIC, USB mouse and errors
@ 2003-02-28 23:47 Cagle, John (ISS-Houston)
[not found] ` <C50AB9511EE59B49B2A503CB7AE1ABD10440E418-Iar2LzuD2f6P0FQRY6S+e9kSKC0Mw0DFJ8am2ALHCgk@public.gmane.org>
0 siblings, 1 reply; 6+ messages in thread
From: Cagle, John (ISS-Houston) @ 2003-02-28 23:47 UTC (permalink / raw)
To: info-IGm5bqYn3xwb1SvskN2V4Q,
acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Holger,
I think that your APIC IRQs (0..15) aren't getting programmed properly.
PCI is using IRQs 10, 11, 12 & 14, but I think the kernel has made an
incorrect assumption that these are ISA IRQs and set them to be
edge-triggered. PCI IRQs are always level-triggered.
Take a look at arch/i386/kernel/mpparse.c in the
mp_config_acpi_legacy_irqs() routine. It sets interrupts 0..15 to ISA
bus conforming behavior (edge).
You might try forcing the kernel to do the right thing and see what
happens.
Regards,
John
> -----Original Message-----
> From: DPR [mailto:info-IGm5bqYn3xwb1SvskN2V4Q@public.gmane.org]
> Sent: Friday, February 28, 2003 4:47 PM
> To: Cagle, John (ISS-Houston); acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> Subject: RE: [ACPI] APIC, USB mouse and errors
>
>
> Here are the messages the ACPI/APIC system produces during
> the boot process. Perhaps this will provide the information
> you need to fix my problem :) I don't understand why there're
> no IRQs above 17 ! Windows maps the IRQs 18, 19, 21 and 23
> for my audio/IEEE 1394/USB and ethernet devices.
>
> Besides - the latest "20030228" version doesn't fix my
> problem. Same "APIC error on CPU0 40(40)" messages if I use
> the "noapic" parameter and "USB device not accepting new
> address" error if I don't use "noapic".
>
> Thanks for any answer in advance,
>
> HOLGER
>
> > What does 'cat /proc/interrupts' show when your running this
> > new kernel?
> >
> > Regards,
> > John
> > --------------------------------
> > John Cagle john.cagle-VXdhtT5mjnY@public.gmane.org
> > Principal Member Technical Staff
> > Industry Standard Servers
> > Hewlett-Packard Company
> > http://www.hp.com/linux
>
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply [flat|nested] 6+ messages in thread[parent not found: <C50AB9511EE59B49B2A503CB7AE1ABD10440E418-Iar2LzuD2f6P0FQRY6S+e9kSKC0Mw0DFJ8am2ALHCgk@public.gmane.org>]
* RE: APIC, USB mouse and errors [not found] ` <C50AB9511EE59B49B2A503CB7AE1ABD10440E418-Iar2LzuD2f6P0FQRY6S+e9kSKC0Mw0DFJ8am2ALHCgk@public.gmane.org> @ 2003-03-01 2:45 ` DPR 0 siblings, 0 replies; 6+ messages in thread From: DPR @ 2003-03-01 2:45 UTC (permalink / raw) To: 'Cagle, John (ISS-Houston)', acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f [-- Attachment #1: Type: text/plain, Size: 1071 bytes --] Hi John, YOU GOT IT - GREAT JOB !!! I made an ugly but working hack in "mp_config_acpi_legacy_irqs" - I simply forced the trigger mode to "level" for my USB-IRQs. And now everything works fine !!! If you find another way to fix it - let me know ;) Besides, do you know why the high IRQs (>17) are not used at all ? I'm just wondering why M$ Windows produces such a different IRQ-mapping - take a look at the attached file (IRQs 0,1,4,6,8,9,13,15-19,21,23 are used). Thanks for your professional help, HOLGER > Holger, > > I think that your APIC IRQs (0..15) aren't getting programmed > properly. > > PCI is using IRQs 10, 11, 12 & 14, but I think the kernel has made an > incorrect assumption that these are ISA IRQs and set them to be > edge-triggered. PCI IRQs are always level-triggered. > > Take a look at arch/i386/kernel/mpparse.c in the > mp_config_acpi_legacy_irqs() routine. It sets interrupts > 0..15 to ISA > bus conforming behavior (edge). > > You might try forcing the kernel to do the right thing and see what > happens. > > Regards, > John [-- Attachment #2: I-O APIC.txt --] [-- Type: text/plain, Size: 3245 bytes --] I/O APIC -------------------------------------------------------------------------------- APIC ID : 2 Implementation Version : 3 Arbitration ID : 1 Base Address : FEC00000h IRQ Assertion Register : Supported +--------+-------------+----------+----------+---------+--------+----------------------------------+ | APIC | Interrupt | Delivery | Polarity | Trigger | Remote | Destination | | INTIN# | Vector | Mode | Active- | Mode | IRR | | +--------+-------------+----------+----------+---------+--------+----------------------------------+ | 00h | FFh (Masked)| Fixed | High | Level | 0 | APIC ID = 0 | | 01h | 93h | Lowest | High | Level | 0 | Processors = 0 | | 02h | FFh (Masked)| Fixed | High | Level | 0 | APIC ID = 0 | | 03h | FFh (Masked)| Fixed | High | Level | 0 | APIC ID = 0 | | 04h | 92h | Lowest | High | Level | 0 | Processors = 0 | | 05h | FFh (Masked)| Fixed | High | Level | 0 | APIC ID = 0 | | 06h | B3h (Masked)| Lowest | High | Level | 0 | Processors = 0 | | 07h | FFh (Masked)| Fixed | High | Level | 0 | APIC ID = 0 | | 08h | D1h | Fixed | High | Level | 0 | Processors = 0 | | 09h | B1h | Lowest | Low | Edge | 0 | Processors = 0 | | 0Ah | FFh (Masked)| Fixed | High | Level | 0 | APIC ID = 0 | | 0Bh | FFh (Masked)| Fixed | High | Level | 0 | APIC ID = 0 | | 0Ch | FFh (Masked)| Fixed | High | Level | 0 | APIC ID = 0 | | 0Dh | FFh (Masked)| Fixed | High | Level | 0 | APIC ID = 0 | | 0Eh | FFh (Masked)| Fixed | High | Level | 0 | APIC ID = 0 | | 0Fh | 82h | Lowest | High | Level | 0 | Processors = 0 | | 10h | 63h | Lowest | Low | Edge | 0 | Processors = 0 | | 11h | 73h | Lowest | Low | Edge | 0 | Processors = 0 | | 12h | B4h | Lowest | Low | Edge | 0 | Processors = 0 | | 13h | 83h | Lowest | Low | Edge | 0 | Processors = 0 | | 14h | FFh (Masked)| Fixed | High | Level | 0 | APIC ID = 0 | | 15h | A4h | Lowest | Low | Edge | 0 | Processors = 0 | | 16h | FFh (Masked)| Fixed | High | Level | 0 | APIC ID = 0 | | 17h | 94h | Lowest | Low | Edge | 0 | Processors = 0 | +--------+-------------+----------+----------+---------+--------+----------------------------------+ ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2003-03-01 2:45 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-27 13:13 APIC, USB mouse and errors DPR
-- strict thread matches above, loose matches on Subject: below --
2003-02-27 13:39 Cagle, John (ISS-Houston)
[not found] ` <C50AB9511EE59B49B2A503CB7AE1ABD10476BF94-Iar2LzuD2f6P0FQRY6S+e9kSKC0Mw0DFJ8am2ALHCgk@public.gmane.org>
2003-02-27 15:22 ` DPR
2003-02-28 22:47 ` DPR
2003-02-28 23:47 Cagle, John (ISS-Houston)
[not found] ` <C50AB9511EE59B49B2A503CB7AE1ABD10440E418-Iar2LzuD2f6P0FQRY6S+e9kSKC0Mw0DFJ8am2ALHCgk@public.gmane.org>
2003-03-01 2:45 ` DPR
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox