[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] IO-APIC interrupts getting stuck
El 16/12/14 a les 18.59, Andrew Cooper ha escrit: > On 16/12/14 17:34, Roger Pau Monnà wrote: >> Hello, >> >> While working on the FreeBSD PVH Dom0 port I've realized that IO-APIC >> interrupts get stuck in a very strange state very easily with the >> current PIRQ implementation that I'm using on FreeBSD. >> >> Since I'm not sure what is going on, I would like to ask for some >> feedback and possible solutions, because at this point I'm running out >> of ideas of what's happening. >> >> In this case I'm going to use IRQ 17 as an example, which is shared >> between an Intel(R) PRO/1000 nic, a Broadcom NetXtreme Gigabit nic and >> an Intel 82801JI (ICH10) USB controller. >> >> Usually during the boot process, or very shortly after it, Dom0 looses >> interrupts from IRQ 17, dumping IRQ information from Xen ('i' key), >> gives the following output: >> >> (XEN) IRQ: 17 affinity:00000001 vec:a8 type=IO-APIC-level >> status=00000010 in-flight=0 domain-list=0: 17(---), >> ... >> (XEN) IRQ 17 Vec168: >> (XEN) Apic 0x00, Pin 17: vec=a8 delivery=LoPri dest=L status=1 >> polarity=1 irr=1 trig=L mask=0 dest_id:1 >> >> I've also added some event channel debug functions to the FreeBSD >> in-kernel debugger in order to print the status of event channels: >> >> Port 15 Type: PIRQ >> Pirq: 17 ActiveHi: 0 EdgeTrigger: 0 NeedsEOI: 1 >> Masked: 0 Pending: 0 >> Per-CPU Masks: cpu#0: 0 cpu#1: 0 cpu#2: 1 cpu#3: 0 cpu#4: 0 cpu#5: 0 >> cpu#6: 0 cpu#7: 0 >> >> And the corresponding line from the Xen 'e' debug key: >> >> (XEN) 15 [0/0/1]: s=4 n=2 x=0 p=17 i=17 >> >> This makes me thing that the FreeBSD kernel is failing to EOI the >> vector (because of the irr=1 in the Xen IRQ debug info), so I've also >> added a function to the debugger that allows me to EOI a vector from >> it. But even after issuing a PHYSDEVOP_eoi hypercall on the affected >> PIRQ (17), the status is exactly the same, because pirq->masked == 0, >> so desc_guest_eoi fails to EOI the vector (see xen/arch/x86/irq.c:1433). >> >> So now I'm wondering, how can I "unstuck" this IRQ, and how did it get >> into this strange state? >> >> Roger. > > Do you have a xen dmesg with full debugging? According to the first > line from 'i', Xen believes that the irq in question is not in need of > an EOI, which is clearly contrary to the IOAPICs view of the world. > > Some random suggestions: does altering interrupt remapping make a > difference? does altering the ioapic_ack_mode make a difference? I haven't been able to get into this stuck state with ioapic_ack=old, but I have another box with the same hardware running a Linux PVH Dom0 with ioapic_ack=new which doesn't exhibit this issue AFAICT. So it's either a problem in the PIRQ implementation on FreeBSD, or some quick on the hardware that's triggered by the implementation in FreeBSD. Here is the full dmesg: OK set hw.pci.enable_msix=0 OK set hw.pci.enable_msi=0 OK boot Booting... Xen 4.5.0-rc (XEN) Xen version 4.5.0-rc (root@) (gcc47 (FreeBSD Ports Collection) 4.7.4) debug=y Thu Dec 11 11:58:42 UTC 2014 (XEN) Latest ChangeSet: Thu Dec 11 12:50:55 2014 +0100 git:4a6c935 (XEN) Bootloader: unknown (XEN) Command line: dom0_mem=2048M iommu=debug,no-intremap dom0_max_vcpus=8 dom0pvh=1 guest_loglvl=all loglvl=all console=com1 nmi=dom0 (XEN) Video information: (XEN) VGA is text mode 80x25, font 8x16 (XEN) VBE/DDC methods: V2; EDID transfer time: 1 seconds (XEN) EDID info not retrieved because of reasons unknown (XEN) Disc information: (XEN) Found 1 MBR signatures (XEN) Found 2 EDD information structures (XEN) Xen-e820 RAM map: (XEN) 0000000000000000 - 0000000000092800 (usable) (XEN) 00000000000f0000 - 0000000000100000 (reserved) (XEN) 0000000000100000 - 00000000dfdf9c00 (usable) (XEN) 00000000dfdf9c00 - 00000000dfe4bc00 (ACPI NVS) (XEN) 00000000dfe4bc00 - 00000000dfe4dc00 (ACPI data) (XEN) 00000000dfe4dc00 - 00000000e0000000 (reserved) (XEN) 00000000f8000000 - 00000000fd000000 (reserved) (XEN) 00000000fe000000 - 00000000fed00400 (reserved) (XEN) 00000000fee00000 - 00000000fef00000 (reserved) (XEN) 00000000ffb00000 - 0000000100000000 (reserved) (XEN) 0000000100000000 - 00000001a0000000 (usable) (XEN) ACPI: RSDP 000FEC30, 0024 (r2 DELL ) (XEN) ACPI: XSDT 000FCCC7, 007C (r1 DELL B10K 15 ASL 61) (XEN) ACPI: FACP 000FCDB7, 00F4 (r3 DELL B10K 15 ASL 61) (XEN) ACPI: DSDT FFE9E951, 4A74 (r1 DELL dt_ex 1000 INTL 20050624) (XEN) ACPI: FACS DFDF9C00, 0040 (XEN) ACPI: SSDT FFEA34D6, 009C (r1 DELL st_ex 1000 INTL 20050624) (XEN) ACPI: APIC 000FCEAB, 015E (r1 DELL B10K 15 ASL 61) (XEN) ACPI: BOOT 000FD009, 0028 (r1 DELL B10K 15 ASL 61) (XEN) ACPI: ASF! 000FD031, 0096 (r32 DELL B10K 15 ASL 61) (XEN) ACPI: MCFG 000FD0C7, 003C (r1 DELL B10K 15 ASL 61) (XEN) ACPI: HPET 000FD103, 0038 (r1 DELL B10K 15 ASL 61) (XEN) ACPI: TCPA 000FD35F, 0032 (r1 DELL B10K 15 ASL 61) (XEN) ACPI: DMAR 000FD391, 00C8 (r1 DELL B10K 15 ASL 61) (XEN) ACPI: SLIC 000FD13B, 0176 (r1 DELL B10K 15 ASL 61) (XEN) ACPI: SSDT DFE4DC00, 15C4 (r1 INTEL PPM RCM 80000001 INTL 20061109) (XEN) System RAM: 6141MB (6288940kB) (XEN) No NUMA configuration found (XEN) Faking a node at 0000000000000000-00000001a0000000 (XEN) Domain heap initialised (XEN) DMI 2.5 present. (XEN) Using APIC driver default (XEN) ACPI: PM-Timer IO Port: 0x808 (XEN) ACPI: SLEEP INFO: pm1x_cnt[1:804,1:0], pm1x_evt[1:800,1:0] (XEN) ACPI: wakeup_vec[dfdf9c0c], vec_size[20] (XEN) ACPI: Local APIC address 0xfee00000 (XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled) (XEN) Processor #0 7:10 APIC version 21 (XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled) (XEN) Processor #2 7:10 APIC version 21 (XEN) ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled) (XEN) Processor #4 7:10 APIC version 21 (XEN) ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled) (XEN) Processor #6 7:10 APIC version 21 (XEN) ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled) (XEN) Processor #1 7:10 APIC version 21 (XEN) ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled) (XEN) Processor #3 7:10 APIC version 21 (XEN) ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled) (XEN) Processor #5 7:10 APIC version 21 (XEN) ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled) (XEN) Processor #7 7:10 APIC version 21 (XEN) ACPI: LAPIC (acpi_id[0x09] lapic_id[0x00] disabled) (XEN) ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x00] disabled) (XEN) ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x00] disabled) (XEN) ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x00] disabled) (XEN) ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x00] disabled) (XEN) ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x00] disabled) (XEN) ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x00] disabled) (XEN) ACPI: LAPIC (acpi_id[0x10] lapic_id[0x00] disabled) (XEN) ACPI: LAPIC (acpi_id[0x11] lapic_id[0x00] disabled) (XEN) ACPI: LAPIC (acpi_id[0x12] lapic_id[0x00] disabled) (XEN) ACPI: LAPIC (acpi_id[0x13] lapic_id[0x00] disabled) (XEN) ACPI: LAPIC (acpi_id[0x14] lapic_id[0x00] disabled) (XEN) ACPI: LAPIC (acpi_id[0x15] lapic_id[0x00] disabled) (XEN) ACPI: LAPIC (acpi_id[0x16] lapic_id[0x00] disabled) (XEN) ACPI: LAPIC (acpi_id[0x17] lapic_id[0x00] disabled) (XEN) ACPI: LAPIC (acpi_id[0x18] lapic_id[0x00] disabled) (XEN) ACPI: LAPIC (acpi_id[0x19] lapic_id[0x00] disabled) (XEN) ACPI: LAPIC (acpi_id[0x1a] lapic_id[0x00] disabled) (XEN) ACPI: LAPIC (acpi_id[0x1b] lapic_id[0x00] disabled) (XEN) ACPI: LAPIC (acpi_id[0x1c] lapic_id[0x00] disabled) (XEN) ACPI: LAPIC (acpi_id[0x1d] lapic_id[0x00] disabled) (XEN) ACPI: LAPIC (acpi_id[0x1e] lapic_id[0x00] disabled) (XEN) ACPI: LAPIC (acpi_id[0x1f] lapic_id[0x00] disabled) (XEN) ACPI: LAPIC (acpi_id[0x20] lapic_id[0x00] disabled) (XEN) ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1]) (XEN) ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0]) (XEN) IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23 (XEN) ACPI: IOAPIC (id[0x09] address[0xfec80000] gsi_base[24]) (XEN) IOAPIC[1]: apic_id 9, version 32, address 0xfec80000, GSI 24-47 (XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) (XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) (XEN) ACPI: IRQ0 used by override. (XEN) ACPI: IRQ2 used by override. (XEN) ACPI: IRQ9 used by override. (XEN) Enabling APIC mode: Flat. Using 2 I/O APICs (XEN) ACPI: HPET id: 0x8086a301 base: 0xfed00000 (XEN) [VT-D]dmar.c:788: Host address width 36 (XEN) [VT-D]dmar.c:802: found ACPI_DMAR_DRHD: (XEN) [VT-D]dmar.c:472: dmaru->address = fedc0000 (XEN) [VT-D]iommu.c:1146: drhd->address = fedc0000 iommu->reg = ffff82c000201000 (XEN) [VT-D]iommu.c:1148: cap = c90780106f0462 ecap = f020fe (XEN) [VT-D]dmar.c:397: IOAPIC: 0000:00:13.0 (XEN) [VT-D]dmar.c:397: IOAPIC: 0000:00:1f.7 (XEN) [VT-D]dmar.c:486: flags: INCLUDE_ALL (XEN) [VT-D]dmar.c:807: found ACPI_DMAR_RMRR: (XEN) [VT-D]dmar.c:383: endpoint: 0000:00:1d.0 (XEN) [VT-D]dmar.c:383: endpoint: 0000:00:1d.1 (XEN) [VT-D]dmar.c:383: endpoint: 0000:00:1d.2 (XEN) [VT-D]dmar.c:383: endpoint: 0000:00:1d.7 (XEN) [VT-D]dmar.c:383: endpoint: 0000:00:1a.0 (XEN) [VT-D]dmar.c:383: endpoint: 0000:00:1a.1 (XEN) [VT-D]dmar.c:383: endpoint: 0000:00:1a.2 (XEN) [VT-D]dmar.c:383: endpoint: 0000:00:1a.7 (XEN) [VT-D]dmar.c:676: RMRR region: base_addr dfe58000 end_address dfe6ffff (XEN) [VT-D]dmar.c:812: found ACPI_DMAR_ATSR: (XEN) [VT-D]dmar.c:705: atsru->all_ports: 0 (XEN) [VT-D]dmar.c:353: bridge: 0000:00:01.0 start=0 sec=1 sub=1 (XEN) [VT-D]dmar.c:353: bridge: 0000:00:03.0 start=0 sec=2 sub=2 (XEN) [VT-D]dmar.c:353: bridge: 0000:00:07.0 start=0 sec=3 sub=3 (XEN) ERST table was not found (XEN) Using ACPI (MADT) for SMP configuration information (XEN) SMP: Allowing 32 CPUs (24 hotplug CPUs) (XEN) IRQ limits: 48 GSI, 1504 MSI/MSI-X (XEN) Using scheduler: SMP Credit Scheduler (credit) (XEN) Detected 3066.885 MHz processor. (XEN) Initing memory sharing. (XEN) mce_intel.c:719: MCA Capability: BCAST 1 SER 0 CMCI 1 firstbank 0 extended MCE MSR 0 (XEN) Intel machine check reporting enabled (XEN) alt table ffff82d0802d9e10 -> ffff82d0802dae30 (XEN) PCI: MCFG configuration 0: base f8000000 segment 0000 buses 00 - 3f (XEN) PCI: MCFG area at f8000000 reserved in E820 (XEN) PCI: Using MCFG for segment 0000 bus 00-3f (XEN) Intel VT-d iommu 0 supported page sizes: 4kB. (XEN) Intel VT-d Snoop Control enabled. (XEN) Intel VT-d Dom0 DMA Passthrough not enabled. (XEN) Intel VT-d Queued Invalidation enabled. (XEN) Intel VT-d Interrupt Remapping not enabled. (XEN) Intel VT-d Shared EPT tables not enabled. (XEN) I/O virtualisation enabled (XEN) - Dom0 mode: Relaxed (XEN) Interrupt remapping disabled (XEN) ENABLING IO-APIC IRQs (XEN) -> Using new ACK method (XEN) ..TIMER: vector=0xF0 apic1=0 pin1=2 apic2=-1 pin2=-1 (XEN) Platform timer is 14.318MHz HPET (XEN) Allocated console ring of 64 KiB. (XEN) mwait-idle: MWAIT substates: 0x1120 (XEN) mwait-idle: v0.4 model 0x1a (XEN) mwait-idle: lapic_timer_reliable_states 0x2 (XEN) HPET: 0 timers usable for broadcast (4 total) (XEN) VMX: Supported advanced features: (XEN) - APIC MMIO access virtualisation (XEN) - APIC TPR shadow (XEN) - Extended Page Tables (EPT) (XEN) - Virtual-Processor Identifiers (VPID) (XEN) - Virtual NMI (XEN) - MSR direct-access bitmap (XEN) HVM: ASIDs enabled. (XEN) HVM: VMX enabled (XEN) HVM: Hardware Assisted Paging (HAP) detected (XEN) HVM: HAP page sizes: 4kB, 2MB (XEN) Brought up 8 CPUs (XEN) ACPI sleep modes: S3 (XEN) mcheck_poll: Machine check polling timer started. (XEN) *** LOADING DOMAIN 0 *** (XEN) elf_parse_binary: phdr: paddr=0xffffffff80200000 memsz=0x101ffb8 (XEN) elf_parse_binary: phdr: paddr=0xffffffff81420000 memsz=0x528790 (XEN) elf_parse_binary: memory: 0xffffffff80200000 -> 0xffffffff81948790 (XEN) elf_xen_parse_note: GUEST_OS = "FreeBSD" (XEN) elf_xen_parse_note: GUEST_VERSION = "0x10c911" (XEN) elf_xen_parse_note: XEN_VERSION = "xen-3.0" (XEN) elf_xen_parse_note: VIRT_BASE = 0xffffffff80000000 (XEN) elf_xen_parse_note: PADDR_OFFSET = 0xffffffff80000000 (XEN) elf_xen_parse_note: ENTRY = 0xffffffff80d4b000 (XEN) elf_xen_parse_note: HYPERCALL_PAGE = 0xffffffff80d4a000 (XEN) elf_xen_parse_note: HV_START_LOW = 0xffff800000000000 (XEN) elf_xen_parse_note: FEATURES = "writable_descriptor_tables|auto_translated_physmap|supervisor_mode_kernel|hvm_callback_vector" (XEN) elf_xen_parse_note: PAE_MODE = "yes" (XEN) elf_xen_parse_note: unknown xen elf note (0xd) (XEN) elf_xen_parse_note: LOADER = "generic" (XEN) elf_xen_parse_note: SUSPEND_CANCEL = 0x0 (XEN) elf_xen_parse_note: BSD_SYMTAB = "yes" (XEN) elf_xen_parse: using notes from SHT_NOTE section (XEN) elf_xen_addr_calc_check: addresses: (XEN) virt_base = 0xffffffff80000000 (XEN) elf_paddr_offset = 0xffffffff80000000 (XEN) virt_offset = 0x0 (XEN) virt_kstart = 0xffffffff80200000 (XEN) virt_kend = 0xffffffff81c4d3b0 (XEN) virt_entry = 0xffffffff80d4b000 (XEN) p2m_base = 0xffffffffffffffff (XEN) Xen kernel: 64-bit, lsb, compat32 (XEN) Dom0 kernel: 64-bit, PAE, lsb, paddr 0xffffffff80200000 -> 0xffffffff81948790 (XEN) Dom0 symbol map 0xffffffff81948790 -> 0xffffffff81c4d3b0 (XEN) PHYSICAL MEMORY ARRANGEMENT: (XEN) Dom0 alloc.: 0000000194000000->0000000198000000 (507000 pages to be allocated) (XEN) Init. ramdisk: 000000019fc78000->00000001a0000000 (XEN) VIRTUAL MEMORY ARRANGEMENT: (XEN) Loaded kernel: ffffffff80200000->ffffffff81c4d3b0 (XEN) Init. ramdisk: ffffffff81c4e000->ffffffff81fd6000 (XEN) Phys-Mach map: ffffffff81fd6000->ffffffff823d6000 (XEN) Start info: ffffffff823d6000->ffffffff823d74b4 (XEN) Page tables: ffffffff823d8000->ffffffff823ef000 (XEN) Boot stack: ffffffff823ef000->ffffffff823f0000 (XEN) TOTAL: ffffffff80000000->ffffffff82800000 (XEN) ENTRY ADDRESS: ffffffff80d4b000 (XEN) Dom0 has maximum 8 VCPUs (XEN) elf_load_binary: phdr 2 at 0xffffffff80200000 -> 0xffffffff8121ffb8 (XEN) elf_load_binary: phdr 3 at 0xffffffff81420000 -> 0xffffffff8154dba0 (XEN) elf_load_bsdsyms: shdr 4 at 0xffff83019e847c10 -> 0xffffffff81949318 (XEN) elf_load_bsdsyms: shdr 42 at 0xffff83019f9c8e93 -> 0xffffffff8199f108 (XEN) elf_load_bsdsyms: shdr 43 at 0xffff83019f9c9c20 -> 0xffffffff8199f358 (XEN) elf_load_bsdsyms: shdr 44 at 0xffff83019fb12fa8 -> 0xffffffff81ae86e0 (XEN) [VT-D]iommu.c:1430: d0:Hostbridge: skip 0000:00:00.0 map (XEN) Found masked UR signaling on 0000:00:00.0 (XEN) Found masked UR signaling on 0000:00:01.0 (XEN) Found masked UR signaling on 0000:00:03.0 (XEN) Found masked UR signaling on 0000:00:07.0 (XEN) [VT-D]iommu.c:1444: d0:PCIe: map 0000:00:14.0 (XEN) Masked VT-d error signaling on 0000:00:14.0 (XEN) [VT-D]iommu.c:1444: d0:PCIe: map 0000:00:14.1 (XEN) [VT-D]iommu.c:1444: d0:PCIe: map 0000:00:14.2 (XEN) [VT-D]iommu.c:1456: d0:PCI: map 0000:00:1a.0 (XEN) [VT-D]iommu.c:1456: d0:PCI: map 0000:00:1a.1 (XEN) [VT-D]iommu.c:1456: d0:PCI: map 0000:00:1a.2 (XEN) [VT-D]iommu.c:1456: d0:PCI: map 0000:00:1a.7 (XEN) [VT-D]iommu.c:1444: d0:PCIe: map 0000:00:1b.0 (XEN) [VT-D]iommu.c:1456: d0:PCI: map 0000:00:1d.0 (XEN) [VT-D]iommu.c:1456: d0:PCI: map 0000:00:1d.1 (XEN) [VT-D]iommu.c:1456: d0:PCI: map 0000:00:1d.2 (XEN) [VT-D]iommu.c:1456: d0:PCI: map 0000:00:1d.7 (XEN) [VT-D]iommu.c:1456: d0:PCI: map 0000:00:1f.0 (XEN) [VT-D]iommu.c:1456: d0:PCI: map 0000:00:1f.2 (XEN) [VT-D]iommu.c:1456: d0:PCI: map 0000:00:1f.3 (XEN) [VT-D]iommu.c:1444: d0:PCIe: map 0000:01:00.0 (XEN) [VT-D]iommu.c:1444: d0:PCIe: map 0000:01:00.1 (XEN) [VT-D]iommu.c:1444: d0:PCIe: map 0000:02:00.0 (XEN) [VT-D]iommu.c:1444: d0:PCIe: map 0000:04:00.0 (XEN) [VT-D]iommu.c:1444: d0:PCIe: map 0000:04:00.1 (XEN) [VT-D]iommu.c:1444: d0:PCIe: map 0000:05:00.0 (XEN) [VT-D]iommu.c:1430: d0:Hostbridge: skip 0000:3f:00.0 map (XEN) [VT-D]iommu.c:1430: d0:Hostbridge: skip 0000:3f:00.1 map (XEN) [VT-D]iommu.c:1430: d0:Hostbridge: skip 0000:3f:02.0 map (XEN) [VT-D]iommu.c:1430: d0:Hostbridge: skip 0000:3f:02.1 map (XEN) [VT-D]iommu.c:1430: d0:Hostbridge: skip 0000:3f:03.0 map (XEN) [VT-D]iommu.c:1430: d0:Hostbridge: skip 0000:3f:03.1 map (XEN) [VT-D]iommu.c:1430: d0:Hostbridge: skip 0000:3f:03.4 map (XEN) [VT-D]iommu.c:1430: d0:Hostbridge: skip 0000:3f:04.0 map (XEN) [VT-D]iommu.c:1430: d0:Hostbridge: skip 0000:3f:04.1 map (XEN) [VT-D]iommu.c:1430: d0:Hostbridge: skip 0000:3f:04.2 map (XEN) [VT-D]iommu.c:1430: d0:Hostbridge: skip 0000:3f:04.3 map (XEN) [VT-D]iommu.c:1430: d0:Hostbridge: skip 0000:3f:05.0 map (XEN) [VT-D]iommu.c:1430: d0:Hostbridge: skip 0000:3f:05.1 map (XEN) [VT-D]iommu.c:1430: d0:Hostbridge: skip 0000:3f:05.2 map (XEN) [VT-D]iommu.c:1430: d0:Hostbridge: skip 0000:3f:05.3 map (XEN) [VT-D]iommu.c:1430: d0:Hostbridge: skip 0000:3f:06.0 map (XEN) [VT-D]iommu.c:1430: d0:Hostbridge: skip 0000:3f:06.1 map (XEN) [VT-D]iommu.c:1430: d0:Hostbridge: skip 0000:3f:06.2 map (XEN) [VT-D]iommu.c:1430: d0:Hostbridge: skip 0000:3f:06.3 map (XEN) [VT-D]iommu.c:739: iommu_enable_translation: iommu->reg = ffff82c000201000 (XEN) Scrubbing Free RAM on 1 nodes using 4 CPUs (XEN) .............done. (XEN) Initial low memory virq threshold set at 0x4000 pages. (XEN) Std. Loglevel: All (XEN) Guest Loglevel: All (XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input to Xen) (XEN) Freed 288kB init memory. FreeBSD PVH running on xen-3.0-x86_64p GDB: no debug ports present KDB: debugger backends: ddb KDB: current backend: ddb SMAP type=01 base=0000000000000000 len=0000000000092800 SMAP type=02 base=00000000000f0000 len=0000000000010000 SMAP type=01 base=0000000000100000 len=000000007ff6d000 SMAP type=04 base=00000000dfdf9c00 len=0000000000052000 SMAP type=03 base=00000000dfe4bc00 len=0000000000002000 SMAP type=02 base=00000000dfe4dc00 len=00000000001b2400 SMAP type=02 base=00000000f8000000 len=0000000005000000 SMAP type=02 base=00000000fe000000 len=0000000000d00400 SMAP type=02 base=00000000fee00000 len=0000000000100000 SMAP type=02 base=00000000ffb00000 len=0000000000500000 Table 'FACP' at 0xfcdb7 Table 'SSDT' at 0xffea34d6 Table 'APIC' at 0xfceab APIC: Found table at 0xfceab APIC: Using the Xen PV enumerator. SMP: Added CPU 0 (BSP) SMP: Added CPU 2 (AP) SMP: Added CPU 4 (AP) SMP: Added CPU 6 (AP) SMP: Added CPU 8 (AP) SMP: Added CPU 10 (AP) SMP: Added CPU 12 (AP) SMP: Added CPU 14 (AP) Copyright (c) 1992-2014 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 11.0-CURRENT #147 b7d59cf(pvh_dom0)-dirty: Wed Dec 17 10:40:14 UTC 2014 root@odin:/usr/obj/usr/src/sys/GENERIC amd64 FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 WARNING: WITNESS option enabled, expect reduced performance. VT: running with driver "vga". (XEN) irq.c:380: Dom0 callback via changed to Direct Vector 0x93 Preloaded elf multiboot kernel "/boot/xen6" at 0xffffffff81c4e000. Preloaded elf kernel "/boot/kernel/kernel" at 0xffffffff81c4e198. Preloaded elf obj module "/boot/kernel/zfs.ko" at 0xffffffff81c4e270. Preloaded elf obj module "/boot/kernel/opensolaris.ko" at 0xffffffff81c4ea98. Calibrating TSC clock ... TSC clock: 3066781767 Hz CPU: Intel(R) Xeon(R) CPU W3550 @ 3.07GHz (3066.78-MHz K8-class CPU) Origin="GenuineIntel" Id=0x106a5 Family=0x6 Model=0x1a Stepping=5 Features=0x1fc3ebff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,PGE,MCA,CMOV,PAT,PSE36,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT> Features2=0x80982281<SSE3,EST,SSSE3,CX16,SSE4.1,SSE4.2,POPCNT,HV> AMD Features=0x20100800<SYSCALL,NX,LM> AMD Features2=0x1<LAHF> TSC: P-state invariant, performance statistics Data TLB: 4 KB pages, 4-way set associative, 64 entries 1st-level data cache: 32 KB, 8-way set associative, 64 byte line size L2 cache: 256 kbytes, 8-way associative, 64 bytes/line Hypervisor: Origin = "XenVMMXenVMM" real memory = 2147930112 (2048 MB) Physical memory chunk(s): 0x0000000000001000 - 0x0000000000091fff, 593920 bytes (145 pages) 0x0000000000100000 - 0x00000000001fffff, 1048576 bytes (256 pages) 0x0000000002420000 - 0x000000007cbdffff, 2054946816 bytes (501696 pages) avail memory = 2031960064 (1937 MB) INTR: Adding local APIC 2 as a target INTR: Adding local APIC 4 as a target INTR: Adding local APIC 6 as a target INTR: Adding local APIC 8 as a target INTR: Adding local APIC 10 as a target INTR: Adding local APIC 12 as a target INTR: Adding local APIC 14 as a target FreeBSD/SMP: Multiprocessor System Detected: 8 CPUs FreeBSD/SMP: 1 package(s) x 8 core(s) cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 2 cpu2 (AP): APIC ID: 4 cpu3 (AP): APIC ID: 6 cpu4 (AP): APIC ID: 8 cpu5 (AP): APIC ID: 10 cpu6 (AP): APIC ID: 12 cpu7 (AP): APIC ID: 14 x86bios: IVT 0x000000-0x0004ff at 0xfffff80000000000 x86bios: SSEG 0x001000-0x001fff at 0xfffffe007b5cd000 x86bios: ROM 0x0a0000-0x0fefff at 0xfffff800000a0000 random device not loaded/active; using insecure pseudo-random number generator ULE: setup cpu 0 ULE: setup cpu 1 ULE: setup cpu 2 ULE: setup cpu 3 ULE: setup cpu 4 ULE: setup cpu 5 ULE: setup cpu 6 ULE: setup cpu 7 Xen interrupt system initialized Table 'FACP' at 0xfcdb7 Table 'SSDT' at 0xffea34d6 Table 'APIC' at 0xfceab APIC: Found table at 0xfceab ACPI: RSDP 0x00000000000FEC30 000024 (v02 DELL ) ACPI: XSDT 0x00000000000FCCC7 00007C (v01 DELL B10K 00000015 ASL 00000061) ACPI: FACP 0x00000000000FCDB7 0000F4 (v03 DELL B10K 00000015 ASL 00000061) ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: 128/64 (20140926/tbfadt-646) ACPI: DSDT 0x00000000FFE9E951 004A74 (v01 DELL dt_ex 00001000 INTL 20050624) ACPI: FACS 0x00000000DFDF9C00 000040 ACPI: SSDT 0x00000000FFEA34D6 00009C (v01 DELL st_ex 00001000 INTL 20050624) ACPI: APIC 0x00000000000FCEAB 00015E (v01 DELL B10K 00000015 ASL 00000061) ACPI: BOOT 0x00000000000FD009 000028 (v01 DELL B10K 00000015 ASL 00000061) ACPI: ASF! 0x00000000000FD031 000096 (v32 DELL B10K 00000015 ASL 00000061) ACPI: MCFG 0x00000000000FD0C7 00003C (v01 DELL B10K 00000015 ASL 00000061) ACPI: HPET 0x00000000000FD103 000038 (v01 DELL B10K 00000015 ASL 00000061) ACPI: TCPA 0x00000000000FD35F 000032 (v01 DELL B10K 00000015 ASL 00000061) ACPI: DMAR 0x00000000000FD391 0000C8 (v01 DELL B10K 00000015 ASL 00000061) ACPI: SLIC 0x00000000000FD13B 000176 (v01 DELL B10K 00000015 ASL 00000061) ACPI: SSDT 0x00000000DFE4DC00 0015C4 (v01 INTEL PPM RCM 80000001 INTL 20061109) MADT: Interrupt override: source 0, irq 2 xen: register IRQ#2 MADT: Interrupt override: source 9, irq 9 xen: register IRQ#9 cpu0 BSP XEN PV LAPIC snd_unit_init() u=0x00ff8000 [512] d=0x00007c00 [32] c=0x000003ff [1024] feeder_register: snd_unit=-1 snd_maxautovchans=16 latency=5 feeder_rate_min=1 feeder_rate_max=2016000 feeder_rate_round=25 wlan: <802.11 Link Layer> random: entropy device infrastructure driver random: selecting highest priority adaptor <Dummy> kbd: new array size 4 kbd1 at kbdmux0 mem: <memory> nfslock: pseudo-device netmap: loaded module null: <full device, null device, zero device> module_register_init: MOD_LOAD (vesa, 0xffffffff80dd54a0, 0) error 19 io: <I/O> random: SOFT: yarrow init() random: selecting highest priority adaptor <Yarrow> VMBUS: load hptrr: RocketRAID 17xx/2xxx SATA controller driver v1.2 hptnr: R750/DC7280 controller driver v1.0.1 hpt27xx: RocketRAID 27xx controller driver v1.1 vtvga0: <vt_vga driver> on motherboard xenpv0: <Xen PV bus> on motherboard granttable0: <Xen Grant-table Device> on xenpv0 Grant table initialized xc0: <Xen Console> on xenpv0 xen_et0: <Xen PV Clock> on xenpv0 Event timer "XENTIMER" frequency 1000000000 Hz quality 950 Timecounter "XENTIMER" frequency 1000000000 Hz quality 950 xen_et0: registered as a time-of-day clock (resolution 10000000us, adjustment 5.000000000s) pvcpu0: <Xen PV CPU> on xenpv0 pvcpu1: <Xen PV CPU> on xenpv0 pvcpu2: <Xen PV CPU> on xenpv0 pvcpu3: <Xen PV CPU> on xenpv0 pvcpu4: <Xen PV CPU> on xenpv0 pvcpu5: <Xen PV CPU> on xenpv0 pvcpu6: <Xen PV CPU> on xenpv0 pvcpu7: <Xen PV CPU> on xenpv0 xenstore0: <XenStore> on xenpv0 xsd_dev0: <Xenstored user-space device> on xenpv0 evtchn0: <Xen event channel user-space device> on xenpv0 privcmd0: <Xen privileged interface user-space device> on xenpv0 isa0: <ISA bus> on xenpv0 acpi0: <DELL B10K > on motherboard ACPI: All ACPI Tables successfully acquired PCIe: Memory Mapped configuration base @ 0xf8000000 acpi0: Power Button (fixed) atrtc0: <AT realtime clock> port 0x70-0x7f irq 8 on acpi0 atrtc0: not installed as time-of-day clock: clock xen_et has higher resolution atrtc0: Can't map interrupt. attimer0: <AT timer> port 0x40-0x5f irq 0 on acpi0 Timecounter "i8254" frequency 1193182 Hz quality 0 attimer0: Can't map interrupt. pci_link0: Index IRQ Rtd Ref IRQs Initial Probe 0 11 N 0 3 4 5 6 7 9 10 11 12 15 Validation 0 11 N 0 3 4 5 6 7 9 10 11 12 15 After Disable 0 255 N 0 3 4 5 6 7 9 10 11 12 15 pci_link1: Index IRQ Rtd Ref IRQs Initial Probe 0 10 N 0 3 4 5 6 7 9 10 11 12 15 Validation 0 10 N 0 3 4 5 6 7 9 10 11 12 15 After Disable 0 255 N 0 3 4 5 6 7 9 10 11 12 15 pci_link2: Index IRQ Rtd Ref IRQs Initial Probe 0 5 N 0 3 4 5 6 7 9 10 11 12 15 Validation 0 5 N 0 3 4 5 6 7 9 10 11 12 15 After Disable 0 255 N 0 3 4 5 6 7 9 10 11 12 15 pci_link3: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 3 4 5 6 7 9 10 11 12 15 Validation 0 255 N 0 3 4 5 6 7 9 10 11 12 15 After Disable 0 255 N 0 3 4 5 6 7 9 10 11 12 15 pci_link4: Index IRQ Rtd Ref IRQs Initial Probe 0 9 N 0 3 4 5 6 7 9 10 11 12 15 Validation 0 9 N 0 3 4 5 6 7 9 10 11 12 15 After Disable 0 255 N 0 3 4 5 6 7 9 10 11 12 15 pci_link5: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 3 4 5 6 7 9 10 11 12 15 Validation 0 255 N 0 3 4 5 6 7 9 10 11 12 15 After Disable 0 255 N 0 3 4 5 6 7 9 10 11 12 15 pci_link6: Index IRQ Rtd Ref IRQs Initial Probe 0 9 N 0 3 4 5 6 7 9 10 11 12 15 Validation 0 9 N 0 3 4 5 6 7 9 10 11 12 15 After Disable 0 255 N 0 3 4 5 6 7 9 10 11 12 15 pci_link7: Index IRQ Rtd Ref IRQs Initial Probe 0 5 N 0 3 4 5 6 7 9 10 11 12 15 Validation 0 5 N 0 3 4 5 6 7 9 10 11 12 15 After Disable 0 255 N 0 3 4 5 6 7 9 10 11 12 15 acpi_button0: <Power Button> on acpi0 pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0 pcib0: decoding 5 range 0-0xff pcib0: decoding 4 range 0-0xcf7 pcib0: decoding 4 range 0xd00-0xffff pcib0: decoding 3 range 0xa0000-0xbffff pcib0: decoding 3 range 0xc0000-0xdffff pcib0: decoding 3 range 0xe0000-0xfffff pcib0: decoding 3 range 0xdff00000-0xf7ffffff pcib0: decoding 3 range 0xff980000-0xff980fff pcib0: decoding 3 range 0xff97c000-0xff97ffff pcib0: decoding 3 range 0xfed20000-0xfed9ffff pci0: <Xen ACPI PCI bus> on pcib0 pci0: domain=0, physical bus=0 found-> vendor=0x8086, dev=0x3405, revid=0x22 domain=0, bus=0, slot=0, func=0 class=06-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0100, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 3 supports D0 D3 current D0 MSI supports 2 messages, vector masks pcib0: matched entry for 0.0.INTA pcib0: slot 0 INTA hardwired to IRQ 16 xen: register IRQ#16 (XEN) Found masked UR signaling on 0000:00:00.0 (XEN) PCI add device 0000:00:00.0 found-> vendor=0x8086, dev=0x3408, revid=0x22 domain=0, bus=0, slot=1, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0107, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x02 (500 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 3 supports D0 D3 current D0 MSI supports 2 messages, vector masks pcib0: matched entry for 0.1.INTA pcib0: slot 1 INTA hardwired to IRQ 16 secbus=1, subbus=1 (XEN) Found masked UR signaling on 0000:00:01.0 (XEN) PCI add device 0000:00:01.0 found-> vendor=0x8086, dev=0x340a, revid=0x22 domain=0, bus=0, slot=3, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0107, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x0a (2500 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 3 supports D0 D3 current D0 MSI supports 2 messages, vector masks pcib0: matched entry for 0.3.INTA pcib0: slot 3 INTA hardwired to IRQ 16 secbus=2, subbus=2 (XEN) Found masked UR signaling on 0000:00:03.0 (XEN) PCI add device 0000:00:03.0 found-> vendor=0x8086, dev=0x340e, revid=0x22 domain=0, bus=0, slot=7, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0107, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x02 (500 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 3 supports D0 D3 current D0 MSI supports 2 messages, vector masks pcib0: matched entry for 0.7.INTA pcib0: slot 7 INTA hardwired to IRQ 16 secbus=3, subbus=3 (XEN) Found masked UR signaling on 0000:00:07.0 (XEN) PCI add device 0000:00:07.0 found-> vendor=0x8086, dev=0x342e, revid=0x22 domain=0, bus=0, slot=20, func=0 class=08-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) (XEN) Masked VT-d error signaling on 0000:00:14.0 (XEN) PCI add device 0000:00:14.0 found-> vendor=0x8086, dev=0x3422, revid=0x22 domain=0, bus=0, slot=20, func=1 class=08-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) (XEN) PCI add device 0000:00:14.1 found-> vendor=0x8086, dev=0x3423, revid=0x22 domain=0, bus=0, slot=20, func=2 class=08-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) (XEN) PCI add device 0000:00:14.2 found-> vendor=0x8086, dev=0x3a37, revid=0x00 domain=0, bus=0, slot=26, func=0 class=0c-03-00, hdrtype=0x00, mfdev=1 cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 map[20]: type I/O Port, range 32, base 0xff20, size 5, enabled pcib0: allocated type 4 (0xff20-0xff3f) for rid 20 of pci0:0:26:0 pcib0: matched entry for 0.26.INTA pcib0: slot 26 INTA hardwired to IRQ 16 (XEN) PCI add device 0000:00:1a.0 found-> vendor=0x8086, dev=0x3a38, revid=0x00 domain=0, bus=0, slot=26, func=1 class=0c-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=b, irq=10 map[20]: type I/O Port, range 32, base 0xff00, size 5, enabled pcib0: allocated type 4 (0xff00-0xff1f) for rid 20 of pci0:0:26:1 pcib0: matched entry for 0.26.INTB pcib0: slot 26 INTB hardwired to IRQ 17 xen: register IRQ#17 (XEN) PCI add device 0000:00:1a.1 found-> vendor=0x8086, dev=0x3a39, revid=0x00 domain=0, bus=0, slot=26, func=2 class=0c-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=c, irq=9 map[20]: type I/O Port, range 32, base 0xfc00, size 5, enabled pcib0: allocated type 4 (0xfc00-0xfc1f) for rid 20 of pci0:0:26:2 pcib0: matched entry for 0.26.INTC pcib0: slot 26 INTC hardwired to IRQ 22 xen: register IRQ#22 (XEN) PCI add device 0000:00:1a.2 found-> vendor=0x8086, dev=0x3a3c, revid=0x00 domain=0, bus=0, slot=26, func=7 class=0c-03-20, hdrtype=0x00, mfdev=0 cmdreg=0x0106, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=c, irq=9 powerspec 2 supports D0 D3 current D0 map[10]: type Memory, range 32, base 0xf7ffa000, size 10, enabled pcib0: allocated type 3 (0xf7ffa000-0xf7ffa3ff) for rid 10 of pci0:0:26:7 pcib0: matched entry for 0.26.INTC pcib0: slot 26 INTC hardwired to IRQ 22 (XEN) PCI add device 0000:00:1a.7 found-> vendor=0x8086, dev=0x3a3e, revid=0x00 domain=0, bus=0, slot=27, func=0 class=04-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0106, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 2 supports D0 D3 current D0 MSI supports 1 message, 64 bit map[10]: type Memory, range 64, base 0xf7ffc000, size 14, enabled pcib0: allocated type 3 (0xf7ffc000-0xf7ffffff) for rid 10 of pci0:0:27:0 pcib0: matched entry for 0.27.INTA pcib0: slot 27 INTA hardwired to IRQ 16 (XEN) PCI add device 0000:00:1b.0 found-> vendor=0x8086, dev=0x3a40, revid=0x00 domain=0, bus=0, slot=28, func=0 class=06-04-00, hdrtype=0x01, mfdev=1 cmdreg=0x0107, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x02 (500 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 2 supports D0 D3 current D0 MSI supports 1 message pcib0: matched entry for 0.28.INTA pcib0: slot 28 INTA hardwired to IRQ 16 secbus=4, subbus=4 (XEN) PCI add device 0000:00:1c.0 found-> vendor=0x8086, dev=0x3a4a, revid=0x00 domain=0, bus=0, slot=28, func=5 class=06-04-00, hdrtype=0x01, mfdev=1 cmdreg=0x0107, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x02 (500 ns), maxlat=0x00 (0 ns) intpin=b, irq=10 powerspec 2 supports D0 D3 current D0 MSI supports 1 message pcib0: matched entry for 0.28.INTB pcib0: slot 28 INTB hardwired to IRQ 17 secbus=5, subbus=5 (XEN) PCI add device 0000:00:1c.5 found-> vendor=0x8086, dev=0x3a34, revid=0x00 domain=0, bus=0, slot=29, func=0 class=0c-03-00, hdrtype=0x00, mfdev=1 cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=5 map[20]: type I/O Port, range 32, base 0xff80, size 5, enabled pcib0: allocated type 4 (0xff80-0xff9f) for rid 20 of pci0:0:29:0 pcib0: matched entry for 0.29.INTA pcib0: slot 29 INTA hardwired to IRQ 23 xen: register IRQ#23 (XEN) PCI add device 0000:00:1d.0 found-> vendor=0x8086, dev=0x3a35, revid=0x00 domain=0, bus=0, slot=29, func=1 class=0c-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=b, irq=10 map[20]: type I/O Port, range 32, base 0xff60, size 5, enabled pcib0: allocated type 4 (0xff60-0xff7f) for rid 20 of pci0:0:29:1 pcib0: matched entry for 0.29.INTB pcib0: slot 29 INTB hardwired to IRQ 17 (XEN) PCI add device 0000:00:1d.1 found-> vendor=0x8086, dev=0x3a36, revid=0x00 domain=0, bus=0, slot=29, func=2 class=0c-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=c, irq=5 map[20]: type I/O Port, range 32, base 0xff40, size 5, enabled pcib0: allocated type 4 (0xff40-0xff5f) for rid 20 of pci0:0:29:2 pcib0: matched entry for 0.29.INTC pcib0: slot 29 INTC hardwired to IRQ 18 xen: register IRQ#18 (XEN) PCI add device 0000:00:1d.2 found-> vendor=0x8086, dev=0x3a3a, revid=0x00 domain=0, bus=0, slot=29, func=7 class=0c-03-20, hdrtype=0x00, mfdev=0 cmdreg=0x0106, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=5 powerspec 2 supports D0 D3 current D0 map[10]: type Memory, range 32, base 0xff980000, size 10, enabled pcib0: allocated type 3 (0xff980000-0xff9803ff) for rid 10 of pci0:0:29:7 pcib0: matched entry for 0.29.INTA pcib0: slot 29 INTA hardwired to IRQ 23 (XEN) PCI add device 0000:00:1d.7 found-> vendor=0x8086, dev=0x244e, revid=0x90 domain=0, bus=0, slot=30, func=0 class=06-04-01, hdrtype=0x01, mfdev=0 cmdreg=0x0107, statreg=0x0010, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x02 (500 ns), maxlat=0x00 (0 ns) secbus=6, subbus=6 (XEN) PCI add device 0000:00:1e.0 found-> vendor=0x8086, dev=0x3a16, revid=0x00 domain=0, bus=0, slot=31, func=0 class=06-01-00, hdrtype=0x00, mfdev=1 cmdreg=0x0107, statreg=0x0210, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) (XEN) PCI add device 0000:00:1f.0 found-> vendor=0x8086, dev=0x2822, revid=0x00 domain=0, bus=0, slot=31, func=2 class=01-04-00, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x02b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=c, irq=9 powerspec 3 supports D0 D3 current D0 MSI supports 16 messages map[10]: type I/O Port, range 32, base 0xfe00, size 3, enabled pcib0: allocated type 4 (0xfe00-0xfe07) for rid 10 of pci0:0:31:2 map[14]: type I/O Port, range 32, base 0xfe10, size 2, enabled pcib0: allocated type 4 (0xfe10-0xfe13) for rid 14 of pci0:0:31:2 map[18]: type I/O Port, range 32, base 0xfe20, size 3, enabled pcib0: allocated type 4 (0xfe20-0xfe27) for rid 18 of pci0:0:31:2 map[1c]: type I/O Port, range 32, base 0xfe30, size 2, enabled pcib0: allocated type 4 (0xfe30-0xfe33) for rid 1c of pci0:0:31:2 map[20]: type I/O Port, range 32, base 0xfec0, size 5, enabled pcib0: allocated type 4 (0xfec0-0xfedf) for rid 20 of pci0:0:31:2 map[24]: type Memory, range 32, base 0xff970000, size 11, enabled pcib0: matched entry for 0.31.INTC pcib0: slot 31 INTC hardwired to IRQ 20 xen: register IRQ#20 (XEN) PCI add device 0000:00:1f.2 found-> vendor=0x8086, dev=0x3a30, revid=0x00 domain=0, bus=0, slot=31, func=3 class=0c-05-00, hdrtype=0x00, mfdev=0 cmdreg=0x0103, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=c, irq=9 map[10]: type Memory, range 64, base 0xf7ffb000, size 8, enabled pcib0: allocated type 3 (0xf7ffb000-0xf7ffb0ff) for rid 10 of pci0:0:31:3 map[20]: type I/O Port, range 32, base 0xece0, size 5, enabled pcib0: allocated type 4 (0xece0-0xecff) for rid 20 of pci0:0:31:3 pcib0: matched entry for 0.31.INTC pcib0: slot 31 INTC hardwired to IRQ 20 (XEN) PCI add device 0000:00:1f.3 pcib1: <ACPI PCI-PCI bridge> irq 16 at device 1.0 on pci0 pcib0: allocated type 3 (0xf2000000-0xf7bfffff) for rid 20 of pcib1 pcib1: domain 0 pcib1: secondary bus 1 pcib1: subordinate bus 1 pcib1: memory decode 0xf2000000-0xf7bfffff pci1: <Xen ACPI PCI bus> on pcib1 pcib1: allocated bus range (1-1) for rid 0 of pci1 pci1: domain=0, physical bus=1 found-> vendor=0x14e4, dev=0x1639, revid=0x20 domain=0, bus=1, slot=0, func=0 class=02-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0006, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 3 supports D0 D3 current D0 MSI supports 16 messages, 64 bit MSI-X supports 9 messages in map 0x10 map[10]: type Memory, range 64, base 0xf2000000, size 25, enabled pcib1: allocated memory range (0xf2000000-0xf3ffffff) for rid 10 of pci0:1:0:0 pcib1: matched entry for 1.0.INTA pcib1: slot 0 INTA hardwired to IRQ 28 xen: register IRQ#28 (XEN) PCI add device 0000:01:00.0 found-> vendor=0x14e4, dev=0x1639, revid=0x20 domain=0, bus=1, slot=0, func=1 class=02-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0006, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=b, irq=10 powerspec 3 supports D0 D3 current D0 MSI supports 16 messages, 64 bit MSI-X supports 9 messages in map 0x10 map[10]: type Memory, range 64, base 0xf4000000, size 25, enabled pcib1: allocated memory range (0xf4000000-0xf5ffffff) for rid 10 of pci0:1:0:1 pcib1: matched entry for 1.0.INTB pcib1: slot 0 INTB hardwired to IRQ 40 xen: register IRQ#40 (XEN) PCI add device 0000:01:00.1 bce0: <QLogic NetXtreme II BCM5709 1000Base-T (C0)> mem 0xf2000000-0xf3ffffff irq 28 at device 0.0 on pci1 bce0: /usr/src/sys/dev/bce/if_bce.c(1141): MSI allocation failed! error = 19 miibus0: <MII bus> on bce0 brgphy0: <BCM5709 10/100/1000baseT PHY> PHY 1 on miibus0 brgphy0: OUI 0x000af7, model 0x003c, rev. 8 brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow bce0: Using defaults for TSO: 65518/35/2048 bce0: bpf attached bce0: Ethernet address: 00:10:18:e0:05:28 bce0: ASIC (0x57092003); Rev (C0); Bus (PCIe x4, 2.5Gbps); B/C (5.2.3); Bufs (RX:2;TX:2;PG:8); Flags (SPLT) Coal (RX:6,6,18,18; TX:20,20,80,80) bce1: <QLogic NetXtreme II BCM5709 1000Base-T (C0)> mem 0xf4000000-0xf5ffffff irq 40 at device 0.1 on pci1 bce1: /usr/src/sys/dev/bce/if_bce.c(1141): MSI allocation failed! error = 19 miibus1: <MII bus> on bce1 brgphy1: <BCM5709 10/100/1000baseT PHY> PHY 1 on miibus1 brgphy1: OUI 0x000af7, model 0x003c, rev. 8 brgphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow bce1: Using defaults for TSO: 65518/35/2048 bce1: bpf attached bce1: Ethernet address: 00:10:18:e0:05:2a bce1: ASIC (0x57092003); Rev (C0); Bus (PCIe x4, 2.5Gbps); B/C (5.2.3); Bufs (RX:2;TX:2;PG:8); Flags (SPLT) Coal (RX:6,6,18,18; TX:20,20,80,80) pcib2: <ACPI PCI-PCI bridge> irq 16 at device 3.0 on pci0 pcib0: allocated type 4 (0xd000-0xdfff) for rid 1c of pcib2 pcib0: allocated type 3 (0xf7d00000-0xf7efffff) for rid 20 of pcib2 pcib0: allocated type 3 (0xe0000000-0xefffffff) for rid 24 of pcib2 pcib2: domain 0 pcib2: secondary bus 2 pcib2: subordinate bus 2 pcib2: I/O decode 0xd000-0xdfff pcib2: memory decode 0xf7d00000-0xf7efffff pcib2: prefetched decode 0xe0000000-0xefffffff pcib2: special decode VGA pci2: <Xen ACPI PCI bus> on pcib2 pcib2: allocated bus range (2-2) for rid 0 of pci2 pci2: domain=0, physical bus=2 found-> vendor=0x1002, dev=0x95cf, revid=0x00 domain=0, bus=2, slot=0, func=0 class=03-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0003, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 3 supports D0 D1 D2 D3 current D0 MSI supports 1 message, 64 bit map[10]: type Prefetchable Memory, range 64, base 0xe0000000, size 28, enabled pcib2: allocated prefetch range (0xe0000000-0xefffffff) for rid 10 of pci0:2:0:0 map[18]: type Memory, range 64, base 0xf7df0000, size 16, enabled pcib2: allocated memory range (0xf7df0000-0xf7dfffff) for rid 18 of pci0:2:0:0 map[20]: type I/O Port, range 32, base 0xdc00, size 8, enabled pcib2: allocated I/O port range (0xdc00-0xdcff) for rid 20 of pci0:2:0:0 pcib2: matched entry for 2.0.INTA pcib2: slot 0 INTA hardwired to IRQ 24 xen: register IRQ#24 (XEN) PCI add device 0000:02:00.0 vgapci0: <VGA-compatible display> port 0xdc00-0xdcff mem 0xe0000000-0xefffffff,0xf7df0000-0xf7dfffff irq 24 at device 0.0 on pci2 vgapci0: Boot video device pcib3: <ACPI PCI-PCI bridge> irq 16 at device 7.0 on pci0 pcib0: allocated type 3 (0xf7c00000-0xf7cfffff) for rid 20 of pcib3 pcib3: domain 0 pcib3: secondary bus 3 pcib3: subordinate bus 3 pcib3: memory decode 0xf7c00000-0xf7cfffff pci3: <Xen ACPI PCI bus> on pcib3 pcib3: allocated bus range (3-3) for rid 0 of pci3 pci3: domain=0, physical bus=3 pci0: <base peripheral, interrupt controller> at device 20.0 (no driver attached) pci0: <base peripheral, interrupt controller> at device 20.1 (no driver attached) pci0: <base peripheral, interrupt controller> at device 20.2 (no driver attached) uhci0: <Intel 82801JI (ICH10) USB controller USB-D> port 0xff20-0xff3f irq 16 at device 26.0 on pci0 uhci0: LegSup = 0x2f00 usbus0 on uhci0 uhci0: usbpf: Attached uhci1: <Intel 82801JI (ICH10) USB controller USB-E> port 0xff00-0xff1f irq 17 at device 26.1 on pci0 uhci1: LegSup = 0x2f00 usbus1 on uhci1 uhci1: usbpf: Attached uhci2: <Intel 82801JI (ICH10) USB controller USB-F> port 0xfc00-0xfc1f irq 22 at device 26.2 on pci0 uhci2: LegSup = 0x2f00 usbus2 on uhci2 uhci2: usbpf: Attached ehci0: <Intel 82801JI (ICH10) USB 2.0 controller USB-B> mem 0xf7ffa000-0xf7ffa3ff irq 22 at device 26.7 on pci0 usbus3: EHCI version 1.0 usbus3 on ehci0 ehci0: usbpf: Attached hdac0: <Intel 82801JI HDA Controller> mem 0xf7ffc000-0xf7ffffff irq 16 at device 27.0 on pci0 hdac0: PCI card vendor: 0x1028, device: 0x0293 hdac0: HDA Driver Revision: 20120126_0002 hdac0: Config options: on=0x00000000 off=0x00000000 hdac0: Caps: OSS 4, ISS 4, BSS 0, NSDO 1, 64bit, CORB 256, RIRB 256 pcib4: <ACPI PCI-PCI bridge> irq 16 at device 28.0 on pci0 pcib0: allocated type 4 (0xc000-0xcfff) for rid 1c of pcib4 pcib0: allocated type 3 (0xf1e00000-0xf1ffffff) for rid 20 of pcib4 pcib4: domain 0 pcib4: secondary bus 4 pcib4: subordinate bus 4 pcib4: I/O decode 0xc000-0xcfff pcib4: memory decode 0xf1e00000-0xf1ffffff pci4: <Xen ACPI PCI bus> on pcib4 pcib4: allocated bus range (4-4) for rid 0 of pci4 pci4: domain=0, physical bus=4 found-> vendor=0x8086, dev=0x105e, revid=0x06 domain=0, bus=4, slot=0, func=0 class=02-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0107, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 2 supports D0 D3 current D0 MSI supports 1 message, 64 bit map[10]: type Memory, range 32, base 0xf1e80000, size 17, enabled pcib4: allocated memory range (0xf1e80000-0xf1e9ffff) for rid 10 of pci0:4:0:0 map[14]: type Memory, range 32, base 0xf1ea0000, size 17, enabled pcib4: allocated memory range (0xf1ea0000-0xf1ebffff) for rid 14 of pci0:4:0:0 map[18]: type I/O Port, range 32, base 0xccc0, size 5, enabled pcib4: allocated I/O port range (0xccc0-0xccdf) for rid 18 of pci0:4:0:0 pcib4: matched entry for 4.0.INTA pcib4: slot 0 INTA hardwired to IRQ 16 (XEN) PCI add device 0000:04:00.0 found-> vendor=0x8086, dev=0x105e, revid=0x06 domain=0, bus=4, slot=0, func=1 class=02-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0107, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=b, irq=10 powerspec 2 supports D0 D3 current D0 MSI supports 1 message, 64 bit map[10]: type Memory, range 32, base 0xf1ec0000, size 17, enabled pcib4: allocated memory range (0xf1ec0000-0xf1edffff) for rid 10 of pci0:4:0:1 map[14]: type Memory, range 32, base 0xf1ee0000, size 17, enabled pcib4: allocated memory range (0xf1ee0000-0xf1efffff) for rid 14 of pci0:4:0:1 map[18]: type I/O Port, range 32, base 0xcce0, size 5, enabled pcib4: allocated I/O port range (0xcce0-0xccff) for rid 18 of pci0:4:0:1 pcib4: matched entry for 4.0.INTB pcib4: slot 0 INTB hardwired to IRQ 17 (XEN) PCI add device 0000:04:00.1 em0: <Intel(R) PRO/1000 Network Connection 7.4.2> port 0xccc0-0xccdf mem 0xf1e80000-0xf1e9ffff,0xf1ea0000-0xf1ebffff irq 16 at device 0.0 on pci4 em0: No MSI/MSIX using a Legacy IRQ em0: bpf attached em0: Ethernet address: 00:1b:21:c6:e9:ae 001.000010 [2718] netmap_attach success for em0 tx 1/1024 rx 1/1024 queues/slots em1: <Intel(R) PRO/1000 Network Connection 7.4.2> port 0xcce0-0xccff mem 0xf1ec0000-0xf1edffff,0xf1ee0000-0xf1efffff irq 17 at device 0.1 on pci4 em1: No MSI/MSIX using a Legacy IRQ em1: bpf attached em1: Ethernet address: 00:1b:21:c6:e9:af 001.000011 [2718] netmap_attach success for em1 tx 1/1024 rx 1/1024 queues/slots pcib5: <ACPI PCI-PCI bridge> irq 17 at device 28.5 on pci0 pcib0: allocated type 3 (0xf1d00000-0xf1dfffff) for rid 20 of pcib5 pcib5: domain 0 pcib5: secondary bus 5 pcib5: subordinate bus 5 pcib5: memory decode 0xf1d00000-0xf1dfffff pci5: <Xen ACPI PCI bus> on pcib5 pcib5: allocated bus range (5-5) for rid 0 of pci5 pci5: domain=0, physical bus=5 found-> vendor=0x14e4, dev=0x1681, revid=0x10 domain=0, bus=5, slot=0, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=10 powerspec 3 supports D0 D3 current D0 MSI supports 1 message, 64 bit map[10]: type Memory, range 64, base 0xf1de0000, size 16, enabled pcib5: allocated memory range (0xf1de0000-0xf1deffff) for rid 10 of pci0:5:0:0 map[18]: type Memory, range 64, base 0xf1df0000, size 16, enabled pcib5: allocated memory range (0xf1df0000-0xf1dfffff) for rid 18 of pci0:5:0:0 pcib5: matched entry for 5.0.INTA pcib5: slot 0 INTA hardwired to IRQ 17 (XEN) PCI add device 0000:05:00.0 bge0: <Broadcom NetXtreme Gigabit Ethernet Controller, ASIC rev. 0x5761100> mem 0xf1de0000-0xf1deffff,0xf1df0000-0xf1dfffff irq 17 at device 0.0 on pci5 bge0: CHIP ID 0x05761100; ASIC REV 0x5761; CHIP REV 0x57611; PCI-E bge0: Disabling fastboot miibus2: <MII bus> on bge0 brgphy2: <BCM5761 10/100/1000baseT PHY> PHY 1 on miibus2 brgphy2: OUI 0x000af7, model 0x003d, rev. 0 brgphy2: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow bge0: Using defaults for TSO: 65518/35/2048 bge0: bpf attached bge0: Ethernet address: d4:ae:52:c1:d4:3d uhci3: <Intel 82801JI (ICH10) USB controller USB-A> port 0xff80-0xff9f irq 23 at device 29.0 on pci0 usbus4 on uhci3 uhci3: usbpf: Attached uhci4: <Intel 82801JI (ICH10) USB controller USB-B> port 0xff60-0xff7f irq 17 at device 29.1 on pci0 usbus5 on uhci4 uhci4: usbpf: Attached uhci5: <Intel 82801JI (ICH10) USB controller USB-C> port 0xff40-0xff5f irq 18 at device 29.2 on pci0 usbus6 on uhci5 uhci5: usbpf: Attached ehci1: <Intel 82801JI (ICH10) USB 2.0 controller USB-A> mem 0xff980000-0xff9803ff irq 23 at device 29.7 on pci0 usbus7: EHCI version 1.0 usbus7 on ehci1 ehci1: usbpf: Attached pcib6: <ACPI PCI-PCI bridge> at device 30.0 on pci0 pcib6: domain 0 pcib6: secondary bus 6 pcib6: subordinate bus 6 pcib6: special decode subtractive pci6: <Xen ACPI PCI bus> on pcib6 pcib6: allocated bus range (6-6) for rid 0 of pci6 pci6: domain=0, physical bus=6 isab0: <PCI-ISA bridge> at device 31.0 on pci0 isa: isa0 already exists; skipping it device_attach: isab0 attach returned 6 ahci0: <Intel ICH8 AHCI SATA controller> port 0xfe00-0xfe07,0xfe10-0xfe13,0xfe20-0xfe27,0xfe30-0xfe33,0xfec0-0xfedf mem 0xff970000-0xff9707ff irq 20 at device 31.2 on pci0 ahci0: AHCI v1.20 with 6 3Gbps ports, Port Multiplier not supported ahci0: Caps: 64bit NCQ SNTF AL CLO 3Gbps PMD 32cmd CCC EM eSATA 6ports ahci0: Caps2: ahcich0: <AHCI channel> at channel 0 on ahci0 ahcich0: Caps: ahcich1: <AHCI channel> at channel 1 on ahci0 ahcich1: Caps: ahcich2: <AHCI channel> at channel 2 on ahci0 ahcich2: Caps: ahcich3: <AHCI channel> at channel 3 on ahci0 ahcich3: Caps: ahcich4: <AHCI channel> at channel 4 on ahci0 ahcich4: Caps: ahcich5: <AHCI channel> at channel 5 on ahci0 ahcich5: Caps: HPCP ESP ahciem0: <AHCI enclosure management bridge> on ahci0 ahciem0: Caps: ALHD XMT SMB LED pci0: <serial bus, SMBus> at device 31.3 (no driver attached) ppc0: using extended I/O port range ppc0: SPP ECP ECP+EPP ppc0: <Parallel port> port 0x378-0x37f,0x778-0x77f irq 7 on acpi0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/8 bytes threshold ppbus0: <Parallel port bus> on ppc0 lpt0: <Printer> on ppbus0 lpt0: Polled port ppi0: <Parallel I/O> on ppbus0 uart1: <16550 or compatible> port 0x2f8-0x2ff irq 3 on acpi0 uart1: polled mode (50Hz) ACPI: Enabled 3 GPEs in block 00 to 3F qpi0: <QPI system bus> on motherboard acpi0: wakeup code va 0xfffffe0096db7000 pa 0x4000 ahc_isa_identify 0: ioport 0xc00 alloc failed ahc_isa_identify 12: ioport 0xcc00 alloc failed ahc_isa_identify 13: ioport 0xdc00 alloc failed ahc_isa_identify 14: ioport 0xec00 alloc failed ex_isa_identify() isa_probe_children: disabling PnP devices atrtc: atrtc0 already exists; skipping it attimer: attimer0 already exists; skipping it ppc: ppc0 already exists; skipping it sc: sc0 already exists; skipping it uart: uart1 already exists; skipping it isa_probe_children: probing non-PnP devices orm0: <ISA Option ROMs> at iomem 0xd0000-0xda7ff,0xda800-0xdc7ff,0xdc800-0xde7ff,0xde800-0xe0fff,0xe1000-0xe3fff on isa0 sc0 failed to probe on isa0 vga0: <Generic ISA VGA> at port 0x3b0-0x3bb iomem 0xb0000-0xb7fff on isa0 atkbdc0 failed to probe at port 0x60 on isa0 fdc0: cannot reserve interrupt line fdc0 failed to probe at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 uart0 failed to probe at port 0x3f8 irq 4 on isa0 wbwd0 failed to probe on isa0 isa_probe_children: probing PnP devices Device configuration finished. procfs registered ZFS NOTICE: Prefetch is disabled by default if less than 4GB of RAM is present; to enable, add "vfs.zfs.prefetch_disable=0" to /boot/loader.conf. ZFS filesystem version: 5 ZFS storage pool version: features support (5000) Timecounters tick every 10.000 msec vlan: initialized, using hash tables with chaining tcp_init: net.inet.tcp.tcbhashsize auto tuned to 16384 lo0: bpf attached hptrr: no controller detected. hptnr: no controller detected. hpt27xx: no controller detected. hdacc0: <Analog Devices AD1984A HDA CODEC> at cad 0 on hdac0 hdaa0: <Analog Devices AD1984A Audio Function Group> at nid 1 on hdacc0 hdaa0: Subsystem ID: 0x10280293 hdaa0: NumGPIO=3 NumGPO=0 NumGPI=0 GPIWake=0 GPIUnsol=1 hdaa0: GPIO0: disabled hdaa0: GPIO1: disabled hdaa0: GPIO2: disabled hdaa0: WARNING: nid=42 has cnid outside of the AFG range j=0 entnum=4 index=0 res=0x00002701 hdaa0: Original pins configuration: hdaa0: nid 0x as seq device conn jack loc color misc hdaa0: 17 02214040 4 0 Headphones Jack 1/8 Front Green 0 hdaa0: 18 01014010 1 0 Line-out Jack 1/8 Rear Green 0 hdaa0: 19 991301f0 15 0 Speaker Fixed ATAPI Onboard Unknown 1 hdaa0: 20 02a19020 2 0 Mic Jack 1/8 Front Pink 0 hdaa0: 21 01813030 3 0 Line-in Jack 1/8 Rear Blue 0 hdaa0: 22 413301f0 15 0 CD None ATAPI Rear Unknown 1 hdaa0: 23 41a601f0 15 0 Mic None Digital Rear Unknown 1 hdaa0: 26 41f301f0 15 0 Other None ATAPI Rear Unknown 1 hdaa0: 27 414501f0 15 0 SPDIF-out None Optical Rear Unknown 1 hdaa0: 28 413301f0 15 0 CD None ATAPI Rear Unknown 1 hdaa0: Patching widget caps nid=23 0x0040020b -> 0x0040000b hdaa0: Patching widget caps nid=26 0x00400000 -> 0x00700000 hdaa0: Patched pins configuration: hdaa0: nid 0x as seq device conn jack loc color misc hdaa0: 17 02214040 4 0 Headphones Jack 1/8 Front Green 0 hdaa0: 18 01014010 1 0 Line-out Jack 1/8 Rear Green 0 hdaa0: 19 991301f0 15 0 Speaker Fixed ATAPI Onboard Unknown 1 hdaa0: 20 02a19020 2 0 Mic Jack 1/8 Front Pink 0 hdaa0: 21 01813030 3 0 Line-in Jack 1/8 Rear Blue 0 hdaa0: 22 413301f0 15 0 CD None ATAPI Rear Unknown 1 DISA hdaa0: 23 41a601f0 15 0 Mic None Digital Rear Unknown 1 DISA hdaa0: 27 414501f0 15 0 SPDIF-out None Optical Rear Unknown 1 DISA hdaa0: 28 413301f0 15 0 CD None ATAPI Rear Unknown 1 DISA hdaa0: 5 associations found: hdaa0: Association 0 (1) out: hdaa0: Pin nid=18 seq=0 hdaa0: Association 1 (2) in: hdaa0: Pin nid=20 seq=0 hdaa0: Association 2 (3) in: hdaa0: Pin nid=21 seq=0 hdaa0: Association 3 (4) out: hdaa0: Pin nid=17 seq=0 hdaa0: Association 4 (15) out: hdaa0: Pin nid=19 seq=0 hdaa0: Tracing association 0 (1) hdaa0: Pin 18 traced to DAC 3 hdaa0: Association 0 (1) trace succeeded hdaa0: Tracing association 1 (2) hdaa0: Pin 20 traced to ADC 8 hdaa0: Association 1 (2) trace succeeded hdaa0: Tracing association 2 (3) hdaa0: Pin 21 traced to ADC 9 hdaa0: Association 2 (3) trace succeeded hdaa0: Tracing association 3 (4) hdaa0: Pin 17 traced to DAC 4 hdaa0: Association 3 (4) trace succeeded hdaa0: Tracing association 4 (15) hdaa0: Unable to trace pin 19 seq 0 with min nid 0 hdaa0: Association 4 (15) trace failed hdaa0: Looking for additional DAC for association 0 (1) hdaa0: Looking for additional ADC for association 1 (2) hdaa0: Looking for additional ADC for association 2 (3) hdaa0: Looking for additional DAC for association 3 (4) hdaa0: Tracing input monitor hdaa0: Tracing other input monitors hdaa0: Tracing nid 20 to out hdaa0: nid 20 is input monitor hdaa0: Tracing nid 21 to out hdaa0: nid 21 is input monitor hdaa0: Tracing beeper hdaa0: nid 26 traced to out hdaa0: FG config/quirks: forcestereo ivref50 ivref80 ivref100 ivref pcm0: <Analog Devices AD1984A (Analog)> at nid 18 and 20 on hdaa0 pcm0: Playback: pcm0: Stream cap: 0x00000001 PCM pcm0: PCM cap: 0x000e07ff 16 20 24 bits, 8 11 16 22 32 44 48 88 96 176 192 KHz pcm0: DAC: 3 pcm0: pcm0: nid=18 [pin: Line-out (Green Jack)] pcm0: + <- nid=10 [audio mixer] [src: pcm, speaker, line, mic] pcm0: + <- nid=33 [audio selector] [src: pcm, speaker, line, mic] pcm0: + <- nid=32 [audio mixer] [src: pcm, speaker, line, mic] pcm0: + <- nid=20 [pin: Mic (Pink Jack)] [src: mic] pcm0: + <- nid=21 [pin: Line-in (Blue Jack)] [src: line] pcm0: + <- nid=26 [beep widget] [src: speaker] pcm0: + <- nid=3 [audio output] [src: pcm] pcm0: pcm0: Record: pcm0: Stream cap: 0x00000001 PCM pcm0: PCM cap: 0x000e07ff 16 20 24 bits, 8 11 16 22 32 44 48 88 96 176 192 KHz pcm0: ADC: 8 pcm0: pcm0: nid=8 [audio input] pcm0: + <- nid=12 [audio selector] [src: mic] pcm0: + <- nid=20 [pin: Mic (Pink Jack)] [src: mic] pcm0: pcm0: Master Volume (OSS: vol): -46/0dB pcm0: +- ctl 1 (nid 3 out): -58/0dB (40 steps) pcm0: +- ctl 6 (nid 10 in 1): mute pcm0: +- ctl 13 (nid 18 in ): mute pcm0: +- ctl 23 (nid 32 in 0): -34/12dB (32 steps) + mute pcm0: +- ctl 24 (nid 32 in 1): -34/12dB (32 steps) + mute pcm0: +- ctl 26 (nid 32 in 3): -34/12dB (32 steps) + mute pcm0: +- ctl 28 (nid 32 in 5): -34/12dB (32 steps) + mute pcm0: +- ctl 30 (nid 33 out): -46/0dB (32 steps) + mute pcm0: pcm0: PCM Volume (OSS: pcm): -58/0dB pcm0: +- ctl 1 (nid 3 out): -58/0dB (40 steps) pcm0: +- ctl 28 (nid 32 in 5): -34/12dB (32 steps) + mute pcm0: pcm0: Microphone Volume (OSS: mic): 0/30dB pcm0: +- ctl 9 (nid 12 out): -58/22dB (55 steps) + mute pcm0: +- ctl 15 (nid 20 out): 0/30dB (4 steps) pcm0: +- ctl 23 (nid 32 in 0): -34/12dB (32 steps) + mute pcm0: pcm0: Line-in Volume (OSS: line) pcm0: +- ctl 24 (nid 32 in 1): -34/12dB (32 steps) + mute pcm0: pcm0: Speaker/Beep Volume (OSS: speaker): -34/0dB pcm0: +- ctl 11 (nid 16 out): -45/0dB (16 steps) + mute pcm0: +- ctl 26 (nid 32 in 3): -34/12dB (32 steps) + mute pcm0: pcm0: Recording Level (OSS: rec): -58/22dB pcm0: +- ctl 9 (nid 12 out): -58/22dB (55 steps) + mute pcm0: pcm0: Input Monitoring Level (OSS: igain): -34/12dB pcm0: +- ctl 23 (nid 32 in 0): -34/12dB (32 steps) + mute pcm0: +- ctl 24 (nid 32 in 1): -34/12dB (32 steps) + mute pcm0: +- ctl 26 (nid 32 in 3): -34/12dB (32 steps) + mute pcm0: pcm0: Mixer "vol": pcm0: Mixer "pcm": pcm0: Mixer "speaker": pcm0: Mixer "mic": pcm0: Mixer "rec": pcm0: Mixer "igain": pcm0: Mixer "ogain": pcm0: Playback channel set is: Front Left, Front Right, pcm0: Playback channel matrix is: 2.0 (disconnected) pcm0: Recording channel set is: Front Left, Front Right, pcm0: Recording channel matrix is: 2.0 (disconnected) pcm1: <Analog Devices AD1984A (Analog)> at nid 17 and 21 on hdaa0 pcm1: Playback: pcm1: Stream cap: 0x00000001 PCM pcm1: PCM cap: 0x000e07ff 16 20 24 bits, 8 11 16 22 32 44 48 88 96 176 192 KHz pcm1: DAC: 4 pcm1: pcm1: nid=17 [pin: Headphones (Green Jack)] pcm1: + <- nid=7 [audio mixer] [src: pcm] pcm1: + <- nid=34 [audio selector] [src: pcm] pcm1: + <- nid=4 [audio output] [src: pcm] pcm1: pcm1: Record: pcm1: Stream cap: 0x00000001 PCM pcm1: PCM cap: 0x000e07ff 16 20 24 bits, 8 11 16 22 32 44 48 88 96 176 192 KHz pcm1: ADC: 9 pcm1: pcm1: nid=9 [audio input] pcm1: + <- nid=13 [audio selector] [src: line] pcm1: + <- nid=21 [pin: Line-in (Blue Jack)] [src: line] pcm1: pcm1: Master Volume (OSS: vol): -58/0dB pcm1: +- ctl 2 (nid 4 out): -58/0dB (40 steps) pcm1: +- ctl 3 (nid 7 in 0): mute pcm1: +- ctl 12 (nid 17 in ): mute pcm1: pcm1: PCM Volume (OSS: pcm): -58/0dB pcm1: +- ctl 2 (nid 4 out): -58/0dB (40 steps) pcm1: +- ctl 3 (nid 7 in 0): mute pcm1: +- ctl 12 (nid 17 in ): mute pcm1: pcm1: Line-in Volume (OSS: line): 0/30dB pcm1: +- ctl 10 (nid 13 out): -58/22dB (55 steps) + mute pcm1: +- ctl 16 (nid 21 out): 0/30dB (4 steps) pcm1: pcm1: Recording Level (OSS: rec): -58/22dB pcm1: +- ctl 10 (nid 13 out): -58/22dB (55 steps) + mute pcm1: pcm1: Mixer "vol": pcm1: Mixer "pcm": pcm1: Mixer "line": pcm1: Mixer "rec": pcm1: Playback channel set is: Front Left, Front Right, pcm1: Playback channel matrix is: 2.0 (disconnected) pcm1: Recording channel set is: Front Left, Front Right, pcm1: Recording channel matrix is: 2.0 (disconnected) usbus0: 12Mbps Full Speed USB v1.0 usbus1: 12Mbps Full Speed USB v1.0 usbus2: 12Mbps Full Speed USB v1.0 usbus3: 480Mbps High Speed USB v2.0 ugen1.1: <Intel> at usbus1 uhub0: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus1 ugen0.1: <Intel> at usbus0 uhub1: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus0 ugen2.1: <Intel> at usbus2 uhub2: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus2 ugen3.1: <Intel> at usbus3 uhub3: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus3 usbus4: 12Mbps Full Speed USB v1.0 usbus5: 12Mbps Full Speed USB v1.0 usbus6: 12Mbps Full Speed USB v1.0 ugen4.1: <Intel> at usbus4 uhub4: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus4 ugen5.1: <Intel> at usbus5 uhub5: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus5 ugen6.1: <Intel> at usbus6 uhub6: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus6 usbus7: 480Mbps High Speed USB v2.0 ahcich0: AHCI reset... ahcich0: SATA connect time=100us status=00000123 ugen7.1: <Intel> at usbus7 uhub7: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus7 ahcich0: AHCI reset: device found ahcich0: AHCI reset: device ready after 0ms ahcich1: AHCI reset... ahcich1: SATA connect time=100us status=00000123 ahcich1: AHCI reset: device found ahcich1: AHCI reset: device ready after 0ms ahcich2: AHCI reset... ahcich2: SATA connect time=1000us status=00000113 ahcich2: AHCI reset: device found ahcich2: AHCI reset: device ready after 0ms ahcich3: AHCI reset... ahcich3: SATA offline status=00000004 ahcich3: AHCI reset: device not found ahcich4: AHCI reset... ahcich4: SATA offline status=00000004 ahcich4: AHCI reset: device not found ahcich5: AHCI reset... ahcich5: SATA connect timeout time=10000us status=00000000 ahcich5: AHCI reset: device not found ses0 at ahciem0 bus 0 scbus6 target 0 lun 0 ses0: <AHCI SGPIO Enclosure 1.00 0001> SEMB S-E-S 2.00 device ses0: SEMB SES Device ada0 at ahcich0 bus 0 scbus0 target 0 lun 0 ada0: <ST500DM002-1BD142 KC45> ATA-8 SATA 3.x device ada0: Serial Number Z3T3FJXL ada0: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) ada0: Command Queueing enabled ada0: 476940MB (976773168 512 byte sectors: 16H 63S/T 16383C) ses0: Generation Code 0x0 has 1 SubEnclosures ses0: SubEnclosure ID 0, 1 Types With this ID, Descriptor Length 36, offset 8 ses0: WWN: 0 ses0: Type Desc[0]: Type 0x17, MaxElt 6, In Subenc 0, Text Length 0: GEOM: new disk ada0 uhub0: 2 ports with 2 removable, self powered uhub1: 2 ports with 2 removable, self powered ada0: quirks=0x1<4K> ada0: Previously was known as ad4 uhub2: 2 ports with 2 removable, self powered ada1 at ahcich1 bus 0 scbus1 target 0 lun 0 ada1: <ST500DM002-1BD142 KC45> ATA-8 SATA 3.x device ada1: Serial Number Z3T3HBES ada1: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) ada1: Command Queueing enabled ada1: 476940MB (976773168 512 byte sectors: 16H 63S/T 16383C) uhub4: 2 ports with 2 removable, self powered uhub5: 2 ports with 2 removable, self powered ada1: quirks=0x1<4K> ada1: Previously was known as ad6 uhub6: 2 ports with 2 removable, self powered pass0 at ahcich0 bus 0 scbus0 target 0 lun 0 pass0: <ST500DM002-1BD142 KC45> ATA-8 SATA 3.x device pass0: Serial Number Z3T3FJXL pass0: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) pass0: Command Queueing enabled pass1 at ahcich1 bus 0 scbus1 target 0 lun 0 pass1: <ST500DM002-1BD142 KC45> ATA-8 SATA 3.x device pass1: Serial Number Z3T3HBES pass1: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) pass1: Command Queueing enabled pass2 at ahcich2 bus 0 scbus2 target 0 lun 0 pass2: <TSSTcorp DVD+-RW SH-216BB D100> Removable CD-ROM SCSI-0 device pass2: Serial Number R8U46GAC6015WF pass2: 150.000MB/s transfers (SATA 1.x, UDMA5, ATAPI 12bytes, PIO 8192bytes) pass3 at ahciem0 bus 0 scbus6 target 0 lun 0 pass3: <AHCI SGPIO Enclosure 1.00 0001> SEMB S-E-S 2.00 device random: unblocking device. Netvsc initializing... done! SMP: AP CPU #1 Launched! cpu1 AP XEN PV LAPIC SMP: AP CPU #4 Launched! cpu4 AP XEN PV LAPIC SMP: AP CPU #7 Launched! cpu7 AP XEN PV LAPIC SMP: AP CPU #2 Launched! cpu2 AP XEN PV LAPIC SMP: AP CPU #5 Launched! cpu5 AP XEN PV LAPIC SMP: AP CPU #3 Launched! cpu3 AP XEN PV LAPIC SMP: AP CPU #6 Launched! cpu6 AP XEN PV LAPIC TSC timecounter discards lower 1 bit(s) Timecounter "TSC-low" frequency 1533390883 Hz quality -100 WARNING: WITNESS option enabled, expect reduced performance. cd0 at ahcich2 bus 0 scbus2 target 0 lun 0 cd0: <TSSTcorp DVD+-RW SH-216BB D100> Removable CD-ROM SCSI-0 device cd0: Serial Number R8U46GAC6015WF cd0: 150.000MB/s transfers (SATA 1.x, UDMA5, ATAPI 12bytes, PIO 8192bytes) cd0: Attempt to query device size failed: NOT READY, Medium not present - tray closed GEOM: new disk ada1 GEOM: new disk cd0 Root mount waiting for: usbus7 usbus3 Root mount waiting for: usbus7 usbus3 uhub3: 6 ports with 6 removable, self powered uhub7: 6 ports with 6 removable, self powered Root mount waiting for: usbus3 Trying to mount root from zfs:tank/root []... bge0: link state changed to UP ugen1.2: <DELL> at usbus1 ukbd0: <DELL Dell USB Entry Keyboard, class 0/0, rev 1.10/1.78, addr 2> on usbus1 kbd2 at ukbd0 kbd2: ukbd0, generic (0), config:0x0, flags:0x3d0000 start_init: trying /sbin/init ugen1.3: <DELL> at usbus1 GEOM_PART: partition 2 is not aligned on 8192 bytes GEOM_PART: partition 2 is not aligned on 8192 bytes GEOM_PART: partition 1 is not aligned on 8192 bytes GEOM_PART: partition 2 is not aligned on 8192 bytes GEOM_PART: partition 3 is not aligned on 8192 bytes GEOM_PART: partition 1 is not aligned on 8192 bytes GEOM_PART: partition 2 is not aligned on 8192 bytes GEOM_PART: partition 3 is not aligned on 8192 bytes GEOM_PART: partition 1 is not aligned on 8192 bytes GEOM_PART: partition 2 is not aligned on 8192 bytes GEOM_PART: partition 3 is not aligned on 8192 bytes GEOM_PART: partition 1 is not aligned on 8192 bytes GEOM_PART: partition 2 is not aligned on 8192 bytes GEOM_PART: partition 3 is not aligned on 8192 bytes GEOM_PART: partition 2 is not aligned on 8192 bytes Setting hostuuid: 44454c4c-3300-1057-8036-b3c04f47354a. Setting hostid: 0x033cc725. Entropy harvesting:sysctl: unknown oid 'kern.random.sys.harvest.interrupt': No such file or directory interruptssysctl: unknown oid 'kern.random.sys.harvest.ethernet': No such file or directory ethernetsysctl: unknown oid 'kern.random.sys.harvest.point_to_point': No such file or directory point_to_pointsysctl: unknown oid 'kern.random.sys.harvest.swi': No such file or directory swi. Starting file system checks: Mounting local file systems:. Loading kernel modules: Writing entropy file:. /etc/rc: WARNING: $hostname is not set -- see rc.conf(5). bridge0: bpf attached bridge0: Ethernet address: 02:03:3c:c7:25:00 bridge1: bpf attached bridge1: Ethernet address: 02:03:3c:c7:25:01 Created clone interfaces: bridge0 bridge1. bge0: Disabling fastboot bge0: Disabling fastboot bge0: link state changed to DOWN bge0: promiscuous mode enabled bridge0: link state changed to DOWN Starting dhclient. DHCPREQUEST on bridge0 to 255.255.255.255 port 67 em1: Link is up 1000 Mbps Full Duplex em1: link state changed to UP bge0: link state changed to UP bridge0: link state changed to UP DHCPREQUEST on bridge0 to 255.255.255.255 port 67 DHCPACK from 172.16.1.1 bound to 172.16.1.20 -- renewal in 2147483647 seconds. em1: promiscuous mode enabled bridge1: link state changed to UP Starting dhclient. DHCPREQUEST on bridge1 to 255.255.255.255 port 67 DHCPREQUEST on bridge1 to 255.255.255.255 port 67 DHCPDISCOVER on bridge1 to 255.255.255.255 port 67 interval 7 DHCPDISCOVER on bridge1 to 255.255.255.255 port 67 interval 21 DHCPDISCOVER on bridge1 to 255.255.255.255 port 67 interval 16 DHCPDISCOVER on bridge1 to 255.255.255.255 port 67 interval 11 DHCPDISCOVER on bridge1 to 255.255.255.255 port 67 interval 5 No DHCPOFFERS received. Trying recorded lease 172.16.1.138 bound: renewal in 43020 seconds. Starting Network: lo0 bce0 bce1 em0 em1 bge0 bridge0 bridge1. lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384 options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6> inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x6 inet 127.0.0.1 netmask 0xff000000 nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL> bce0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=c01bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,VLAN_HWTSO,LINKSTATE> ether 00:10:18:e0:05:28 nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> media: Ethernet autoselect bce1: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=c01bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,VLAN_HWTSO,LINKSTATE> ether 00:10:18:e0:05:2a nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> media: Ethernet autoselect em0: flags=8c02<BROADCAST,OACTIVE,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=4019b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,VLAN_HWTSO> ether 00:1b:21:c6:e9:ae nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> media: Ethernet autoselect status: no carrier em1: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=4019b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,VLAN_HWTSO> ether 00:1b:21:c6:e9:af inet6 fe80::21b:21ff:fec6:e9af%em1 prefixlen 64 tentative scopeid 0x4 nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> media: Ethernet autoselect (1000baseT <full-duplex>) status: active bge0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=c019b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,VLAN_HWTSO,LINKSTATE> ether d4:ae:52:c1:d4:3d inet6 fe80::d6ae:52ff:fec1:d43d%bge0 prefixlen 64 tentative scopeid 0x5 nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> media: Ethernet autoselect (1000baseT <full-duplex>) status: active bridge0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 ether d4:ae:52:c1:d4:3d inet 172.16.1.20 netmask 0xffffff00 broadcast 172.16.1.255 nd6 options=9<PERFORMNUD,IFDISABLED> id 00:00:00:00:00:00 priority 32768 hellotime 2 fwddelay 15 maxage 20 holdcnt 6 proto rstp maxaddr 2000 timeout 1200 root id 00:00:00:00:00:00 priority 32768 ifcost 0 port 0 member: bge0 flags=143<LEARNING,DISCOVER,AUTOEDGE,AUTOPTP> ifmaxaddr 0 port 5 priority 128 path cost 55 bridge1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 ether 00:1b:21:c6:e9:af nd6 options=9<PERFORMNUD,IFDISABLED> id 00:00:00:00:00:00 priority 32768 hellotime 2 fwddelay 15 maxage 20 holdcnt 6 proto rstp maxaddr 2000 timeout 1200 root id 00:00:00:00:00:00 priority 32768 ifcost 0 port 0 member: em1 flags=143<LEARNING,DISCOVER,AUTOEDGE,AUTOPTP> ifmaxaddr 0 port 4 priority 128 path cost 20000 Starting devd. Starting Network: bce0. bce0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=c01bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,VLAN_HWTSO,LINKSTATE> ether 00:10:18:e0:05:28 nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> media: Ethernet autoselect Starting Network: bce1. bce1: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=c01bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,VLAN_HWTSO,LINKSTATE> ether 00:10:18:e0:05:2a nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> media: Ethernet autoselect Starting Network: em0. em0: flags=8c02<BROADCAST,OACTIVE,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=4019b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,VLAN_HWTSO> ether 00:1b:21:c6:e9:ae nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> media: Ethernet autoselect status: no carrier bge0: watchdog timeout -- resetting bge0: Disabling fastboot bge0: link DOWN bge0: Disabling fastboot bge0: link state changed to DOWN bridge0: link state changed to DOWN add net fe80::: gateway ::1 add net ff02::: gateway ::1 add net ::ffff:0.0.0.0: gateway ::1 add net ::0.0.0.0: gateway ::1 ELF ldconfig path: /lib /usr/lib /usr/lib/compat /usr/local/lib /usr/local/lib/gcc47 32-bit compatibility ldconfig path: /usr/lib32 Creating and/or trimming log files. Starting syslogd. Clearing /tmp (X related). Cleaning xenstore database. Starting xenservices: xenstored, xenconsoled.Dec 17 10:52:06 odin xenstored: Checking store ... Dec 17 10:52:06 odin xenstored: Checking store complete. WARNING: Failed to open connection to gnttab xenballoon0: <Xen Balloon Device> on xenstore0 xctrl0: <Xen Control Device> on xenstore0 xs_dev0: <Xenstore user-space device> on xenstore0 xenbusb_front0: <Xen Frontend Devices> on xenstore0 xenbusb_back0: <Xen Backend Devices> on xenstore0 Setting domain 0 name, domid and JSON config... ums0: <DELL DELL USB Laser Mouse, class 0/0, rev 2.00/57.00, addr 3> on usbus1 ums0: error reading report description device_attach: ums0 attach returned 12 ahcich0: Timeout on slot 6 port 0 ahcich0: is 00000008 cs 00000000 ss 00000000 rs 00000078 tfd 40 serr 00000000 cmd 0000c617 ahcich0: AHCI reset... (ada0:ahcich0:0:0:0): WRITE_FPDMA_QUEUED. ACB: 61 58 90 38 00 40 10 00 00 00 00 00 (ada0:ahcich0:0:0:0): CAM status: Command timeout (ada0:ahcich0:0:0:0): Retrying command ahcich0: SATA connect time=100us status=00000123 ahcich0: AHCI reset: device found ahcich0: AHCI reset: device ready after 100ms (XEN) *** Serial input -> Xen (type 'CTRL-a' three times to switch input to DOM0) (XEN) IRQ information: (XEN) IRQ: 0 affinity:00000001 vec:f0 type=IO-APIC-edge status=00000000 timer_interrupt() (XEN) IRQ: 1 affinity:00000001 vec:30 type=IO-APIC-edge status=00000006 mapped, unbound (XEN) IRQ: 3 affinity:00000001 vec:38 type=IO-APIC-edge status=00000006 mapped, unbound (XEN) IRQ: 4 affinity:00000001 vec:f1 type=IO-APIC-edge status=00000000 ns16550_interrupt() (XEN) IRQ: 5 affinity:00000001 vec:40 type=IO-APIC-edge status=00000002 mapped, unbound (XEN) IRQ: 6 affinity:00000001 vec:48 type=IO-APIC-edge status=00000002 mapped, unbound (XEN) IRQ: 7 affinity:00000001 vec:50 type=IO-APIC-edge status=00000006 mapped, unbound (XEN) IRQ: 8 affinity:00000001 vec:58 type=IO-APIC-edge status=00000002 mapped, unbound (XEN) IRQ: 9 affinity:00000001 vec:60 type=IO-APIC-level status=00000030 in-flight=0 domain-list=0: 9(---), (XEN) IRQ: 10 affinity:00000001 vec:68 type=IO-APIC-edge status=00000002 mapped, unbound (XEN) IRQ: 11 affinity:00000001 vec:70 type=IO-APIC-edge status=00000002 mapped, unbound (XEN) IRQ: 12 affinity:00000001 vec:78 type=IO-APIC-edge status=00000002 mapped, unbound (XEN) IRQ: 13 affinity:00000001 vec:88 type=IO-APIC-edge status=00000002 mapped, unbound (XEN) IRQ: 14 affinity:00000001 vec:90 type=IO-APIC-edge status=00000002 mapped, unbound (XEN) IRQ: 15 affinity:00000001 vec:98 type=IO-APIC-edge status=00000002 mapped, unbound (XEN) IRQ: 16 affinity:00000001 vec:a0 type=IO-APIC-level status=00000030 in-flight=0 domain-list=0: 16(---), (XEN) IRQ: 17 affinity:00000040 vec:a8 type=IO-APIC-level status=00000010 in-flight=0 domain-list=0: 17(---), (XEN) IRQ: 18 affinity:00000001 vec:c0 type=IO-APIC-level status=00000030 in-flight=0 domain-list=0: 18(---), (XEN) IRQ: 20 affinity:00000004 vec:c8 type=IO-APIC-level status=00000010 in-flight=0 domain-list=0: 20(---), (XEN) IRQ: 22 affinity:00000020 vec:b0 type=IO-APIC-level status=00000030 in-flight=0 domain-list=0: 22(---), (XEN) IRQ: 23 affinity:00000001 vec:b8 type=IO-APIC-level status=00000030 in-flight=0 domain-list=0: 23(---), (XEN) IRQ: 24 affinity:000000ff vec:21 type=IO-APIC-level status=00000002 mapped, unbound (XEN) IRQ: 28 affinity:00000001 vec:d0 type=IO-APIC-level status=00000030 in-flight=0 domain-list=0: 28(---), (XEN) IRQ: 40 affinity:00000001 vec:d8 type=IO-APIC-level status=00000030 in-flight=0 domain-list=0: 40(---), (XEN) IRQ: 48 affinity:000000ff vec:28 type=DMA_MSI status=00000000 iommu_page_fault() (XEN) Direct vector information: (XEN) 0x20 -> irq_move_cleanup_interrupt() (XEN) 0xf2 -> cmci_interrupt() (XEN) 0xf3 -> intel_thermal_interrupt() (XEN) 0xf9 -> pmu_apic_interrupt() (XEN) 0xfa -> apic_timer_interrupt() (XEN) 0xfb -> call_function_interrupt() (XEN) 0xfc -> event_check_interrupt() (XEN) 0xfd -> invalidate_interrupt() (XEN) 0xfe -> error_interrupt() (XEN) 0xff -> spurious_interrupt() (XEN) IO-APIC interrupt information: (XEN) IRQ 0 Vec240: (XEN) Apic 0x00, Pin 2: vec=f0 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1 (XEN) IRQ 1 Vec 48: (XEN) Apic 0x00, Pin 1: vec=30 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=1 dest_id:1 (XEN) IRQ 3 Vec 56: (XEN) Apic 0x00, Pin 3: vec=38 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=1 dest_id:1 (XEN) IRQ 4 Vec241: (XEN) Apic 0x00, Pin 4: vec=f1 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1 (XEN) IRQ 5 Vec 64: (XEN) Apic 0x00, Pin 5: vec=40 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1 (XEN) IRQ 6 Vec 72: (XEN) Apic 0x00, Pin 6: vec=48 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1 (XEN) IRQ 7 Vec 80: (XEN) Apic 0x00, Pin 7: vec=50 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1 (XEN) IRQ 8 Vec 88: (XEN) Apic 0x00, Pin 8: vec=58 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1 (XEN) IRQ 9 Vec 96: (XEN) Apic 0x00, Pin 9: vec=60 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=L mask=0 dest_id:1 (XEN) IRQ 10 Vec104: (XEN) Apic 0x00, Pin 10: vec=68 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1 (XEN) IRQ 11 Vec112: (XEN) Apic 0x00, Pin 11: vec=70 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1 (XEN) IRQ 12 Vec120: (XEN) Apic 0x00, Pin 12: vec=78 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1 (XEN) IRQ 13 Vec136: (XEN) Apic 0x00, Pin 13: vec=88 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1 (XEN) IRQ 14 Vec144: (XEN) Apic 0x00, Pin 14: vec=90 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1 (XEN) IRQ 15 Vec152: (XEN) Apic 0x00, Pin 15: vec=98 delivery=LoPri dest=L status=0 polarity=0 irr=0 trig=E mask=0 dest_id:1 (XEN) IRQ 16 Vec160: (XEN) Apic 0x00, Pin 16: vec=a0 delivery=LoPri dest=L status=0 polarity=1 irr=0 trig=L mask=0 dest_id:1 (XEN) IRQ 17 Vec168: (XEN) Apic 0x00, Pin 17: vec=a8 delivery=LoPri dest=L status=1 polarity=1 irr=1 trig=L mask=0 dest_id:64 (XEN) IRQ 18 Vec192: (XEN) Apic 0x00, Pin 18: vec=c0 delivery=LoPri dest=L status=0 polarity=1 irr=0 trig=L mask=0 dest_id:1 (XEN) IRQ 20 Vec200: (XEN) Apic 0x00, Pin 20: vec=c8 delivery=LoPri dest=L status=1 polarity=1 irr=1 trig=L mask=0 dest_id:4 (XEN) IRQ 22 Vec176: (XEN) Apic 0x00, Pin 22: vec=b0 delivery=LoPri dest=L status=0 polarity=1 irr=0 trig=L mask=0 dest_id:32 (XEN) IRQ 23 Vec184: (XEN) Apic 0x00, Pin 23: vec=b8 delivery=LoPri dest=L status=0 polarity=1 irr=0 trig=L mask=0 dest_id:1 (XEN) IRQ 24 Vec 33: (XEN) Apic 0x01, Pin 0: vec=21 delivery=LoPri dest=L status=0 polarity=1 irr=0 trig=L mask=1 dest_id:255 (XEN) IRQ 28 Vec208: (XEN) Apic 0x01, Pin 4: vec=d0 delivery=LoPri dest=L status=0 polarity=1 irr=0 trig=L mask=0 dest_id:1 (XEN) IRQ 40 Vec216: (XEN) Apic 0x01, Pin 16: vec=d8 delivery=LoPri dest=L status=0 polarity=1 irr=0 trig=L mask=0 dest_id:1 (XEN) 'e' pressed -> dumping event-channel info (XEN) Event channel information for domain 0: (XEN) Polling vCPUs: {} (XEN) port [p/m/s] (XEN) 1 [0/0/0]: s=5 n=0 x=0 v=2 (XEN) 2 [0/0/0]: s=5 n=0 x=0 v=0 (XEN) 3 [0/0/0]: s=5 n=1 x=0 v=0 (XEN) 4 [0/0/0]: s=5 n=2 x=0 v=0 (XEN) 5 [0/0/0]: s=5 n=3 x=0 v=0 (XEN) 6 [0/0/0]: s=5 n=4 x=0 v=0 (XEN) 7 [0/0/0]: s=5 n=5 x=0 v=0 (XEN) 8 [0/0/0]: s=5 n=6 x=0 v=0 (XEN) 9 [0/0/0]: s=5 n=7 x=0 v=0 (XEN) 10 [0/0/0]: s=3 n=1 x=0 d=0 p=92 (XEN) 11 [0/0/0]: s=4 n=0 x=0 p=9 i=9 (XEN) 12 [0/0/0]: s=4 n=7 x=0 p=28 i=28 (XEN) 13 [0/0/0]: s=4 n=0 x=0 p=40 i=40 (XEN) 14 [0/0/0]: s=4 n=1 x=0 p=16 i=16 (XEN) 15 [0/0/0]: s=4 n=2 x=0 p=17 i=17 (XEN) 16 [0/0/0]: s=4 n=5 x=0 p=22 i=22 (XEN) 17 [0/0/0]: s=4 n=6 x=0 p=23 i=23 (XEN) 18 [0/0/0]: s=4 n=3 x=0 p=18 i=18 (XEN) 19 [0/0/0]: s=4 n=4 x=0 p=20 i=20 (XEN) 20 [0/0/0]: s=6 n=0 x=0 (XEN) 21 [0/0/0]: s=6 n=0 x=0 (XEN) 22 [0/0/0]: s=6 n=0 x=0 (XEN) 23 [0/0/0]: s=6 n=0 x=0 (XEN) 24 [0/0/0]: s=6 n=0 x=0 (XEN) 25 [0/0/0]: s=6 n=0 x=0 (XEN) 26 [0/0/0]: s=6 n=0 x=0 (XEN) 27 [0/0/0]: s=6 n=0 x=0 (XEN) 28 [0/0/0]: s=6 n=0 x=0 (XEN) 29 [0/0/0]: s=6 n=1 x=0 (XEN) 30 [0/0/0]: s=6 n=1 x=0 (XEN) 31 [0/0/0]: s=6 n=1 x=0 (XEN) 32 [0/0/0]: s=6 n=1 x=0 (XEN) 33 [0/0/0]: s=6 n=1 x=0 (XEN) 34 [0/0/0]: s=6 n=1 x=0 (XEN) 35 [0/0/0]: s=6 n=1 x=0 (XEN) 36 [0/0/0]: s=6 n=1 x=0 (XEN) 37 [0/0/0]: s=6 n=1 x=0 (XEN) 38 [0/0/0]: s=6 n=2 x=0 (XEN) 39 [0/0/0]: s=6 n=2 x=0 (XEN) 40 [0/0/0]: s=6 n=2 x=0 (XEN) 41 [0/0/0]: s=6 n=2 x=0 (XEN) 42 [0/0/0]: s=6 n=2 x=0 (XEN) 43 [0/0/0]: s=6 n=2 x=0 (XEN) 44 [0/0/0]: s=6 n=2 x=0 (XEN) 45 [0/0/0]: s=6 n=2 x=0 (XEN) 46 [0/0/0]: s=6 n=2 x=0 (XEN) 47 [0/0/0]: s=6 n=3 x=0 (XEN) 48 [0/0/0]: s=6 n=3 x=0 (XEN) 49 [0/0/0]: s=6 n=3 x=0 (XEN) 50 [0/0/0]: s=6 n=3 x=0 (XEN) 51 [0/0/0]: s=6 n=3 x=0 (XEN) 52 [0/0/0]: s=6 n=3 x=0 (XEN) 53 [0/0/0]: s=6 n=3 x=0 (XEN) 54 [0/0/0]: s=6 n=3 x=0 (XEN) 55 [0/0/0]: s=6 n=3 x=0 (XEN) 56 [0/0/0]: s=6 n=4 x=0 (XEN) 57 [0/0/0]: s=6 n=4 x=0 (XEN) 58 [0/0/0]: s=6 n=4 x=0 (XEN) 59 [0/0/0]: s=6 n=4 x=0 (XEN) 60 [0/0/0]: s=6 n=4 x=0 (XEN) 61 [0/0/0]: s=6 n=4 x=0 (XEN) 62 [0/0/0]: s=6 n=4 x=0 (XEN) 63 [0/0/0]: s=6 n=4 x=0 (XEN) 64 [0/0/0]: s=6 n=4 x=0 (XEN) 65 [0/0/0]: s=6 n=5 x=0 (XEN) 66 [0/0/0]: s=6 n=5 x=0 (XEN) 67 [0/0/0]: s=6 n=5 x=0 (XEN) 68 [0/0/0]: s=6 n=5 x=0 (XEN) 69 [0/0/0]: s=6 n=5 x=0 (XEN) 70 [0/0/0]: s=6 n=5 x=0 (XEN) 71 [0/0/0]: s=6 n=5 x=0 (XEN) 72 [0/0/0]: s=6 n=5 x=0 (XEN) 73 [0/0/0]: s=6 n=5 x=0 (XEN) 74 [0/0/0]: s=6 n=6 x=0 (XEN) 75 [0/0/0]: s=6 n=6 x=0 (XEN) 76 [0/0/0]: s=6 n=6 x=0 (XEN) 77 [0/0/0]: s=6 n=6 x=0 (XEN) 78 [0/0/0]: s=6 n=6 x=0 (XEN) 79 [0/0/0]: s=6 n=6 x=0 (XEN) 80 [0/0/0]: s=6 n=6 x=0 (XEN) 81 [0/0/0]: s=6 n=6 x=0 (XEN) 82 [0/0/0]: s=6 n=6 x=0 (XEN) 83 [0/0/0]: s=6 n=7 x=0 (XEN) 84 [0/0/0]: s=6 n=7 x=0 (XEN) 85 [0/0/0]: s=6 n=7 x=0 (XEN) 86 [0/0/0]: s=6 n=7 x=0 (XEN) 87 [0/0/0]: s=6 n=7 x=0 (XEN) 88 [0/0/0]: s=6 n=7 x=0 (XEN) 89 [0/0/0]: s=6 n=7 x=0 (XEN) 90 [0/0/0]: s=6 n=7 x=0 (XEN) 91 [0/0/0]: s=6 n=7 x=0 (XEN) 92 [0/0/0]: s=3 n=2 x=0 d=0 p=10 (XEN) 93 [0/0/0]: s=5 n=0 x=0 v=3 (XEN) number of MP IRQ sources: 15. (XEN) number of IO-APIC #8 registers: 24. (XEN) number of IO-APIC #9 registers: 24. (XEN) testing the IO APIC....................... (XEN) IO APIC #8...... (XEN) .... register #00: 00000000 (XEN) ....... : physical APIC id: 00 (XEN) ....... : Delivery Type: 0 (XEN) ....... : LTS : 0 (XEN) .... register #01: 00170020 (XEN) ....... : max redirection entries: 0017 (XEN) ....... : PRQ implemented: 0 (XEN) ....... : IO APIC version: 0020 (XEN) .... IRQ redirection table: (XEN) NR Log Phy Mask Trig IRR Pol Stat Dest Deli Vect: (XEN) 00 000 00 1 0 0 0 0 0 0 00 (XEN) 01 001 01 1 0 0 0 0 1 1 30 (XEN) 02 001 01 0 0 0 0 0 1 1 F0 (XEN) 03 001 01 1 0 0 0 0 1 1 38 (XEN) 04 001 01 0 0 0 0 0 1 1 F1 (XEN) 05 001 01 0 0 0 0 0 1 1 40 (XEN) 06 001 01 0 0 0 0 0 1 1 48 (XEN) 07 001 01 0 0 0 0 0 1 1 50 (XEN) 08 001 01 0 0 0 0 0 1 1 58 (XEN) 09 001 01 0 1 0 0 0 1 1 60 (XEN) 0a 001 01 0 0 0 0 0 1 1 68 (XEN) 0b 001 01 0 0 0 0 0 1 1 70 (XEN) 0c 001 01 0 0 0 0 0 1 1 78 (XEN) 0d 001 01 0 0 0 0 0 1 1 88 (XEN) 0e 001 01 0 0 0 0 0 1 1 90 (XEN) 0f 001 01 0 0 0 0 0 1 1 98 (XEN) 10 001 01 0 1 0 1 0 1 1 A0 (XEN) 11 040 00 0 1 1 1 1 1 1 A8 (XEN) 12 001 01 0 1 0 1 0 1 1 C0 (XEN) 13 000 00 1 0 0 0 0 0 0 00 (XEN) 14 004 04 0 1 1 1 1 1 1 C8 (XEN) 15 000 00 1 0 0 0 0 0 0 00 (XEN) 16 020 00 0 1 0 1 0 1 1 B0 (XEN) 17 001 01 0 1 0 1 0 1 1 B8 (XEN) IO APIC #9...... (XEN) .... register #00: 00000000 (XEN) ....... : physical APIC id: 00 (XEN) ....... : Delivery Type: 0 (XEN) ....... : LTS : 0 (XEN) .... register #01: 00170020 (XEN) ....... : max redirection entries: 0017 (XEN) ....... : PRQ implemented: 0 (XEN) ....... : IO APIC version: 0020 (XEN) .... register #02: 00000000 (XEN) ....... : arbitration: 00 (XEN) .... register #03: 00000001 (XEN) ....... : Boot DT : 1 (XEN) .... IRQ redirection table: (XEN) NR Log Phy Mask Trig IRR Pol Stat Dest Deli Vect: (XEN) 00 0FF 0F 1 1 0 1 0 1 1 21 (XEN) 01 000 00 1 0 0 0 0 0 0 00 (XEN) 02 000 00 1 0 0 0 0 0 0 00 (XEN) 03 000 00 1 0 0 0 0 0 0 00 (XEN) 04 001 01 0 1 0 1 0 1 1 D0 (XEN) 05 000 00 1 0 0 0 0 0 0 00 (XEN) 06 000 00 1 0 0 0 0 0 0 00 (XEN) 07 000 00 1 0 0 0 0 0 0 00 (XEN) 08 000 00 1 0 0 0 0 0 0 00 (XEN) 09 000 00 1 0 0 0 0 0 0 00 (XEN) 0a 000 00 1 0 0 0 0 0 0 00 (XEN) 0b 000 00 1 0 0 0 0 0 0 00 (XEN) 0c 000 00 1 0 0 0 0 0 0 00 (XEN) 0d 000 00 1 0 0 0 0 0 0 00 (XEN) 0e 000 00 1 0 0 0 0 0 0 00 (XEN) 0f 000 00 1 0 0 0 0 0 0 00 (XEN) 10 001 01 0 1 0 1 0 1 1 D8 (XEN) 11 000 00 1 0 0 0 0 0 0 00 (XEN) 12 000 00 1 0 0 0 0 0 0 00 (XEN) 13 000 00 1 0 0 0 0 0 0 00 (XEN) 14 000 00 1 0 0 0 0 0 0 00 (XEN) 15 000 00 1 0 0 0 0 0 0 00 (XEN) 16 000 00 1 0 0 0 0 0 0 00 (XEN) 17 000 00 1 0 0 0 0 0 0 00 (XEN) Using vector-based indexing (XEN) IRQ to pin mappings: (XEN) IRQ240 -> 0:2 (XEN) IRQ48 -> 0:1 (XEN) IRQ56 -> 0:3 (XEN) IRQ241 -> 0:4 (XEN) IRQ64 -> 0:5 (XEN) IRQ72 -> 0:6 (XEN) IRQ80 -> 0:7 (XEN) IRQ88 -> 0:8 (XEN) IRQ96 -> 0:9 (XEN) IRQ104 -> 0:10 (XEN) IRQ112 -> 0:11 (XEN) IRQ120 -> 0:12 (XEN) IRQ136 -> 0:13 (XEN) IRQ144 -> 0:14 (XEN) IRQ152 -> 0:15 (XEN) IRQ160 -> 0:16 (XEN) IRQ168 -> 0:17 (XEN) IRQ192 -> 0:18 (XEN) IRQ200 -> 0:20 (XEN) IRQ176 -> 0:22 (XEN) IRQ184 -> 0:23 (XEN) IRQ33 -> 1:0 (XEN) IRQ208 -> 1:4 (XEN) IRQ216 -> 1:16 (XEN) .................................... done. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |