From owner-freebsd-xen@FreeBSD.ORG Sun Nov 30 20:10:09 2014 Return-Path: Delivered-To: freebsd-xen@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B3063665 for ; Sun, 30 Nov 2014 20:10:09 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9A755D31 for ; Sun, 30 Nov 2014 20:10:09 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sAUKA92g041049 for ; Sun, 30 Nov 2014 20:10:09 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-xen@FreeBSD.org Subject: [Bug 195537] New: [xen] vt console somehow causes failures to boot and disk errors Date: Sun, 30 Nov 2014 20:10:09 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: sbruno@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-xen@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2014 20:10:09 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195537 Bug ID: 195537 Summary: [xen] vt console somehow causes failures to boot and disk errors Product: Base System Version: 11.0-CURRENT Hardware: amd64 OS: Any Status: New Severity: Affects Some People Priority: --- Component: kern Assignee: freebsd-xen@FreeBSD.org Reporter: sbruno@FreeBSD.org I'm scratching my head on this one. Running 11-current from today (svn r275291) with defaults will fail to boot on my rootbsd Xen HVM instance. It will have intermittent vnc consoles and will exhibit numerous disk errors when trying to boot multiuser or doing an installworld from single user. If I set kern.vty="sc" in loader.conf, magically all of these problems go away. I am using rootbsd's xen infrastructure for this: Nov 29 11:49:57 box kernel: FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 Nov 29 11:49:57 box kernel: XEN: Hypervisor version 4.2 detected. Nov 29 11:49:57 box kernel: CPU: Intel(R) Xeon(R) CPU E5620 @ 2.40GHz (2400.05-MHz K8-class CPU) Nov 29 11:49:57 box kernel: Origin="GenuineIntel" Id=0x206c2 Family=0x6 Model=0x2c Stepping=2 Nov 29 11:49:57 box kernel: Features=0x1783fbff Nov 29 11:49:57 box kernel: Features2=0x81ba2201 Nov 29 11:49:57 box kernel: AMD Features=0x28100800 Nov 29 11:49:57 box kernel: AMD Features2=0x1 Nov 29 11:49:57 box kernel: Hypervisor: Origin = "XenVMMXenVMM" Nov 29 11:49:57 box kernel: real memory = 1434451968 (1368 MB) Nov 29 11:49:57 box kernel: avail memory = 1353445376 (1290 MB) Nov 29 11:49:57 box kernel: Event timer "LAPIC" quality 400 Nov 29 11:49:57 box kernel: ACPI APIC Table: Nov 29 11:49:57 box kernel: FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs Nov 29 11:49:57 box kernel: FreeBSD/SMP: 1 package(s) x 2 core(s) Nov 29 11:49:57 box kernel: cpu0 (BSP): APIC ID: 0 Nov 29 11:49:57 box kernel: cpu1 (AP): APIC ID: 2 Nov 29 11:49:57 box kernel: ioapic0: Changing APIC ID to 1 Nov 29 11:49:57 box kernel: MADT: Forcing active-low polarity and level trigger for SCI Nov 29 11:49:57 box kernel: ioapic0 irqs 0-47 on motherboard Nov 29 11:49:57 box kernel: random: entropy device infrastructure driver Nov 29 11:49:57 box kernel: random: selecting highest priority adaptor Nov 29 11:49:57 box kernel: random: SOFT: yarrow init() Nov 29 11:49:57 box kernel: random: selecting highest priority adaptor Nov 29 11:49:57 box kernel: kbd1 at kbdmux0 Nov 29 11:49:57 box kernel: xenpv0: on motherboard Nov 29 11:49:57 box kernel: xen_et0: on xenpv0 Nov 29 11:49:57 box kernel: Event timer "XENTIMER" frequency 1000000000 Hz quality 950 Nov 29 11:49:57 box kernel: Timecounter "XENTIMER" frequency 1000000000 Hz quality 950 Nov 29 11:49:57 box kernel: xenstore0: on xenpv0 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-xen@FreeBSD.ORG Mon Dec 1 19:03:34 2014 Return-Path: Delivered-To: freebsd-xen@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9B153890 for ; Mon, 1 Dec 2014 19:03:34 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8298A974 for ; Mon, 1 Dec 2014 19:03:34 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sB1J3YI7066609 for ; Mon, 1 Dec 2014 19:03:34 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-xen@FreeBSD.org Subject: [Bug 195537] [xen] vt console somehow causes failures to boot and disk errors Date: Mon, 01 Dec 2014 19:03:34 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: royger@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: royger@freebsd.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2014 19:03:34 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D195537 Roger Pau Monn=C3=83=C2=A9 changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-xen@FreeBSD.org |royger@freebsd.org --- Comment #1 from Roger Pau Monn=C3=83=C2=A9 --- Created attachment 150078 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D150078&action= =3Dedit Make vt_vga reserve the memory it uses Yes, I'm aware of the issue. It comes from the fact that FreeBSD/Xen uses t= he holes in the memory map to map the grant table, foreign memory from other domains, &c. The problem is that the vt_vga driver doesn't reserve the memory region it uses, so Xen will happily use it for it's ends, this as you already realized ends up very badly. I'm attaching a crappy patch that solves this by making vt_vga register the memory it uses, but the patch is incomplete: * It unconditionally reserves the memory, even if vt_vga is not used. * I've not checked if other vt_* drivers have the same issue. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-xen@FreeBSD.ORG Tue Dec 2 15:31:36 2014 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CAAA1C16 for ; Tue, 2 Dec 2014 15:31:36 +0000 (UTC) Received: from mail-qa0-f42.google.com (mail-qa0-f42.google.com [209.85.216.42]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 83F1C940 for ; Tue, 2 Dec 2014 15:31:36 +0000 (UTC) Received: by mail-qa0-f42.google.com with SMTP id j7so8966144qaq.15 for ; Tue, 02 Dec 2014 07:31:28 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=C5dSbRjt6cnv5aVYpi9MVPWQgb1Eqa3N/plkAxL9zyQ=; b=QoE7BEESwEF93+g2kC66zQJbpqDhqbWZZ8ljyOSVmMtXyf36XHRiWYmPz/sRVSpGKd BUnv5/zMNXGeXF7TZm/s5u/erYIqnvTdtiu3H9gif8dQ9WZ0NCdeAatQ4RttqkfluUXD gjrJ0DhR6zR2dX9fHCF8yMBH7RPn1nGqZBr3tlqgH6+p/bE+cIHOw6lTbc5qbSoFrRkz 2uhHDlP31wXKBGcOzn2bCl9CJkOfdktNYqtSevmFd0wH0bPHovsY/jLSG56pqorP/iPv I5DJKUiPb8SHFxPzToi3u9nqm6pA84ywVenLZGgAnvodQ/LBcQANkYGSZxr+FNadGzQ6 5bOg== X-Gm-Message-State: ALoCoQn/dwS8vNxqDbxLqwEQnjqyJl/6eqzi97rmOteNieKMGfs0GEloahoi9rQevLOqUa14xK+R X-Received: by 10.229.97.73 with SMTP id k9mr75283408qcn.15.1417534288818; Tue, 02 Dec 2014 07:31:28 -0800 (PST) Received: from Juliens-MacBook-Pro.local ([185.25.64.249]) by mx.google.com with ESMTPSA id k4sm20686774qaf.0.2014.12.02.07.31.26 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 02 Dec 2014 07:31:28 -0800 (PST) Message-ID: <547DDB4B.6060506@linaro.org> Date: Tue, 02 Dec 2014 15:31:23 +0000 From: Julien Grall User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Andrew Turner Subject: Re: [RFC v2] Add support for Xen ARM guest on FreeBSD References: <54726138.3090003@linaro.org> <20141128135737.23a71643@bender.lan> In-Reply-To: <20141128135737.23a71643@bender.lan> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Ian Campbell , Stefano Stabellini , "xen-devel@lists.xen.org" , freebsd-xen@freebsd.org, freebsd-arm@freebsd.org, Denis Schneider , gibbs@freebsd.org X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2014 15:31:37 -0000 Hello Andrew, On 28/11/2014 13:57, Andrew Turner wrote: > On Sun, 23 Nov 2014 22:35:36 +0000 > Julien Grall wrote: >> Major changes in this new version: >> * Add Device Tree support via Linux Boot ABI >> * Add zImage support >> * Netfront support >> * Blkfront fixes >> * DOM0 support (separate branch see below) >> >> The former item is very hackish. I was wondering if there is another >> way to do it? Or maybe we should support FreeBSD Bootloader in ARM >> guest? > > I think using the loader is the correct way to handle booting in Xen. It > allows us to relocate the dtb as required. It look like a zImage then > use the Xen console to interact with the user. Thanks, I will give a look to this solution. >> >> The patch series is divided in X parts: >> * #1 - #14: Clean up and bug fixes for Xen. They can be >> applied without the rest of the series >> * #15 - #19: Update Xen interface to 4.4 and fix >> compilation. It's required for ARM. >> * #20 - #26: Update Xen code to support ARM >> * #27 - #33: Rework the event channel code for supporting >> ARM. I will work with Royger to come with a common interface with x86 >> * #34 - #36: Add support for ARM in Xen code >> * #37 - #46: ARM bug fixes and new features. Some of thoses >> patches (#37 - #40) could be applied without the rest of the series >> * #47 - #48: Add Xen ARM platform > > I have committed patches 30 and 40 as they look good. Thanks! > I'm not familiar > with the code to review 37 or 38, however from my quick look at 38 I > appears _bus_dmamap_load_buffer does take in to account buflen and > dmat->maxsegsz when setting sgsize just not dmat->alignment. Right, I guess I could just keep the roundup2. > > ... >> >> TODO: >> * Add SMP/PSCI support in FreeBSD. Could be useful other >> platform too > > Adding PSCI support is on my TODO lost for arm64, however I don't > expect to get on ti in until early next year. BTW, what is the actual status of the ARM64 port? I plan to give a look for adding Xen support too. Regards, -- Julien Grall From owner-freebsd-xen@FreeBSD.ORG Tue Dec 2 16:38:16 2014 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ACC5D274 for ; Tue, 2 Dec 2014 16:38:16 +0000 (UTC) Received: from mail-pa0-x22a.google.com (mail-pa0-x22a.google.com [IPv6:2607:f8b0:400e:c03::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 794B1FC3 for ; Tue, 2 Dec 2014 16:38:16 +0000 (UTC) Received: by mail-pa0-f42.google.com with SMTP id et14so13730741pad.15 for ; Tue, 02 Dec 2014 08:38:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dpdtech.com; s=google; h=from:content-type:subject:message-id:date:to:mime-version; bh=GouePO6Xrs0xqhlZQfRZ6lJD/dkjN5tyHZ8M1SRQ9b4=; b=Mywis8txVF7P6+cvO1HdktYRJUhEBRavG5J4bhZ7KhJOZ8sEJEacxKqkjLyKxUAUiJ pbEN6xpcVA1HtbpzRxl99DOfoBBPkiSpjqNYeFuiazssTFFSdwI6khbeEu5GwqKlk85K HSBFZfC9VhtR+MjgHGj4dPq5gdVMJmDo8HpuQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:content-type:subject:message-id:date:to :mime-version; bh=GouePO6Xrs0xqhlZQfRZ6lJD/dkjN5tyHZ8M1SRQ9b4=; b=OEe4gta4EujVpGD5YS2DCoAdPynOv1Y+yc15BIHVeQyny253ajkV1XY7VTO7PgQPmZ gwNPqyrCdlfRLTUhxhLLvUv2h52pj60eIGGrJ+0diX++0JfSWwS/R9kligSMYJC5aBlT IDW9WsBYRKnnnLHtKHKkOiBEpUh6HxKdFbHnyFhG2DjGyzDiEJqZrQAn7BbeUnpwAGIZ RDzPQmu2XfXLePelTWMNbgUuer4tzyfgt9qpPZJTT5uGoBR0OtgbHE+45dsB7ctbRTLC kqAl8RryWNEBhhf9jXzFUZPhDuOmC0CMMnPM6rpSbU6VCj62F3Fg5hHM7tPCqWcGajv/ s18A== X-Gm-Message-State: ALoCoQmZCkeh1pZJJPm5CWQtwJ6uWFl/0aAOf1Xk9FxzdJ2B9mxZHwkvUVQDNbpR76CLug1GNM94 X-Received: by 10.70.44.197 with SMTP id g5mr227870pdm.102.1417538295827; Tue, 02 Dec 2014 08:38:15 -0800 (PST) Received: from 173-13-188-41-sfba.hfc.comcastbusiness.net (173-13-188-41-sfba.hfc.comcastbusiness.net. [173.13.188.41]) by mx.google.com with ESMTPSA id qg2sm4018296pdb.5.2014.12.02.08.38.14 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 02 Dec 2014 08:38:15 -0800 (PST) From: "David P. Discher" Content-Type: multipart/signed; boundary="Apple-Mail=_68205D64-D416-4E72-AB64-D540DB0AE605"; protocol="application/pgp-signature"; micalg=pgp-sha512 Subject: Attempting to Get Xen FreeBSD Dom0 working Message-Id: <481F7D02-BFE9-4E35-A475-5A8A05A801CE@dpdtech.com> Date: Tue, 2 Dec 2014 08:38:16 -0800 To: freebsd-xen@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) X-Mailer: Apple Mail (2.1878.6) X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2014 16:38:16 -0000 --Apple-Mail=_68205D64-D416-4E72-AB64-D540DB0AE605 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 Hey All - Attempting to follow the directions over at : = http://wiki.xenproject.org/wiki/FreeBSD_Dom0 I=92ve confirmed the hard way, not all the bits in the pvh_dom0_v8 -head = copy of FreeBSD have been merged into freebsd-head, so running with a = working kernel from the repo over at xenbits. However, I=92m getting a = panic in the AcpiNsWalkNamespace when the Dom0 is booting. I=92m = willing and have time to do some testing and poking. And suggestions or = pointers at what to look at next ? Hardware is: Supermicro X8STi Intel(R) Xeon(R) CPU E5620 @ 2.40GHz Panic is: Fatal trap 12: page fault while in kernel mode cpuid =3D 0; apic id =3D 00 fault virtual address =3D 0x18 fault code =3D supervisor read data, page not = present instruction pointer =3D 0x20:0xffffffff803376f1 stack pointer =3D 0x28:0xffffffff823228d0 frame pointer =3D 0x28:0xffffffff82322940 code segment =3D base 0x0, limit 0xfffff, type 0x1b =3D DPL 0, pres 1, long 1, def32 0, gran = 1 processor eflags =3D interrupt enabled, resume, IOPL =3D = 0 current process =3D 0 (swapper) [ thread pid 0 tid 100000 ] Stopped at AcpiNsWalkNamespace+0x31: movq = 0x18(%rsi),%rax db> bt Tracing pid 0 tid 100000 td 0xffffffff8180bbf0 AcpiNsWalkNamespace() at AcpiNsWalkNamespace+0x31/frame = 0xffffffff82322940 AcpiWalkNamespace() at AcpiWalkNamespace+0xa8/frame = 0xffffffff823229a0 acpi_pci_attach() at acpi_pci_attach+0x154/frame = 0xffffffff823229f0 device_attach() at device_attach+0x38f/frame 0xffffffff82322a50 bus_generic_attach() at bus_generic_attach+0x4a/frame = 0xffffffff82322a70 qpi_pcib_attach() at qpi_pcib_attach+0x76/frame = 0xffffffff82322aa0 device_attach() at device_attach+0x38f/frame 0xffffffff82322b00 bus_generic_attach() at bus_generic_attach+0x4a/frame = 0xffffffff82322b20 device_attach() at device_attach+0x38f/frame 0xffffffff82322b80 bus_generic_attach() at bus_generic_attach+0x4a/frame = 0xffffffff82322ba0 nexus_xen_attach() at nexus_xen_attach+0xa9/frame = 0xffffffff82322bc0 device_attach() at device_attach+0x38f/frame 0xffffffff82322c20 bus_generic_new_pass() at bus_generic_new_pass+0x116/frame = 0xffffffff82322c50 bus_set_pass() at bus_set_pass+0x8c/frame 0xffffffff82322c80 configure() at configure+0xa/frame 0xffffffff82322c90 mi_startup() at mi_startup+0x108/frame 0xffffffff82322cb0 xen_start() at xen_start+0x1f db> - David P. Discher http://davidpdischer.com/ AIM: DavidDPD | Y!M: daviddpdz=20 --Apple-Mail=_68205D64-D416-4E72-AB64-D540DB0AE605 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQEcBAEBCgAGBQJUfer5AAoJEEmwU6XuhYWOMxIH/iqKv3vK+657HOz4Jn27zReV 5MSO/WODL/sl4YVpSvxWL2Ybsh1IS2QBA2TRxaKyLjs6X0L/2Jiv3sdeIoG0cS0+ SZwRgUVFvBz5DLmeLVALGqDZV5VfH1202FC5uOOBqDhZ1QvsWbERn2vRT5hTptey 8U8Qb6H0M6gjctl3aO6ArCu6xP6WVzfJ6RhFNpgYYV6MEP3UUlflYR7ME8vAU7/F 1GxOrRCX2aL+jEoutnlAvx/TPXsO5r7YWIzcosbggY1uDeIP8f/Z8O6fxwcZjhlQ G9XQyKOYovShW50Yju5WDZi0SXn7crgyEdq56CfmHKRLJSvViEBTeaAXpHIidLA= =4hsB -----END PGP SIGNATURE----- --Apple-Mail=_68205D64-D416-4E72-AB64-D540DB0AE605-- From owner-freebsd-xen@FreeBSD.ORG Tue Dec 2 18:39:41 2014 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CAEF96A2 for ; Tue, 2 Dec 2014 18:39:41 +0000 (UTC) Received: from SMTP.CITRIX.COM (smtp.citrix.com [66.165.176.89]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "mail.citrix.com", Issuer "Cybertrust Public SureServer SV CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0E4CDFBA for ; Tue, 2 Dec 2014 18:39:40 +0000 (UTC) X-IronPort-AV: E=Sophos;i="5.07,502,1413244800"; d="scan'208";a="198663909" Received: from [127.0.0.1] (10.80.16.47) by smtprelay.citrix.com (10.13.107.80) with Microsoft SMTP Server id 14.3.181.6; Tue, 2 Dec 2014 12:54:10 -0500 Message-ID: <547DFCC0.6030003@citrix.com> Date: Tue, 2 Dec 2014 18:54:08 +0100 From: =?windows-1252?Q?Roger_Pau_Monn=E9?= User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: "David P. Discher" , Subject: Re: Attempting to Get Xen FreeBSD Dom0 working References: <481F7D02-BFE9-4E35-A475-5A8A05A801CE@dpdtech.com> In-Reply-To: <481F7D02-BFE9-4E35-A475-5A8A05A801CE@dpdtech.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 8bit X-DLP: MIA2 X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2014 18:39:41 -0000 Hello, Thanks for trying it out. El 02/12/14 a les 17.38, David P. Discher ha escrit: > Hey All - > > Attempting to follow the directions over at : http://wiki.xenproject.org/wiki/FreeBSD_Dom0 > > I’ve confirmed the hard way, not all the bits in the pvh_dom0_v8 -head copy of FreeBSD have been merged into freebsd-head, so running with a working kernel from the repo over at xenbits. However, I’m getting a panic in the AcpiNsWalkNamespace when the Dom0 is booting. I’m willing and have time to do some testing and poking. And suggestions or pointers at what to look at next ? I assume that this box is capable of booting FreeBSD without Xen. > Hardware is: > > Supermicro X8STi > Intel(R) Xeon(R) CPU E5620 @ 2.40GHz > > Panic is: > > > Fatal trap 12: page fault while in kernel mode > cpuid = 0; apic id = 00 > fault virtual address = 0x18 > fault code = supervisor read data, page not present > instruction pointer = 0x20:0xffffffff803376f1 > stack pointer = 0x28:0xffffffff823228d0 > frame pointer = 0x28:0xffffffff82322940 > code segment = base 0x0, limit 0xfffff, type 0x1b > = DPL 0, pres 1, long 1, def32 0, gran 1 > processor eflags = interrupt enabled, resume, IOPL = 0 > current process = 0 (swapper) > [ thread pid 0 tid 100000 ] > Stopped at AcpiNsWalkNamespace+0x31: movq 0x18(%rsi),%rax > db> bt > Tracing pid 0 tid 100000 td 0xffffffff8180bbf0 > AcpiNsWalkNamespace() at AcpiNsWalkNamespace+0x31/frame 0xffffffff82322940 > AcpiWalkNamespace() at AcpiWalkNamespace+0xa8/frame 0xffffffff823229a0 > acpi_pci_attach() at acpi_pci_attach+0x154/frame 0xffffffff823229f0 Could you get the file/line number of at least the 3 entries above? Also, could you paste the full log of Xen+FreeBSD when booted using boot_verbose? (up to the point of the panic) Roger. From owner-freebsd-xen@FreeBSD.ORG Tue Dec 2 18:30:19 2014 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7C5C318A for ; Tue, 2 Dec 2014 18:30:19 +0000 (UTC) Received: from mail-pd0-f181.google.com (mail-pd0-f181.google.com [209.85.192.181]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 45B89EBA for ; Tue, 2 Dec 2014 18:30:19 +0000 (UTC) Received: by mail-pd0-f181.google.com with SMTP id v10so8256555pde.26 for ; Tue, 02 Dec 2014 10:30:18 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:subject:mime-version:content-type:from :in-reply-to:date:cc:message-id:references:to; bh=X5Op8ICs+XBRo0QRKJt9D4w6MuspzvQIWq3yN7h/cfw=; b=fuj8wEPppqfxJChVuGQ5ZaJ8Vu2X/ti1xodtIf3HUavhwIZamsyeOKckoVcjOb5c0x 3kq8avIatwBNjuW4bGEduwvu7zkQofGj2FnoRUKJqZS8hzGNWlyfHNrRyT0s/hZlGenM l3+bYKupdChOD8HWG5oO9cOZGw6//S9HN1LnipjPy1z7NKm79w8qpU8y1NNm4o3GoUAn ZEEoodgaC0aew1WFRshtFAMU8cU8qTe8vzZOriELeAFU5YkvU7pMCBA+IdrJWCMzB9QY DijUrx543P6FtIqV+uAjmYP6pXNKAexI+OaH3D6koGnYrYhB2Mu7UEWZQ+5oKqzevfz0 mwNg== X-Gm-Message-State: ALoCoQlj/34TvdLf/NFZUtbBiw22qVy0biv+V9/bBrP25UxqBvHlC6RXcLWkinAIIa2o292ExmoD X-Received: by 10.66.221.168 with SMTP id qf8mr1192832pac.102.1417545018305; Tue, 02 Dec 2014 10:30:18 -0800 (PST) Received: from [10.64.24.134] ([69.53.236.236]) by mx.google.com with ESMTPSA id xk1sm12855272pab.13.2014.12.02.10.30.16 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 02 Dec 2014 10:30:17 -0800 (PST) Sender: Warner Losh Subject: Re: [RFC v2] Add support for Xen ARM guest on FreeBSD Mime-Version: 1.0 (Mac OS X Mail 8.1 \(1993\)) Content-Type: multipart/signed; boundary="Apple-Mail=_1310916B-3B53-4C5A-B293-E67B588CB60E"; protocol="application/pgp-signature"; micalg=pgp-sha512 X-Pgp-Agent: GPGMail 2.5b3 From: Warner Losh In-Reply-To: <547DDB4B.6060506@linaro.org> Date: Tue, 2 Dec 2014 11:30:14 -0700 Message-Id: References: <54726138.3090003@linaro.org> <20141128135737.23a71643@bender.lan> <547DDB4B.6060506@linaro.org> To: Julien Grall X-Mailer: Apple Mail (2.1993) X-Mailman-Approved-At: Tue, 02 Dec 2014 18:43:13 +0000 Cc: Ian Campbell , Stefano Stabellini , Andrew Turner , "xen-devel@lists.xen.org" , freebsd-xen@freebsd.org, freebsd-arm , Denis Schneider , gibbs@freebsd.org X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2014 18:30:19 -0000 --Apple-Mail=_1310916B-3B53-4C5A-B293-E67B588CB60E Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 Hey Julien, Have you rebased your patch train after Andrew=E2=80=99s commits? Warner > On Dec 2, 2014, at 8:31 AM, Julien Grall = wrote: >=20 > Hello Andrew, >=20 > On 28/11/2014 13:57, Andrew Turner wrote: >> On Sun, 23 Nov 2014 22:35:36 +0000 >> Julien Grall wrote: >>> Major changes in this new version: >>> * Add Device Tree support via Linux Boot ABI >>> * Add zImage support >>> * Netfront support >>> * Blkfront fixes >>> * DOM0 support (separate branch see below) >>>=20 >>> The former item is very hackish. I was wondering if there is another >>> way to do it? Or maybe we should support FreeBSD Bootloader in ARM >>> guest? >>=20 >> I think using the loader is the correct way to handle booting in Xen. = It >> allows us to relocate the dtb as required. It look like a zImage then >> use the Xen console to interact with the user. >=20 > Thanks, I will give a look to this solution. >=20 >>>=20 >>> The patch series is divided in X parts: >>> * #1 - #14: Clean up and bug fixes for Xen. They can be >>> applied without the rest of the series >>> * #15 - #19: Update Xen interface to 4.4 and fix >>> compilation. It's required for ARM. >>> * #20 - #26: Update Xen code to support ARM >>> * #27 - #33: Rework the event channel code for supporting >>> ARM. I will work with Royger to come with a common interface with = x86 >>> * #34 - #36: Add support for ARM in Xen code >>> * #37 - #46: ARM bug fixes and new features. Some of thoses >>> patches (#37 - #40) could be applied without the rest of the series >>> * #47 - #48: Add Xen ARM platform >>=20 >> I have committed patches 30 and 40 as they look good. >=20 > Thanks! >=20 >> I'm not familiar >> with the code to review 37 or 38, however from my quick look at 38 I >> appears _bus_dmamap_load_buffer does take in to account buflen and >> dmat->maxsegsz when setting sgsize just not dmat->alignment. >=20 > Right, I guess I could just keep the roundup2. >=20 >>=20 >> ... >>>=20 >>> TODO: >>> * Add SMP/PSCI support in FreeBSD. Could be useful other >>> platform too >>=20 >> Adding PSCI support is on my TODO lost for arm64, however I don't >> expect to get on ti in until early next year. >=20 > BTW, what is the actual status of the ARM64 port? I plan to give a = look > for adding Xen support too. --Apple-Mail=_1310916B-3B53-4C5A-B293-E67B588CB60E Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQIcBAEBCgAGBQJUfgU2AAoJEGwc0Sh9sBEAqIQP/Rx3lyiz1spiwso9X2aKl4qk RMCKlQPUsujqoNa29nEtzNjmRidzXbgm3VV/fBOXkLkKefZ8vwgVoPCHOBd/9zua qmnAGyfju+xDw5LPeRrsPOLXA4OctOPEG7vJy+52tdyKDYpB2F+P60Y8NuttL3wR sVrHbo7V9PzmoQBzFgmCWaMg1A86K6O50b9uRZREL8qX4x+cx/M97bUmH0AbaesE 5bA+Avn9RmN3lmaIWCcTFMDj6zkplLBOaB4pBMf5+JpDYw8Tm8kF7jWXkUgLqzRn 9HFLjJMlDDWSdyG0vOAzUeyaQBlg+u7LcpgIlkKk4awNcoLTc5uUvaDr+re8eYny eW1FBzyujK9N8Itc68m4k4CcYbBMlKLxzJHAnNt3Te+3JFrAIzI4H9cRX8Q1qmFC o+Nbr5h2S2rMZfl3qRtIj0JTtnRjs9PGug4Bv3vIVujBZ67rRepyMkuKjBrXfKBR lqTntSHnkD7jNEwyLBXxy50Mq9jJopI8uBEBmLWJ1RdEudcWlTSpxDEv5qiPjMhf XEeGg8CaEAY/vuixibDqzzM0MthX/XFAH3ubboAUPEGIPiAOXcMLMJOnw5JtrjZK zQ7UWQh2ie33Zb9LMrP3t6+71SN6G0ZbiDpRlD/RJ1neBpnsnQgwSkQBu7PPa+u/ gk/rYNoAnGOyvay0YYeV =gSrq -----END PGP SIGNATURE----- --Apple-Mail=_1310916B-3B53-4C5A-B293-E67B588CB60E-- From owner-freebsd-xen@FreeBSD.ORG Tue Dec 2 21:26:38 2014 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 48F7A317 for ; Tue, 2 Dec 2014 21:26:38 +0000 (UTC) Received: from mail-pa0-x22b.google.com (mail-pa0-x22b.google.com [IPv6:2607:f8b0:400e:c03::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 11CD7623 for ; Tue, 2 Dec 2014 21:26:37 +0000 (UTC) Received: by mail-pa0-f43.google.com with SMTP id kx10so14300091pab.2 for ; Tue, 02 Dec 2014 13:26:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dpdtech.com; s=google; h=content-type:mime-version:subject:from:in-reply-to:date:cc :message-id:references:to; bh=g/+EZjhGQ/7RN7dMX1x+GJh6foxVWEdWEqaegaZ8R1s=; b=KKxtVRDDqDH4cgmfqWLz12cMXZpLXpUGevyyZAPj//85HeLnt6OiE4SEFpKA8PE8sN 7ZkMuRujeX+Nr37Han8Mr1+stCEbfqL4oDRue++ymDMUHChlrz9MoJXIWgSvO9PGKSch tjI3fmOjz3sNfZCRt6/kaB9Js3J9a8OwnQNAM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:cc:message-id:references:to; bh=g/+EZjhGQ/7RN7dMX1x+GJh6foxVWEdWEqaegaZ8R1s=; b=G+bgknSzIgU+NAQ2BT5RQB3U7HB5uysuLGNa0MIejwzLQuGjL3dB1qwa9vdcvzIacr jRvB8ILsN74IhM28h1sjRT0emeLI8lWsEn0+nfuk1fRc88a2sChWH19RmUo5qCLfq3be f7SiCKipXhJuRq9INIyTeZddLAIw2njqigThxPvzsbbIChTGyPN9S9bZuDl0DYuqugOs NY464pKC7oHjdEmgpsZiRO1B0Cn07vj4laAYdjcqV7Ulf5Bmnfzmlv5MREk5Lb7oxDVl 5wAtQr6UYSi/JJmgBnTCzxkT0kE+lnq0S9t9dhiZxRC8HkixGubfKaZfL+CrBrdD9R9s or+Q== X-Gm-Message-State: ALoCoQleQl+61u/1yxQsKqzqh48IHVmRd6cyxm+nbOKa+Nrk5tSKFE7FCTZeBjhz8MHhsusZpGRe X-Received: by 10.68.68.206 with SMTP id y14mr9178331pbt.165.1417555597551; Tue, 02 Dec 2014 13:26:37 -0800 (PST) Received: from 173-13-188-41-sfba.hfc.comcastbusiness.net (173-13-188-41-sfba.hfc.comcastbusiness.net. [173.13.188.41]) by mx.google.com with ESMTPSA id vy1sm21260299pac.20.2014.12.02.13.26.36 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 02 Dec 2014 13:26:36 -0800 (PST) Content-Type: multipart/signed; boundary="Apple-Mail=_1B211A78-A14D-4942-A1AA-575A1A0FA128"; protocol="application/pgp-signature"; micalg=pgp-sha512 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: Attempting to Get Xen FreeBSD Dom0 working From: "David P. Discher" In-Reply-To: <547DFCC0.6030003@citrix.com> Date: Tue, 2 Dec 2014 13:26:40 -0800 Message-Id: References: <481F7D02-BFE9-4E35-A475-5A8A05A801CE@dpdtech.com> <547DFCC0.6030003@citrix.com> To: =?iso-8859-1?Q?Roger_Pau_Monn=E9?= X-Mailer: Apple Mail (2.1878.6) Cc: freebsd-xen@freebsd.org X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2014 21:26:38 -0000 --Apple-Mail=_1B211A78-A14D-4942-A1AA-575A1A0FA128 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 On Dec 2, 2014, at 9:54 AM, Roger Pau Monn=E9 = wrote: > Hello, >=20 > Thanks for trying it out. I=92ve been excited about FreeBSD Dom0 for 4+ years =85 and excited to = see progress. Once I can get it working, I=92ll work on the 4th loader = for auto booting xen+freebsd.=20 > I assume that this box is capable of booting FreeBSD without Xen. yes, I=92ve gotten the latest -head running on it as well as = pvh_dom0_v8, and compiled world and kernel of both on this hardware. I = also still have XCP 1.6 on the other drive, and has been running = Xen+Linux for while now. >=20 > Could you get the file/line number of at least the 3 entries above? >=20 > Also, could you paste the full log of Xen+FreeBSD when booted using > boot_verbose? (up to the point of the panic) >=20 > Roger. Below is the boot. One thing I=92m not getting, is serial output from = the Xen kernel. The IPMI SOL is on 0x3e8 (com3), and using com3 doesn=92t = seem to get the xen kernel to output anything. Can you or someone point me to how to get the line numbers ? Since this = is panic-ing before swap on/dumpon =85 I=92m not sure out to get the = dump and load into kgdb with the symbols. My guess is that I need to = use remote debugging to do this.=20 OK load /boot/xen /boot/xen data=3D0x1dc260+0x4dda0 / OK load kernel /boot/kernel/kernel size=3D0x149f35d OK load zfs /boot/kernel/zfs.ko size 0x2f3d90 at 0x185c000 loading required module 'opensolaris' /boot/kernel/opensolaris.ko size 0xdff0 at 0x1b50000 OK load if_tap /boot/kernel/if_tap.ko size 0xa6a8 at 0x1b5e000 OK boot Booting... GDB: no debug ports present KDB: debugger backends: ddb KDB: current backend: ddb SMAP type=3D01 base=3D0000000000000000 len=3D0000000000099400 SMAP type=3D02 base=3D0000000000099400 len=3D0000000000006c00 SMAP type=3D02 base=3D00000000000e0000 len=3D0000000000020000 SMAP type=3D01 base=3D0000000000100000 len=3D000000007ff66000 SMAP type=3D09 base=3D00000000df78e000 len=3D0000000000002000 SMAP type=3D03 base=3D00000000df790000 len=3D000000000000e000 SMAP type=3D04 base=3D00000000df79e000 len=3D0000000000032000 SMAP type=3D02 base=3D00000000df7d0000 len=3D0000000000010000 SMAP type=3D02 base=3D00000000df7ec000 len=3D0000000010814000 SMAP type=3D02 base=3D00000000fee00000 len=3D0000000000001000 SMAP type=3D02 base=3D00000000ffc00000 len=3D0000000000400000 Table 'FACP' at 0xdf790290 Table 'APIC' at 0xdf790390 APIC: Found table at 0xdf790390 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) 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 #1 6039027(pvh_dom0_v8): Tue Dec 2 04:26:58 UTC = 2014 root@borg.dpdtech.com:/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. Preloaded elf multiboot kernel "/boot/xen" at 0xffffffff81bf4000. Preloaded elf kernel "/boot/kernel/kernel" at 0xffffffff81bf4168. Preloaded elf obj module "/boot/kernel/zfs.ko" at 0xffffffff81bf4240. Preloaded elf obj module "/boot/kernel/opensolaris.ko" at = 0xffffffff81bf4a68. Preloaded elf obj module "/boot/kernel/if_tap.ko" at 0xffffffff81bf5098. Hypervisor: Origin =3D "XenVMMXenVMM" Calibrating TSC clock ... TSC clock: 2400007932 Hz CPU: Intel(R) Xeon(R) CPU E5620 @ 2.40GHz (2400.01-MHz = K8-class CPU) Origin=3D"GenuineIntel" Id=3D0x206c2 Family=3D0x6 Model=3D0x2c = Stepping=3D2 = Features=3D0x1fcbebff = Features2=3D0x82982283 AMD Features=3D0x20100800 AMD Features2=3D0x1 TSC: P-state invariant, performance statistics Data TLB: 4 KB pages, 4-way set associative, 64 entries L2 cache: 256 kbytes, 8-way associative, 64 bytes/line real memory =3D 2147901440 (2048 MB) Physical memory chunk(s): 0x0000000000010000 - 0x0000000000098fff, 561152 bytes (137 pages) 0x0000000000100000 - 0x00000000001fffff, 1048576 bytes (256 pages) 0x000000000234b000 - 0x000000007cbd9fff, 2055794688 bytes (501903 pages) avail memory =3D 2032517120 (1938 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 FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs FreeBSD/SMP: 1 package(s) x 4 core(s) cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 2 cpu2 (AP): APIC ID: 4 cpu3 (AP): APIC ID: 6 x86bios: IVT 0x000000-0x0004ff at 0xfffff80000000000 x86bios: SSEG 0x098000-0x098fff at 0xfffffe007b7f8000 x86bios: ROM 0x0a0000-0x0fefff at 0xfffff800000a0000 random device not loaded; using insecure entropy ULE: setup cpu 0 ULE: setup cpu 1 ULE: setup cpu 2 ULE: setup cpu 3 Xen interrupt system initialized Table 'FACP' at 0xdf790290 Table 'APIC' at 0xdf790390 APIC: Found table at 0xdf790390 ACPI: RSDP 0x00000000000FAAB0 000024 (v02 ACPIAM) ACPI: XSDT 0x00000000DF790100 00007C (v01 SMCI 20100917 MSFT = 00000097) ACPI: FACP 0x00000000DF790290 0000F4 (v03 091710 FACP1846 20100917 MSFT = 00000097) ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: = 128/64 (20140926/tbfadt-646) ACPI: DSDT 0x00000000DF790630 0066F5 (v01 10009 10009000 00000000 INTL = 20051117) ACPI: FACS 0x00000000DF79E000 000040 ACPI: APIC 0x00000000DF790390 0000D2 (v01 091710 APIC1846 20100917 MSFT = 00000097) ACPI: MCFG 0x00000000DF790470 00003C (v01 091710 OEMMCFG 20100917 MSFT = 00000097) ACPI: OEMB 0x00000000DF79E040 00007B (v01 091710 OEMB1846 20100917 MSFT = 00000097) ACPI: HPET 0x00000000DF79A630 000038 (v01 091710 OEMHPET 20100917 MSFT = 00000097) ACPI: XMAR 0x00000000DF79E0C0 000128 (v01 AMI OEMDMAR 00000001 MSFT = 00000097) ACPI: SSDT 0x00000000DF7A0040 000363 (v01 DpgPmm CpuPm 00000012 INTL = 20051117) ACPI: EINJ 0x00000000DF79A670 000130 (v01 AMIER AMI_EINJ 20100917 MSFT = 00000097) ACPI: BERT 0x00000000DF79A800 000030 (v01 AMIER AMI_BERT 20100917 MSFT = 00000097) ACPI: ERST 0x00000000DF79A830 0001B0 (v01 AMIER AMI_ERST 20100917 MSFT = 00000097) ACPI: HEST 0x00000000DF79A9E0 0000A8 (v01 AMIER ABC_HEST 20100917 MSFT = 00000097) MADT: Interrupt override: source 0, irq 2 xen: register IRQ#2 MADT: Interrupt override: source 9, irq 20 xen: register IRQ#20 cpu0 BSP XEN PV LAPIC snd_unit_init() u=3D0x00ff8000 [512] d=3D0x00007c00 [32] c=3D0x000003ff = [1024] feeder_register: snd_unit=3D-1 snd_maxautovchans=3D16 latency=3D5 = feeder_rate_min=3D1 feeder_rate_max=3D2016000 feeder_rate_round=3D25 wlan: <802.11 Link Layer> Hardware, Intel Secure Key RNG: RDRAND is not present Hardware, VIA Nehemiah Padlock RNG: VIA Padlock RNG not present kbd: new array size 4 kbd1 at kbdmux0 mem: nfslock: pseudo-device null: Falling back to random adaptor random: initialized VESA: calling BIOS POST module_register_init: MOD_LOAD (vesa, 0xffffffff80dac160, 0) error 6 io: 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 xenpv0: on motherboard Grant table initialized xc0: on xenpv0 xen_et0: 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: on xenpv0 pvcpu1: on xenpv0 pvcpu2: on xenpv0 pvcpu3: on xenpv0 xenstore0: on xenpv0 xsd_dev0: on xenpv0 evtchn0: on xenpv0 privcmd0: on xenpv0 isa0: on xenpv0 acpi0: on motherboard ACPI: All ACPI Tables successfully acquired PCIe: Memory Mapped configuration base @ 0xe0000000 acpi0: could not allocate interrupt ACPI Exception: AE_ALREADY_EXISTS, Unable to install System Control = Interrupt handler (20140926/evevent-152) acpi0: Could not enable ACPI: AE_ALREADY_EXISTS device_attach: acpi0 attach returned 6 qpi0: on motherboard pcib0: pcibus 255 on qpi0 pci255: on pcib0 pci255: domain=3D0, physical bus=3D255 found-> vendor=3D0x8086, dev=3D0x2c70, revid=3D0x02 domain=3D0, bus=3D255, slot=3D0, func=3D0 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2d81, revid=3D0x02 domain=3D0, bus=3D255, slot=3D0, func=3D1 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2d90, revid=3D0x02 domain=3D0, bus=3D255, slot=3D2, func=3D0 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2d91, revid=3D0x02 domain=3D0, bus=3D255, slot=3D2, func=3D1 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2d92, revid=3D0x02 domain=3D0, bus=3D255, slot=3D2, func=3D2 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2d93, revid=3D0x02 domain=3D0, bus=3D255, slot=3D2, func=3D3 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2d94, revid=3D0x02 domain=3D0, bus=3D255, slot=3D2, func=3D4 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2d95, revid=3D0x02 domain=3D0, bus=3D255, slot=3D2, func=3D5 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2d98, revid=3D0x02 domain=3D0, bus=3D255, slot=3D3, func=3D0 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2d99, revid=3D0x02 domain=3D0, bus=3D255, slot=3D3, func=3D1 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2d9a, revid=3D0x02 domain=3D0, bus=3D255, slot=3D3, func=3D2 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2d9c, revid=3D0x02 domain=3D0, bus=3D255, slot=3D3, func=3D4 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2da0, revid=3D0x02 domain=3D0, bus=3D255, slot=3D4, func=3D0 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2da1, revid=3D0x02 domain=3D0, bus=3D255, slot=3D4, func=3D1 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2da2, revid=3D0x02 domain=3D0, bus=3D255, slot=3D4, func=3D2 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2da3, revid=3D0x02 domain=3D0, bus=3D255, slot=3D4, func=3D3 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2da8, revid=3D0x02 domain=3D0, bus=3D255, slot=3D5, func=3D0 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2da9, revid=3D0x02 domain=3D0, bus=3D255, slot=3D5, func=3D1 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2daa, revid=3D0x02 domain=3D0, bus=3D255, slot=3D5, func=3D2 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2dab, revid=3D0x02 domain=3D0, bus=3D255, slot=3D5, func=3D3 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2db0, revid=3D0x02 domain=3D0, bus=3D255, slot=3D6, func=3D0 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2db1, revid=3D0x02 domain=3D0, bus=3D255, slot=3D6, func=3D1 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2db2, revid=3D0x02 domain=3D0, bus=3D255, slot=3D6, func=3D2 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2db3, revid=3D0x02 domain=3D0, bus=3D255, slot=3D6, func=3D3 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) Fatal trap 12: page fault while in kernel mode cpuid =3D 0; apic id =3D 00 fault virtual address =3D 0x18 fault code =3D supervisor read data, page not present instruction pointer =3D 0x20:0xffffffff803376f1 stack pointer =3D 0x28:0xffffffff823228d0 frame pointer =3D 0x28:0xffffffff82322940 code segment =3D base 0x0, limit 0xfffff, type 0x1b =3D DPL 0, pres 1, long 1, def32 0, gran 1 processor eflags =3D interrupt enabled, resume, IOPL =3D 0 current process =3D 0 (swapper) [ thread pid 0 tid 100000 ] Stopped at AcpiNsWalkNamespace+0x31: movq 0x18(%rsi),%rax db> - David P. Discher http://davidpdischer.com/ AIM: DavidDPD | Y!M: daviddpdz=20 --Apple-Mail=_1B211A78-A14D-4942-A1AA-575A1A0FA128 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQEcBAEBCgAGBQJUfi6QAAoJEEmwU6XuhYWOoPwH/i1L0w/e8oseIckYDLvg2KMm KBp1UhpZnwWlMVBSOkBalZViVB4UbV9SusTdTrlPNesRDqsSdgFdzsXfZqcKZBzM pTHKzWATUR03rp0Ppl4hrwj1kitZLjoiDR4f2LpVF1Dp1FloC21Ri0nsZIqBRgfs OqAczlrFcfNBLokH+cETbviZibxwtl1V1gc1kpJJLl4x1okmG557kK3JyrXCUtMj UvUw9Mb8pgqvpJooJnt0ZIdiZUfuzDBkVkVJnSLhKEgbIFQeKBTPFcF1G+4gQboU 0bf70v9/MWbjn9mcPB9grsTqkKrgtZwzbWsryPv8CdbcMITQq1nueUkX/TmnH08= =Pvga -----END PGP SIGNATURE----- --Apple-Mail=_1B211A78-A14D-4942-A1AA-575A1A0FA128-- From owner-freebsd-xen@FreeBSD.ORG Tue Dec 2 22:10:34 2014 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3E5D7E47 for ; Tue, 2 Dec 2014 22:10:34 +0000 (UTC) Received: from mail-qc0-f178.google.com (mail-qc0-f178.google.com [209.85.216.178]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F30D8B7D for ; Tue, 2 Dec 2014 22:10:33 +0000 (UTC) Received: by mail-qc0-f178.google.com with SMTP id b13so11138963qcw.23 for ; Tue, 02 Dec 2014 14:10:32 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=/pZd1CoCZHcxpINydBKRCtPF8HZC3LkXY3ZwAxXE6ec=; b=hgU4H8+7aUxfFsNg6Hkacs9i0/Q3Ng9KxXV1NcgjcqShWSm0f1jHm76vF0bkOlIq0I i+WadT4yWrFEFGSBaruh6ZpMpUXwHVx7ys07vm6Jv+TmCPm5H4nX+CqLV7K52gmRXcqS M1GNfOIo4QOmofSELP9e0nCAp6QgOK8m0RGZjLrX27GgqqM7knADYV5h7bL/jsnauEZd wuJxpFL1m/pRHEFHHnnO/ykeEKiANFa4ITLTb17k/WEp/ytnxPxbQIFvYDe6/2Jv8Mu2 uZ9TDTz+Q3pVDHKiafLQ8xxXNP8pnlfLPsVk+R0clc/UGzVUB/TIBprrXxn5klce/eUY iQcA== X-Gm-Message-State: ALoCoQlhohUggojL6anXNGT0CWkxVPcc891dtD7ltj8cTAWYAVw5qa5tzUrMAFWe6G7h0vNOpNwG MIME-Version: 1.0 X-Received: by 10.224.121.142 with SMTP id h14mr2293152qar.80.1417558232512; Tue, 02 Dec 2014 14:10:32 -0800 (PST) Received: by 10.140.39.48 with HTTP; Tue, 2 Dec 2014 14:10:32 -0800 (PST) In-Reply-To: References: <481F7D02-BFE9-4E35-A475-5A8A05A801CE@dpdtech.com> <547DFCC0.6030003@citrix.com> Date: Tue, 2 Dec 2014 15:10:32 -0700 Message-ID: Subject: Re: Attempting to Get Xen FreeBSD Dom0 working From: Will Andrews To: "David P. Discher" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-xen@freebsd.org X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2014 22:10:34 -0000 On Tue, Dec 2, 2014 at 2:26 PM, David P. Discher wrote: > Can you or someone point me to how to get the line numbers ? Since this = is panic-ing before swap on/dumpon =E2=80=A6 I=E2=80=99m not sure out to ge= t the dump and load into kgdb with the symbols. My guess is that I need to= use remote debugging to do this. You can just run 'kgdb' when you boot up and type in 'l *name+off', for instance, from your previous email: > db> bt > Tracing pid 0 tid 100000 td 0xffffffff8180bbf0 > AcpiNsWalkNamespace() at AcpiNsWalkNamespace+0x31/frame 0xffffffff8= 2322940 > AcpiWalkNamespace() at AcpiWalkNamespace+0xa8/frame 0xffffffff82322= 9a0 > acpi_pci_attach() at acpi_pci_attach+0x154/frame 0xffffffff823229f0 On my system this yields: sol# kgdb [...] #0 sched_switch (td=3D0xffffffff81645e70, newtd=3D, flags=3D) at /home/will/dev/git/freebsd/sys/kern/sched_ule.c:1945 1945 cpuid =3D PCPU_GET(cpuid); (kgdb) l *AcpiNsWalkNamespace+0x31 0xffffffff80335cc1 is in AcpiNsWalkNamespace (/home/will/dev/git/freebsd/sys/contrib/dev/acpica/components/namespace/nsw= alk.c:91). [...] (kgdb) l *AcpiWalkNamespace+0xa8 0xffffffff80336268 is in AcpiWalkNamespace (/home/will/dev/git/freebsd/sys/contrib/dev/acpica/components/namespace/nsx= feval.c:665). [...] (kgdb) l *acpi_pci_attach+0x154 0xffffffff80366924 is in acpi_pci_attach (/home/will/dev/git/freebsd/sys/dev/acpica/acpi_pci.c:313). [...] It would probably also be useful to report the source revision you built. --Will. From owner-freebsd-xen@FreeBSD.ORG Tue Dec 2 22:30:54 2014 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AE82F303 for ; Tue, 2 Dec 2014 22:30:54 +0000 (UTC) Received: from mail-pd0-x22f.google.com (mail-pd0-x22f.google.com [IPv6:2607:f8b0:400e:c02::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 76171D5F for ; Tue, 2 Dec 2014 22:30:54 +0000 (UTC) Received: by mail-pd0-f175.google.com with SMTP id y10so14011496pdj.6 for ; Tue, 02 Dec 2014 14:30:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dpdtech.com; s=google; h=content-type:mime-version:subject:from:in-reply-to:date:cc :message-id:references:to; bh=xI1lwGVC3SM1l2eBj644Gkk9u8enW+7vZS+x8/nyuDM=; b=L9r9r32tdRz60mFSVWhrARa5F8onlFZFtY0Xp2X/Nw0Wq0IBF+iQ+0STMGuQXUEJz0 Ko4sq3iUUXLcGInJzX6KBOqhG4KrhPncF/tUPRMb0uLgcE9+cQtW/xZl+QeF7Wh6csn2 +4PctGwKoXWnwDVur+rY5ym6HT/ep5knQDf10= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:cc:message-id:references:to; bh=xI1lwGVC3SM1l2eBj644Gkk9u8enW+7vZS+x8/nyuDM=; b=JfNM9kOFtE7F5Y2ZPqtw2+domv2m5VhpHb3YwclwQCQJttp+gt/6k79+oAIHNJBrp/ o6CF6A/NnYV6b+L5ct50/DHBd7shPEgYecO/jGLDrswhkY0FUptxiQx0qJKom8dgQO01 TTCWCUXS48krVBwcYfNbTZ/5Iq9ULNb5zy6e7MUnifggf5PjV5wH3ZmbKf2Vq2BfrPm3 OiZA7CaRcQDndQW0dZVIfUcQYC4uj13MFsGYC79XAHZ6ekY/d9FWU+n0tTIAxIqcPH4O G8khxgU3OwpbYr0G6B0RoK+/6B7RtpUK+A5Wk0mNbKCzzLYdHc08teyFjg4TTCmEwyCI 5oeQ== X-Gm-Message-State: ALoCoQljULAwrnWYkoBoSMgUsvN4hbF5LyKqABuVzwm1Q9xXS1wA+dzuGrZIdr8di6QoUtbKMfkh X-Received: by 10.70.51.232 with SMTP id n8mr2756687pdo.9.1417559453822; Tue, 02 Dec 2014 14:30:53 -0800 (PST) Received: from 173-13-188-41-sfba.hfc.comcastbusiness.net (173-13-188-41-sfba.hfc.comcastbusiness.net. [173.13.188.41]) by mx.google.com with ESMTPSA id i10sm21281362pdr.21.2014.12.02.14.30.52 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 02 Dec 2014 14:30:53 -0800 (PST) Content-Type: multipart/signed; boundary="Apple-Mail=_82D2C7DD-0726-4302-A88A-A379DD7AE26A"; protocol="application/pgp-signature"; micalg=pgp-sha512 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: Attempting to Get Xen FreeBSD Dom0 working From: "David P. Discher" In-Reply-To: Date: Tue, 2 Dec 2014 14:30:56 -0800 Message-Id: <221B193A-5DE8-4BFF-BEFF-69C9A292BC22@dpdtech.com> References: <481F7D02-BFE9-4E35-A475-5A8A05A801CE@dpdtech.com> <547DFCC0.6030003@citrix.com> To: Will Andrews X-Mailer: Apple Mail (2.1878.6) Cc: freebsd-xen@freebsd.org X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2014 22:30:54 -0000 --Apple-Mail=_82D2C7DD-0726-4302-A88A-A379DD7AE26A Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 sweet - thanks - Will - As far as what=92s built - it is = git://xenbits.xen.org/people/royger/freebsd.git with branch pvh_dom0_v8: root@borg:/usr/src # git status On branch pvh_dom0_v8 Your branch is up-to-date with 'origin/pvh_dom0_v8=92. [=85] And the line numbers: #0 sched_switch (td=3D0xfffff800c9108940, newtd=3D, flags=3D) at /usr/src/sys/kern/sched_ule.c:1940 1940 cpuid =3D PCPU_GET(cpuid); =09 (kgdb) l *AcpiNsWalkNamespace+0x31 0xffffffff803376f1 is in AcpiNsWalkNamespace = (/usr/src/sys/contrib/dev/acpica/components/namespace/nswalk.c:90). 85 return (ParentNode->Child); 86 } 87 88 /* Otherwise just return the next peer */ 89 90 return (ChildNode->Peer); 91 } 92 93 94 = /*************************************************************************= ****** Current language: auto; currently minimal =09 (kgdb) l *AcpiWalkNamespace+0xa8 0xffffffff80337c98 is in AcpiWalkNamespace = (/usr/src/sys/contrib/dev/acpica/components/namespace/nsxfeval.c:671). 666 { 667 Status =3D AE_BAD_PARAMETER; 668 goto UnlockAndExit2; 669 } 670 671 Status =3D AcpiNsWalkNamespace (Type, StartObject, = MaxDepth, 672 ACPI_NS_WALK_UNLOCK, DescendingCallback, 673 AscendingCallback, Context, = ReturnValue); 674 675 UnlockAndExit2: =09 (kgdb) l *acpi_pci_attach+0x154 0xffffffff80371d94 is in acpi_pci_attach = (/usr/src/sys/dev/acpica/acpi_pci.c:321). 316 */ 317 pci_add_children(dev, domain, busno, = sizeof(struct acpi_pci_devinfo)); 318 AcpiWalkNamespace(ACPI_TYPE_DEVICE, = acpi_get_handle(dev), 1, 319 acpi_pci_save_handle, NULL, dev, NULL); 320 321 return (bus_generic_attach(dev)); 322 } 323 324 #ifdef ACPI_DMAR 325 bus_dma_tag_t dmar_get_dma_tag(device_t dev, device_t = child); (kgdb) =09 - David P. Discher http://davidpdischer.com/ AIM: DavidDPD | Y!M: daviddpdz=20 On Dec 2, 2014, at 2:10 PM, Will Andrews wrote: > On Tue, Dec 2, 2014 at 2:26 PM, David P. Discher = wrote: >> Can you or someone point me to how to get the line numbers ? Since = this is panic-ing before swap on/dumpon =85 I=92m not sure out to get = the dump and load into kgdb with the symbols. My guess is that I need = to use remote debugging to do this. >=20 > You can just run 'kgdb' when you boot up and type in 'l *name+off', > for instance, from your previous email: >=20 >> db> bt >> Tracing pid 0 tid 100000 td 0xffffffff8180bbf0 >> AcpiNsWalkNamespace() at AcpiNsWalkNamespace+0x31/frame = 0xffffffff82322940 >> AcpiWalkNamespace() at AcpiWalkNamespace+0xa8/frame = 0xffffffff823229a0 >> acpi_pci_attach() at acpi_pci_attach+0x154/frame = 0xffffffff823229f0 >=20 > On my system this yields: >=20 > sol# kgdb > [...] --Apple-Mail=_82D2C7DD-0726-4302-A88A-A379DD7AE26A Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQEcBAEBCgAGBQJUfj2hAAoJEEmwU6XuhYWOBS8H/2kWmsFk3hqmkNhZpb3ARSZe DRUlbnFoKJr2QRQEn8nCCxPfiBk9L2dgBVuiPDE2nkPKzYIGTjgeDyGtRISa0dUm IWk5QPt5hcRd6ncHHWMOXssTAmOKwz+G7oiyqsQSwBzA4GAFnGduhXtQp4M5thP0 8e/ScwNDYSEi6kncyWlOksXrUeAz+OELYf0MqyJEutPmGmU8uIxUn6/frBApDSQb htKOGFYd0GFO1g1S9BIO86x9Ghg9aJTuigaVy/QBWpTBUo5J57ciGn28SqZw5nUl WjsJB3eeepW8J+i57na6hUsHPp0Q0oGjC927jQOx/zAJTm587hFK8mTIp83w9+E= =zC7r -----END PGP SIGNATURE----- --Apple-Mail=_82D2C7DD-0726-4302-A88A-A379DD7AE26A-- From owner-freebsd-xen@FreeBSD.ORG Wed Dec 3 11:36:14 2014 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0827DEBA for ; Wed, 3 Dec 2014 11:36:14 +0000 (UTC) Received: from mail-wg0-f47.google.com (mail-wg0-f47.google.com [74.125.82.47]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 890AF87B for ; Wed, 3 Dec 2014 11:36:13 +0000 (UTC) Received: by mail-wg0-f47.google.com with SMTP id n12so19723437wgh.34 for ; Wed, 03 Dec 2014 03:36:06 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=XH+clNP1L8EkI48OdCucbHeLq2TBSnIJQ+ffG6Lq10I=; b=DlCv4eTVwyaXjWq4MC/vzliBonSsRjZGXLgo7AcwmTkkieje7Q5+1jKxs4PTEHYQML 7zjOvOI1ls56ISJ/S5dtKO2H95e8RFEAsfapMV2YeAplz7y0Fs1lKWMxHIPIazRJeQF9 1pMBodj6eDdTKaZuCsyGaCDaN1COp7yVyCfLr8eUw00GtNBHT+wsZ5dXwcYVphNlXo6W GogsPydJ8fmuvxOFa3/BZMi4keT60etRw6jcdxQ9tZhMz9G8h9YJjPlVSEz8CUZowFTV aC1KhIp8Yh1eUKnYuPkOr0oHuuXjRpavgeUdhgRh/AIv8lhVhejYnVNkX2opBAKCeUE5 ypMw== X-Gm-Message-State: ALoCoQlcQhLjXvUixtZo8YaDdqUXxf8ro5oLHncGZOwEBTgHUxFv3Qsl1V0kRyZ3Kxw4GMbMvk8R X-Received: by 10.194.19.38 with SMTP id b6mr6816542wje.44.1417606566076; Wed, 03 Dec 2014 03:36:06 -0800 (PST) Received: from Juliens-MacBook-Pro.local (cpc12-cmbg15-2-0-cust92.5-4.cable.virginm.net. [86.30.247.93]) by mx.google.com with ESMTPSA id mw7sm36742510wib.14.2014.12.03.03.36.04 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 03 Dec 2014 03:36:05 -0800 (PST) Message-ID: <547EF5A3.6030705@linaro.org> Date: Wed, 03 Dec 2014 11:36:03 +0000 From: Julien Grall User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Warner Losh Subject: Re: [RFC v2] Add support for Xen ARM guest on FreeBSD References: <54726138.3090003@linaro.org> <20141128135737.23a71643@bender.lan> <547DDB4B.6060506@linaro.org> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Mailman-Approved-At: Wed, 03 Dec 2014 12:34:04 +0000 Cc: Ian Campbell , Stefano Stabellini , Andrew Turner , "xen-devel@lists.xen.org" , freebsd-xen@freebsd.org, freebsd-arm , Denis Schneider , gibbs@freebsd.org X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2014 11:36:14 -0000 On 02/12/2014 18:30, Warner Losh wrote: > Hey Julien, Hi Warner, > Have you rebased your patch train after Andrew’s commits? I just pushed a new branch rebased on the latest master: git://xenbits.xen.org/people/julieng/freebsd.git branch xen-arm-v2.2 I can re-export the patch into files if necessary. Regards, -- Julien Grall From owner-freebsd-xen@FreeBSD.ORG Wed Dec 3 13:47:40 2014 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9B8BEF5F for ; Wed, 3 Dec 2014 13:47:40 +0000 (UTC) Received: from SMTP.CITRIX.COM (smtp.citrix.com [66.165.176.89]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "mail.citrix.com", Issuer "Cybertrust Public SureServer SV CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CD5C1A89 for ; Wed, 3 Dec 2014 13:47:39 +0000 (UTC) X-IronPort-AV: E=Sophos;i="5.07,507,1413244800"; d="scan'208";a="199057935" Received: from [127.0.0.1] (10.80.16.47) by smtprelay.citrix.com (10.13.107.78) with Microsoft SMTP Server id 14.3.181.6; Wed, 3 Dec 2014 08:47:35 -0500 Message-ID: <547F1476.8080305@citrix.com> Date: Wed, 3 Dec 2014 14:47:34 +0100 From: =?windows-1252?Q?Roger_Pau_Monn=E9?= User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: "David P. Discher" Subject: Re: Attempting to Get Xen FreeBSD Dom0 working References: <481F7D02-BFE9-4E35-A475-5A8A05A801CE@dpdtech.com> <547DFCC0.6030003@citrix.com> In-Reply-To: Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 8bit X-DLP: MIA2 Cc: freebsd-xen@freebsd.org X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2014 13:47:40 -0000 Hello, El 02/12/14 a les 22.26, David P. Discher ha escrit: > On Dec 2, 2014, at 9:54 AM, Roger Pau Monné wrote: > > Below is the boot. One thing I’m not getting, is serial output from the Xen kernel. The IPMI SOL is on 0x3e8 (com3), and using com3 doesn’t seem to get the xen kernel to output anything. You can try using the following:: com1=115200,8n1,0x3e8 console=com1 > Can you or someone point me to how to get the line numbers ? Since this is panic-ing before swap on/dumpon … I’m not sure out to get the dump and load into kgdb with the symbols. My guess is that I need to use remote debugging to do this. You can do it with nm and addr2line, but I don't think I need those any more, thanks :). > > OK load /boot/xen > /boot/xen data=0x1dc260+0x4dda0 / > OK load kernel > /boot/kernel/kernel size=0x149f35d > OK load zfs > /boot/kernel/zfs.ko size 0x2f3d90 at 0x185c000 > loading required module 'opensolaris' > /boot/kernel/opensolaris.ko size 0xdff0 at 0x1b50000 > OK load if_tap > /boot/kernel/if_tap.ko size 0xa6a8 at 0x1b5e000 > OK boot > Booting... > GDB: no debug ports present > KDB: debugger backends: ddb > KDB: current backend: ddb > SMAP type=01 base=0000000000000000 len=0000000000099400 > SMAP type=02 base=0000000000099400 len=0000000000006c00 > SMAP type=02 base=00000000000e0000 len=0000000000020000 > SMAP type=01 base=0000000000100000 len=000000007ff66000 > SMAP type=09 base=00000000df78e000 len=0000000000002000 > SMAP type=03 base=00000000df790000 len=000000000000e000 > SMAP type=04 base=00000000df79e000 len=0000000000032000 > SMAP type=02 base=00000000df7d0000 len=0000000000010000 > SMAP type=02 base=00000000df7ec000 len=0000000010814000 > SMAP type=02 base=00000000fee00000 len=0000000000001000 > SMAP type=02 base=00000000ffc00000 len=0000000000400000 > Table 'FACP' at 0xdf790290 > Table 'APIC' at 0xdf790390 > APIC: Found table at 0xdf790390 > 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) > 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 #1 6039027(pvh_dom0_v8): Tue Dec 2 04:26:58 UTC 2014 > root@borg.dpdtech.com:/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. > Preloaded elf multiboot kernel "/boot/xen" at 0xffffffff81bf4000. > Preloaded elf kernel "/boot/kernel/kernel" at 0xffffffff81bf4168. > Preloaded elf obj module "/boot/kernel/zfs.ko" at 0xffffffff81bf4240. > Preloaded elf obj module "/boot/kernel/opensolaris.ko" at 0xffffffff81bf4a68. > Preloaded elf obj module "/boot/kernel/if_tap.ko" at 0xffffffff81bf5098. > Hypervisor: Origin = "XenVMMXenVMM" > Calibrating TSC clock ... TSC clock: 2400007932 Hz > CPU: Intel(R) Xeon(R) CPU E5620 @ 2.40GHz (2400.01-MHz K8-class CPU) > Origin="GenuineIntel" Id=0x206c2 Family=0x6 Model=0x2c Stepping=2 > Features=0x1fcbebff > Features2=0x82982283 > AMD Features=0x20100800 > AMD Features2=0x1 > TSC: P-state invariant, performance statistics > Data TLB: 4 KB pages, 4-way set associative, 64 entries > L2 cache: 256 kbytes, 8-way associative, 64 bytes/line > real memory = 2147901440 (2048 MB) > Physical memory chunk(s): > 0x0000000000010000 - 0x0000000000098fff, 561152 bytes (137 pages) > 0x0000000000100000 - 0x00000000001fffff, 1048576 bytes (256 pages) > 0x000000000234b000 - 0x000000007cbd9fff, 2055794688 bytes (501903 pages) > avail memory = 2032517120 (1938 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 > FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs > FreeBSD/SMP: 1 package(s) x 4 core(s) > cpu0 (BSP): APIC ID: 0 > cpu1 (AP): APIC ID: 2 > cpu2 (AP): APIC ID: 4 > cpu3 (AP): APIC ID: 6 > x86bios: IVT 0x000000-0x0004ff at 0xfffff80000000000 > x86bios: SSEG 0x098000-0x098fff at 0xfffffe007b7f8000 > x86bios: ROM 0x0a0000-0x0fefff at 0xfffff800000a0000 > random device not loaded; using insecure entropy > ULE: setup cpu 0 > ULE: setup cpu 1 > ULE: setup cpu 2 > ULE: setup cpu 3 > Xen interrupt system initialized > Table 'FACP' at 0xdf790290 > Table 'APIC' at 0xdf790390 > APIC: Found table at 0xdf790390 > ACPI: RSDP 0x00000000000FAAB0 000024 (v02 ACPIAM) > ACPI: XSDT 0x00000000DF790100 00007C (v01 SMCI 20100917 MSFT 00000097) > ACPI: FACP 0x00000000DF790290 0000F4 (v03 091710 FACP1846 20100917 MSFT 00000097) > ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: 128/64 (20140926/tbfadt-646) > ACPI: DSDT 0x00000000DF790630 0066F5 (v01 10009 10009000 00000000 INTL 20051117) > ACPI: FACS 0x00000000DF79E000 000040 > ACPI: APIC 0x00000000DF790390 0000D2 (v01 091710 APIC1846 20100917 MSFT 00000097) > ACPI: MCFG 0x00000000DF790470 00003C (v01 091710 OEMMCFG 20100917 MSFT 00000097) > ACPI: OEMB 0x00000000DF79E040 00007B (v01 091710 OEMB1846 20100917 MSFT 00000097) > ACPI: HPET 0x00000000DF79A630 000038 (v01 091710 OEMHPET 20100917 MSFT 00000097) > ACPI: XMAR 0x00000000DF79E0C0 000128 (v01 AMI OEMDMAR 00000001 MSFT 00000097) > ACPI: SSDT 0x00000000DF7A0040 000363 (v01 DpgPmm CpuPm 00000012 INTL 20051117) > ACPI: EINJ 0x00000000DF79A670 000130 (v01 AMIER AMI_EINJ 20100917 MSFT 00000097) > ACPI: BERT 0x00000000DF79A800 000030 (v01 AMIER AMI_BERT 20100917 MSFT 00000097) > ACPI: ERST 0x00000000DF79A830 0001B0 (v01 AMIER AMI_ERST 20100917 MSFT 00000097) > ACPI: HEST 0x00000000DF79A9E0 0000A8 (v01 AMIER ABC_HEST 20100917 MSFT 00000097) > MADT: Interrupt override: source 0, irq 2 > xen: register IRQ#2 > MADT: Interrupt override: source 9, irq 20 > xen: register IRQ#20 > 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> > Hardware, Intel Secure Key RNG: RDRAND is not present > Hardware, VIA Nehemiah Padlock RNG: VIA Padlock RNG not present > kbd: new array size 4 > kbd1 at kbdmux0 > mem: > nfslock: pseudo-device > null: > Falling back to random adaptor > random: initialized > VESA: calling BIOS POST > module_register_init: MOD_LOAD (vesa, 0xffffffff80dac160, 0) error 6 > io: > 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 > xenpv0: on motherboard > Grant table initialized > xc0: on xenpv0 > xen_et0: 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: on xenpv0 > pvcpu1: on xenpv0 > pvcpu2: on xenpv0 > pvcpu3: on xenpv0 > xenstore0: on xenpv0 > xsd_dev0: on xenpv0 > evtchn0: on xenpv0 > privcmd0: on xenpv0 > isa0: on xenpv0 > acpi0: on motherboard > ACPI: All ACPI Tables successfully acquired > PCIe: Memory Mapped configuration base @ 0xe0000000 > acpi0: could not allocate interrupt > ACPI Exception: AE_ALREADY_EXISTS, Unable to install System Control Interrupt handler (20140926/evevent-152) > acpi0: Could not enable ACPI: AE_ALREADY_EXISTS This looks very suspicious, ACPI fails to initialize. Could you also provide the boot log of the same system booting with boot_verbose without Xen? > device_attach: acpi0 attach returned 6 > qpi0: on motherboard > pcib0: pcibus 255 on qpi0 > pci255: on pcib0 > pci255: domain=0, physical bus=255 > found-> vendor=0x8086, dev=0x2c70, revid=0x02 > domain=0, bus=255, slot=0, func=0 > class=06-00-00, hdrtype=0x00, mfdev=1 > cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords) > lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) > found-> vendor=0x8086, dev=0x2d81, revid=0x02 > domain=0, bus=255, slot=0, func=1 > class=06-00-00, hdrtype=0x00, mfdev=1 > cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords) > lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) > found-> vendor=0x8086, dev=0x2d90, revid=0x02 > domain=0, bus=255, slot=2, func=0 > class=06-00-00, hdrtype=0x00, mfdev=1 > cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords) > lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) > found-> vendor=0x8086, dev=0x2d91, revid=0x02 > domain=0, bus=255, slot=2, func=1 > class=06-00-00, hdrtype=0x00, mfdev=1 > cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords) > lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) > found-> vendor=0x8086, dev=0x2d92, revid=0x02 > domain=0, bus=255, slot=2, func=2 > class=06-00-00, hdrtype=0x00, mfdev=1 > cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords) > lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) > found-> vendor=0x8086, dev=0x2d93, revid=0x02 > domain=0, bus=255, slot=2, func=3 > class=06-00-00, hdrtype=0x00, mfdev=1 > cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords) > lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) > found-> vendor=0x8086, dev=0x2d94, revid=0x02 > domain=0, bus=255, slot=2, func=4 > class=06-00-00, hdrtype=0x00, mfdev=1 > cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords) > lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) > found-> vendor=0x8086, dev=0x2d95, revid=0x02 > domain=0, bus=255, slot=2, func=5 > class=06-00-00, hdrtype=0x00, mfdev=1 > cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords) > lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) > found-> vendor=0x8086, dev=0x2d98, revid=0x02 > domain=0, bus=255, slot=3, func=0 > class=06-00-00, hdrtype=0x00, mfdev=1 > cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords) > lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) > found-> vendor=0x8086, dev=0x2d99, revid=0x02 > domain=0, bus=255, slot=3, func=1 > class=06-00-00, hdrtype=0x00, mfdev=1 > cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords) > lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) > found-> vendor=0x8086, dev=0x2d9a, revid=0x02 > domain=0, bus=255, slot=3, func=2 > class=06-00-00, hdrtype=0x00, mfdev=1 > cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords) > lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) > found-> vendor=0x8086, dev=0x2d9c, revid=0x02 > domain=0, bus=255, slot=3, func=4 > class=06-00-00, hdrtype=0x00, mfdev=1 > cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords) > lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) > found-> vendor=0x8086, dev=0x2da0, revid=0x02 > domain=0, bus=255, slot=4, func=0 > class=06-00-00, hdrtype=0x00, mfdev=1 > cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords) > lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) > found-> vendor=0x8086, dev=0x2da1, revid=0x02 > domain=0, bus=255, slot=4, func=1 > class=06-00-00, hdrtype=0x00, mfdev=1 > cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords) > lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) > found-> vendor=0x8086, dev=0x2da2, revid=0x02 > domain=0, bus=255, slot=4, func=2 > class=06-00-00, hdrtype=0x00, mfdev=1 > cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords) > lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) > found-> vendor=0x8086, dev=0x2da3, revid=0x02 > domain=0, bus=255, slot=4, func=3 > class=06-00-00, hdrtype=0x00, mfdev=1 > cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords) > lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) > found-> vendor=0x8086, dev=0x2da8, revid=0x02 > domain=0, bus=255, slot=5, func=0 > class=06-00-00, hdrtype=0x00, mfdev=1 > cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords) > lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) > found-> vendor=0x8086, dev=0x2da9, revid=0x02 > domain=0, bus=255, slot=5, func=1 > class=06-00-00, hdrtype=0x00, mfdev=1 > cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords) > lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) > found-> vendor=0x8086, dev=0x2daa, revid=0x02 > domain=0, bus=255, slot=5, func=2 > class=06-00-00, hdrtype=0x00, mfdev=1 > cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords) > lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) > found-> vendor=0x8086, dev=0x2dab, revid=0x02 > domain=0, bus=255, slot=5, func=3 > class=06-00-00, hdrtype=0x00, mfdev=1 > cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords) > lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) > found-> vendor=0x8086, dev=0x2db0, revid=0x02 > domain=0, bus=255, slot=6, func=0 > class=06-00-00, hdrtype=0x00, mfdev=1 > cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords) > lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) > found-> vendor=0x8086, dev=0x2db1, revid=0x02 > domain=0, bus=255, slot=6, func=1 > class=06-00-00, hdrtype=0x00, mfdev=1 > cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords) > lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) > found-> vendor=0x8086, dev=0x2db2, revid=0x02 > domain=0, bus=255, slot=6, func=2 > class=06-00-00, hdrtype=0x00, mfdev=1 > cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords) > lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) > found-> vendor=0x8086, dev=0x2db3, revid=0x02 > domain=0, bus=255, slot=6, func=3 > class=06-00-00, hdrtype=0x00, mfdev=1 > cmdreg=0x0006, statreg=0x0000, cachelnsz=0 (dwords) > lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) > > > Fatal trap 12: page fault while in kernel mode > cpuid = 0; apic id = 00 > fault virtual address = 0x18 > fault code = supervisor read data, page not present > instruction pointer = 0x20:0xffffffff803376f1 > stack pointer = 0x28:0xffffffff823228d0 > frame pointer = 0x28:0xffffffff82322940 > code segment = base 0x0, limit 0xfffff, type 0x1b > = DPL 0, pres 1, long 1, def32 0, gran 1 > processor eflags = interrupt enabled, resume, IOPL = 0 > current process = 0 (swapper) > [ thread pid 0 tid 100000 ] > Stopped at AcpiNsWalkNamespace+0x31: movq 0x18(%rsi),%rax > db> The good news is that I think I have a patch that solves this, but I'm afraid we will also have to debug the ACPI error shown above in order to get your system to a working state. Could you please try the following patch on top of my pvh_dom0_v8 branch? https://people.freebsd.org/~royger/xen_pci.patch Roger. From owner-freebsd-xen@FreeBSD.ORG Wed Dec 3 17:18:19 2014 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2FA61970 for ; Wed, 3 Dec 2014 17:18:19 +0000 (UTC) Received: from mail-ig0-x236.google.com (mail-ig0-x236.google.com [IPv6:2607:f8b0:4001:c05::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D6F1FE0D for ; Wed, 3 Dec 2014 17:18:18 +0000 (UTC) Received: by mail-ig0-f182.google.com with SMTP id hn15so13119037igb.9 for ; Wed, 03 Dec 2014 09:18:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dpdtech.com; s=google; h=content-type:mime-version:subject:from:in-reply-to:date:cc :message-id:references:to; bh=IzaMJ3F6CYWzvyC77vb32Dy4d9hO1/cNelmJSPYU31o=; b=Q2gQVIacLVa2ko+M71QGXNkM8PezHso/TjuA4YXk6MC0pi6jX4Zzsf56TTozcoVdbt 8SCmgLBkf2rFZGh69FWD3b5Z48Ai+vdQ/EG9ga4WpvutLRVA7BuzL1JbPi9rN2/3PPGM Yr+ERC/AjIeX4Blq9NmxGsyyobvonBeFSo+PI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:cc:message-id:references:to; bh=IzaMJ3F6CYWzvyC77vb32Dy4d9hO1/cNelmJSPYU31o=; b=nAo6UVxZsMRyy1FEorKhL6HtM3BR6eSt4via+NEEGyGkI9GzZxv04s3j+jDEQjHO8i 9sFMijsR0h/KTukKwYM57SpuD1eBSrhVcnyzKj/SD9cSwsDjODJXT9T7mkOPW3kqHqj8 IgMPEmWHxBzPeWaCqG4B/YjT5oT8+X+23Gl5O3Dwwy/islQLrsZIskBrYt08lP3IKAA7 w/NPiPEL8PsquCSR0aLvhvcgPWL/Tajl3bhu6wWlc4YWxMv2pe4P1jOCCrBDc9FJPsH6 vua4F4Bh9J01BeYPV/xJh1skijq7UgKd7p9i6nfG+FUurzoRQRXmH5OvahC7a+nV5gAV wt0A== X-Gm-Message-State: ALoCoQlhV8Qlk3WVG2sRrW1Xj4zNi0UwhVeXLD9uHIaQty6Vv+0bIyQbYISOgbzW7qL19awIN+Cm X-Received: by 10.50.43.231 with SMTP id z7mr9645125igl.36.1417627097968; Wed, 03 Dec 2014 09:18:17 -0800 (PST) Received: from 173-13-188-41-sfba.hfc.comcastbusiness.net (173-13-188-41-sfba.hfc.comcastbusiness.net. [173.13.188.41]) by mx.google.com with ESMTPSA id kv4sm18880494igb.13.2014.12.03.09.18.16 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 03 Dec 2014 09:18:17 -0800 (PST) Content-Type: multipart/signed; boundary="Apple-Mail=_741DE6FA-888D-4C05-9082-09E021CEDECB"; protocol="application/pgp-signature"; micalg=pgp-sha512 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: Attempting to Get Xen FreeBSD Dom0 working From: "David P. Discher" In-Reply-To: <547F1476.8080305@citrix.com> Date: Wed, 3 Dec 2014 09:18:26 -0800 Message-Id: <29437DB9-7DC8-47A8-8FC4-2BFDE736B5BC@dpdtech.com> References: <481F7D02-BFE9-4E35-A475-5A8A05A801CE@dpdtech.com> <547DFCC0.6030003@citrix.com> <547F1476.8080305@citrix.com> To: =?iso-8859-1?Q?Roger_Pau_Monn=E9?= X-Mailer: Apple Mail (2.1878.6) Cc: freebsd-xen@freebsd.org X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2014 17:18:19 -0000 --Apple-Mail=_741DE6FA-888D-4C05-9082-09E021CEDECB Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 On Dec 3, 2014, at 5:47 AM, Roger Pau Monn=E9 = wrote: > The good news is that I think I have a patch that solves this, but I'm > afraid we will also have to debug the ACPI error shown above in order = to > get your system to a working state. >=20 > Could you please try the following patch on top of my pvh_dom0_v8 = branch? >=20 > https://people.freebsd.org/~royger/xen_pci.patch >=20 > Roger. Hey Roger - Thanks for the com change, that seems to have gotten the Xen=92s serial = output going, which is included below. I think as you expected, got = yet another panic, however at a different place. Panic summary here. = Full console messages below =85 and for reference, also included the = full boot messages from the same kernel booting the bare metal. Let know what you are thinking as the problem =85 I can certainly do = some more poking and trail and error stuff on my own as well, but just = need a bit more information and guidance. I rarely hang out on IRC, but = certainly can jump over there for collaboration. Thanks again ! Fatal trap 12: page fault while in kernel mode cpuid =3D 0; apic id =3D 00 fault virtual address =3D 0x60 fault code =3D supervisor write data, page not present instruction pointer =3D 0x20:0xffffffff80e53fa3 stack pointer =3D 0x28:0xffffffff82318b70 frame pointer =3D 0x28:0xffffffff82318ba0 code segment =3D base 0x0, limit 0xfffff, type 0x1b =3D DPL 0, pres 1, long 1, def32 0, gran 1 processor eflags =3D interrupt enabled, resume, IOPL =3D 0 current process =3D 0 (swapper) [ thread pid 0 tid 100000 ] Stopped at acpi_install_wakeup_handler+0x113: movq = %r14,0x60(%r15) db> bt Tracing pid 0 tid 100000 td 0xffffffff8180bcf0 acpi_install_wakeup_handler() at acpi_install_wakeup_handler+0x113/frame = 0xffffffff82318ba0 nexus_xen_attach() at nexus_xen_attach+0xe0/frame 0xffffffff82318bc0 device_attach() at device_attach+0x38f/frame 0xffffffff82318c20 bus_generic_new_pass() at bus_generic_new_pass+0x116/frame = 0xffffffff82318c50 bus_set_pass() at bus_set_pass+0x8c/frame 0xffffffff82318c80 configure() at configure+0xa/frame 0xffffffff82318c90 mi_startup() at mi_startup+0x108/frame 0xffffffff82318cb0 xen_start() at xen_start+0x1f db> (kgdb) l *acpi_install_wakeup_handler+0x113 0xffffffff80e53fa3 is in acpi_install_wakeup_handler = (/usr/src/sys/x86/acpica/acpi_wakeup.c:354). 349 350 wakeaddr =3D acpi_alloc_wakeup_handler(); 351 if (wakeaddr =3D=3D NULL) 352 return; 353 354 sc->acpi_wakeaddr =3D (vm_offset_t)wakeaddr; 355 sc->acpi_wakephys =3D vtophys(wakeaddr); 356 357 bcopy(wakecode, (void *)WAKECODE_VADDR(sc), = sizeof(wakecode)); 358 Current language: auto; currently minimal (kgdb) l *nexus_xen_attach+0xe0 0xffffffff80e7b1c0 is in nexus_xen_attach = (/usr/src/sys/x86/xen/xen_nexus.c:95). 90 #ifndef XEN 91 if (xen_initial_domain() && (error =3D=3D 0)) 92 = acpi_install_wakeup_handler(device_get_softc(acpi_dev)); 93 #endif 94 95 return (error); 96 } 97 98 static int 99 nexus_xen_config_intr(device_t dev, int irq, enum intr_trigger = trig, (kgdb) l *device_attach+0x38f 0xffffffff8095728f is in device_attach (device_if.h:180). 175 device_if.h: No such file or directory. in device_if.h (kgdb) - David P. Discher http://davidpdischer.com/ AIM: DavidDPD | Y!M: daviddpdz=20 Xen+Dom0.FreeBSD pvh_dom0_v8+xen_pci.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D OK unload OK load /boot/xen dom0_mem=3D2048M dom0_max_vcpus=3D4 dom0pvh=3D1 = guest_loglvl=3Dall loglvl=3Dall com1=3D115200,8n1,0x3e8 console=3Dcom1 /boot/xen data=3D0x1dc260+0x4dda0 / OK load kernel /boot/kernel/kernel size=3D0x14a1bd1 OK load zfs /boot/kernel/zfs.ko size 0x2f4e20 at 0x185f000 loading required module 'opensolaris' /boot/kernel/opensolaris.ko size 0xdff0 at 0x1b54000 OK boot Booting... Xen 4.5.0-rc (XEN) Xen version 4.5.0-rc (root@) (gcc47 (FreeBSD Ports Collection) = 4.7.4) debug=3Dy Tue Dec 2 15:25:42 UTC 2014 (XEN) Latest ChangeSet: Tue Nov 18 15:57:08 2014 -0500 git:188336b-dirty (XEN) Bootloader: unknown (XEN) Command line: dom0_mem=3D2048M dom0_max_vcpus=3D4 dom0pvh=3D1 = guest_loglvl=3Dall loglvl=3Dall com1=3D115200,8n1,0x3e8 console=3Dcom1 (XEN) Video information: (XEN) VGA is text mode 80x25, font 8x16 (XEN) VBE/DDC methods: none; EDID transfer time: 0 seconds (XEN) EDID info not retrieved because no DDC retrieval method detected (XEN) Disc information: (XEN) Found 2 MBR signatures (XEN) Found 2 EDD information structures (XEN) Xen-e820 RAM map: (XEN) 0000000000000000 - 0000000000099400 (usable) (XEN) 0000000000099400 - 00000000000a0000 (reserved) (XEN) 00000000000e0000 - 0000000000100000 (reserved) (XEN) 0000000000100000 - 00000000df780000 (usable) (XEN) 00000000df78e000 - 00000000df790000 type 9 (XEN) 00000000df790000 - 00000000df79e000 (ACPI data) (XEN) 00000000df79e000 - 00000000df7d0000 (ACPI NVS) (XEN) 00000000df7d0000 - 00000000df7e0000 (reserved) (XEN) 00000000df7ec000 - 00000000f0000000 (reserved) (XEN) 00000000fee00000 - 00000000fee01000 (reserved) (XEN) 00000000ffc00000 - 0000000100000000 (reserved) (XEN) 0000000100000000 - 0000000620000000 (usable) (XEN) ACPI: RSDP 000FAAB0, 0024 (r2 ACPIAM) (XEN) ACPI: XSDT DF790100, 007C (r1 SMCI 20100917 MSFT = 97) (XEN) ACPI: FACP DF790290, 00F4 (r3 091710 FACP1846 20100917 MSFT = 97) (XEN) ACPI: DSDT DF790630, 66F5 (r1 10009 10009000 0 INTL = 20051117) (XEN) ACPI: FACS DF79E000, 0040 (XEN) ACPI: APIC DF790390, 00D2 (r1 091710 APIC1846 20100917 MSFT = 97) (XEN) ACPI: MCFG DF790470, 003C (r1 091710 OEMMCFG 20100917 MSFT = 97) (XEN) ACPI: OEMB DF79E040, 007B (r1 091710 OEMB1846 20100917 MSFT = 97) (XEN) ACPI: HPET DF79A630, 0038 (r1 091710 OEMHPET 20100917 MSFT = 97) (XEN) ACPI: DMAR DF79E0C0, 0128 (r1 AMI OEMDMAR 1 MSFT = 97) (XEN) ACPI: SSDT DF7A0040, 0363 (r1 DpgPmm CpuPm 12 INTL = 20051117) (XEN) ACPI: EINJ DF79A670, 0130 (r1 AMIER AMI_EINJ 20100917 MSFT = 97) (XEN) ACPI: BERT DF79A800, 0030 (r1 AMIER AMI_BERT 20100917 MSFT = 97) (XEN) ACPI: ERST DF79A830, 01B0 (r1 AMIER AMI_ERST 20100917 MSFT = 97) (XEN) ACPI: HEST DF79A9E0, 00A8 (r1 AMIER ABC_HEST 20100917 MSFT = 97) (XEN) System RAM: 24567MB (25156708kB) (XEN) No NUMA configuration found (XEN) Faking a node at 0000000000000000-0000000620000000 (XEN) Domain heap initialised (XEN) found SMP MP-table at 000ff780 (XEN) DMI 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[df79e00c], vec_size[20] (XEN) ACPI: Local APIC address 0xfee00000 (XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled) (XEN) Processor #0 6:12 APIC version 21 (XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled) (XEN) Processor #2 6:12 APIC version 21 (XEN) ACPI: LAPIC (acpi_id[0x03] lapic_id[0x12] enabled) (XEN) Processor #18 6:12 APIC version 21 (XEN) ACPI: LAPIC (acpi_id[0x04] lapic_id[0x14] enabled) (XEN) Processor #20 6:12 APIC version 21 (XEN) ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled) (XEN) Processor #1 6:12 APIC version 21 (XEN) ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled) (XEN) Processor #3 6:12 APIC version 21 (XEN) ACPI: LAPIC (acpi_id[0x07] lapic_id[0x13] enabled) (XEN) Processor #19 6:12 APIC version 21 (XEN) ACPI: LAPIC (acpi_id[0x08] lapic_id[0x15] enabled) (XEN) Processor #21 6:12 APIC version 21 (XEN) ACPI: LAPIC (acpi_id[0x09] lapic_id[0x88] disabled) (XEN) ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x89] disabled) (XEN) ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x8a] disabled) (XEN) ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x8b] disabled) (XEN) ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x8c] disabled) (XEN) ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x8d] disabled) (XEN) ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x8e] disabled) (XEN) ACPI: LAPIC (acpi_id[0x10] lapic_id[0x8f] disabled) (XEN) ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) (XEN) ACPI: IOAPIC (id[0x06] address[0xfec00000] gsi_base[0]) (XEN) IOAPIC[0]: apic_id 6, version 32, address 0xfec00000, GSI 0-23 (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 20 low 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 1 I/O APICs (XEN) ACPI: HPET id: 0x8086a301 base: 0xfed00000 (XEN) Failed to get Error Log Address Range. (XEN) HEST: Table parsing has been initialized (XEN) Using ACPI (MADT) for SMP configuration information (XEN) SMP: Allowing 16 CPUs (8 hotplug CPUs) (XEN) IRQ limits: 24 GSI, 1528 MSI/MSI-X (XEN) Using scheduler: SMP Credit Scheduler (credit) (XEN) Detected 2400.072 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 ffff82d0802d9db0 -> ffff82d0802dadd0 (XEN) PCI: MCFG configuration 0: base e0000000 segment 0000 buses 00 - = ff (XEN) PCI: MCFG area at e0000000 reserved in E820 (XEN) PCI: Using MCFG for segment 0000 bus 00-ff (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) Enabled directed EOI with ioapic_ack_old on! (XEN) ENABLING IO-APIC IRQs (XEN) -> Using old ACK method (XEN) ..TIMER: vector=3D0xF0 apic1=3D0 pin1=3D2 apic2=3D-1 pin2=3D-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 0x2c (XEN) mwait-idle: lapic_timer_reliable_states 0xffffffff (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) - Unrestricted Guest (XEN) HVM: ASIDs enabled. (XEN) HVM: VMX enabled (XEN) HVM: Hardware Assisted Paging (HAP) detected (XEN) HVM: HAP page sizes: 4kB, 2MB, 1GB (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=3D0xffffffff80200000 memsz=3D0xffed78 (XEN) elf_parse_binary: phdr: paddr=3D0xffffffff813ff000 memsz=3D0x4f5df0 (XEN) elf_parse_binary: memory: 0xffffffff80200000 -> 0xffffffff818f4df0 (XEN) elf_xen_parse_note: GUEST_OS =3D "FreeBSD" (XEN) elf_xen_parse_note: GUEST_VERSION =3D "0x10c908" (XEN) elf_xen_parse_note: XEN_VERSION =3D "xen-3.0" (XEN) elf_xen_parse_note: VIRT_BASE =3D 0xffffffff80000000 (XEN) elf_xen_parse_note: PADDR_OFFSET =3D 0xffffffff80000000 (XEN) elf_xen_parse_note: ENTRY =3D 0xffffffff80d21000 (XEN) elf_xen_parse_note: HYPERCALL_PAGE =3D 0xffffffff80d20000 (XEN) elf_xen_parse_note: HV_START_LOW =3D 0xffff800000000000 (XEN) elf_xen_parse_note: FEATURES =3D = "writable_descriptor_tables|auto_translated_physmap|supervisor_mode_kernel= |hvm_callback_vector" (XEN) elf_xen_parse_note: PAE_MODE =3D "yes" (XEN) elf_xen_parse_note: unknown xen elf note (0xd) (XEN) elf_xen_parse_note: LOADER =3D "generic" (XEN) elf_xen_parse_note: SUSPEND_CANCEL =3D 0x0 (XEN) elf_xen_parse_note: BSD_SYMTAB =3D "yes" (XEN) elf_xen_parse: using notes from SHT_NOTE section (XEN) elf_xen_addr_calc_check: addresses: (XEN) virt_base =3D 0xffffffff80000000 (XEN) elf_paddr_offset =3D 0xffffffff80000000 (XEN) virt_offset =3D 0x0 (XEN) virt_kstart =3D 0xffffffff80200000 (XEN) virt_kend =3D 0xffffffff81bf3a40 (XEN) virt_entry =3D 0xffffffff80d21000 (XEN) p2m_base =3D 0xffffffffffffffff (XEN) Xen kernel: 64-bit, lsb, compat32 (XEN) Dom0 kernel: 64-bit, PAE, lsb, paddr 0xffffffff80200000 -> = 0xffffffff818f4df0 (XEN) Dom0 symbol map 0xffffffff818f4df0 -> 0xffffffff81bf3a40 (XEN) PHYSICAL MEMORY ARRANGEMENT: (XEN) Dom0 alloc.: 0000000608000000->000000060c000000 (507130 pages = to be allocated) (XEN) Init. ramdisk: 000000061fcfa000->0000000620000000 (XEN) VIRTUAL MEMORY ARRANGEMENT: (XEN) Loaded kernel: ffffffff80200000->ffffffff81bf3a40 (XEN) Init. ramdisk: ffffffff81bf4000->ffffffff81efa000 (XEN) Phys-Mach map: ffffffff81efa000->ffffffff822fa000 (XEN) Start info: ffffffff822fa000->ffffffff822fb4b4 (XEN) Page tables: ffffffff822fc000->ffffffff82311000 (XEN) Boot stack: ffffffff82311000->ffffffff82312000 (XEN) TOTAL: ffffffff80000000->ffffffff82400000 (XEN) ENTRY ADDRESS: ffffffff80d21000 (XEN) Dom0 has maximum 4 VCPUs (XEN) elf_load_binary: phdr 2 at 0xffffffff80200000 -> = 0xffffffff811fed78 (XEN) elf_load_binary: phdr 3 at 0xffffffff813ff000 -> = 0xffffffff8152b0b0 (XEN) elf_load_bsdsyms: shdr 4 at 0xffff83061e8e1cc0 -> = 0xffffffff818f5978 (XEN) elf_load_bsdsyms: shdr 42 at 0xffff83061fa50305 -> = 0xffffffff8194aca8 (XEN) elf_load_bsdsyms: shdr 43 at 0xffff83061fa51090 -> = 0xffffffff8194aef8 (XEN) elf_load_bsdsyms: shdr 44 at 0xffff83061fb97b50 -> = 0xffffffff81a919b8 (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:02.0 (XEN) Found masked UR signaling on 0000:00:03.0 (XEN) Found masked UR signaling on 0000:00:07.0 (XEN) Found masked UR signaling on 0000:00:09.0 (XEN) Masked VT-d error signaling on 0000:00:14.0 (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=3D01 base=3D0000000000000000 len=3D0000000000099400 SMAP type=3D02 base=3D0000000000099400 len=3D0000000000006c00 SMAP type=3D02 base=3D00000000000e0000 len=3D0000000000020000 SMAP type=3D01 base=3D0000000000100000 len=3D000000007ff66000 SMAP type=3D09 base=3D00000000df78e000 len=3D0000000000002000 SMAP type=3D03 base=3D00000000df790000 len=3D000000000000e000 SMAP type=3D04 base=3D00000000df79e000 len=3D0000000000032000 SMAP type=3D02 base=3D00000000df7d0000 len=3D0000000000010000 SMAP type=3D02 base=3D00000000df7ec000 len=3D0000000010814000 SMAP type=3D02 base=3D00000000fee00000 len=3D0000000000001000 SMAP type=3D02 base=3D00000000ffc00000 len=3D0000000000400000 Table 'FACP' at 0xdf790290 Table 'APIC' at 0xdf790390 APIC: Found table at 0xdf790390 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) 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 #2 6039027(pvh_dom0_v8)-dirty: Wed Dec 3 16:50:32 = UTC 2014 root@borg.dpdtech.com:/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. (XEN) irq.c:380: Dom0 callback via changed to Direct Vector 0x93 Preloaded elf multiboot kernel "/boot/xen" at 0xffffffff81bf4000. Preloaded elf kernel "/boot/kernel/kernel" at 0xffffffff81bf4190. Preloaded elf obj module "/boot/kernel/zfs.ko" at 0xffffffff81bf4268. Preloaded elf obj module "/boot/kernel/opensolaris.ko" at = 0xffffffff81bf4a90. Hypervisor: Origin =3D "XenVMMXenVMM" Calibrating TSC clock ... TSC clock: 2399999752 Hz CPU: Intel(R) Xeon(R) CPU E5620 @ 2.40GHz (2400.00-MHz = K8-class CPU) Origin=3D"GenuineIntel" Id=3D0x206c2 Family=3D0x6 Model=3D0x2c = Stepping=3D2 = Features=3D0x1fcbebff = Features2=3D0x82982283 AMD Features=3D0x20100800 AMD Features2=3D0x1 TSC: P-state invariant, performance statistics Data TLB: 4 KB pages, 4-way set associative, 64 entries L2 cache: 256 kbytes, 8-way associative, 64 bytes/line real memory =3D 2147901440 (2048 MB) Physical memory chunk(s): 0x0000000000010000 - 0x0000000000098fff, 561152 bytes (137 pages) 0x0000000000100000 - 0x00000000001fffff, 1048576 bytes (256 pages) 0x0000000002341000 - 0x000000007cbd9fff, 2055835648 bytes (501913 pages) avail memory =3D 2032578560 (1938 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 FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs FreeBSD/SMP: 1 package(s) x 4 core(s) cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 2 cpu2 (AP): APIC ID: 4 cpu3 (AP): APIC ID: 6 x86bios: IVT 0x000000-0x0004ff at 0xfffff80000000000 x86bios: SSEG 0x098000-0x098fff at 0xfffffe007b7f8000 x86bios: ROM 0x0a0000-0x0fefff at 0xfffff800000a0000 random device not loaded; using insecure entropy ULE: setup cpu 0 ULE: setup cpu 1 ULE: setup cpu 2 ULE: setup cpu 3 Xen interrupt system initialized Table 'FACP' at 0xdf790290 Table 'APIC' at 0xdf790390 APIC: Found table at 0xdf790390 ACPI: RSDP 0x00000000000FAAB0 000024 (v02 ACPIAM) ACPI: XSDT 0x00000000DF790100 00007C (v01 SMCI 20100917 MSFT = 00000097) ACPI: FACP 0x00000000DF790290 0000F4 (v03 091710 FACP1846 20100917 MSFT = 00000097) ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: = 128/64 (20140926/tbfadt-646) ACPI: DSDT 0x00000000DF790630 0066F5 (v01 10009 10009000 00000000 INTL = 20051117) ACPI: FACS 0x00000000DF79E000 000040 ACPI: APIC 0x00000000DF790390 0000D2 (v01 091710 APIC1846 20100917 MSFT = 00000097) ACPI: MCFG 0x00000000DF790470 00003C (v01 091710 OEMMCFG 20100917 MSFT = 00000097) ACPI: OEMB 0x00000000DF79E040 00007B (v01 091710 OEMB1846 20100917 MSFT = 00000097) ACPI: HPET 0x00000000DF79A630 000038 (v01 091710 OEMHPET 20100917 MSFT = 00000097) ACPI: XMAR 0x00000000DF79E0C0 000128 (v01 AMI OEMDMAR 00000001 MSFT = 00000097) ACPI: SSDT 0x00000000DF7A0040 000363 (v01 DpgPmm CpuPm 00000012 INTL = 20051117) ACPI: EINJ 0x00000000DF79A670 000130 (v01 AMIER AMI_EINJ 20100917 MSFT = 00000097) ACPI: BERT 0x00000000DF79A800 000030 (v01 AMIER AMI_BERT 20100917 MSFT = 00000097) ACPI: ERST 0x00000000DF79A830 0001B0 (v01 AMIER AMI_ERST 20100917 MSFT = 00000097) ACPI: HEST 0x00000000DF79A9E0 0000A8 (v01 AMIER ABC_HEST 20100917 MSFT = 00000097) MADT: Interrupt override: source 0, irq 2 xen: register IRQ#2 MADT: Interrupt override: source 9, irq 20 xen: register IRQ#20 cpu0 BSP XEN PV LAPIC snd_unit_init() u=3D0x00ff8000 [512] d=3D0x00007c00 [32] c=3D0x000003ff = [1024] feeder_register: snd_unit=3D-1 snd_maxautovchans=3D16 latency=3D5 = feeder_rate_min=3D1 feeder_rate_max=3D2016000 feeder_rate_round=3D25 wlan: <802.11 Link Layer> Hardware, Intel Secure Key RNG: RDRAND is not present Hardware, VIA Nehemiah Padlock RNG: VIA Padlock RNG not present kbd: new array size 4 kbd1 at kbdmux0 mem: nfslock: pseudo-device null: Falling back to random adaptor random: initialized VESA: calling BIOS POST module_register_init: MOD_LOAD (vesa, 0xffffffff80dac160, 0) error 6 io: VMBUS: load hpt27xx: RocketRAID 27xx controller driver v1.1 hptrr: RocketRAID 17xx/2xxx SATA controller driver v1.2 hptnr: R750/DC7280 controller driver v1.0.1 xenpv0: on motherboard Grant table initialized xc0: on xenpv0 xen_et0: 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: on xenpv0 pvcpu1: on xenpv0 pvcpu2: on xenpv0 pvcpu3: on xenpv0 xenstore0: on xenpv0 xsd_dev0: on xenpv0 evtchn0: on xenpv0 privcmd0: on xenpv0 isa0: on xenpv0 acpi0: on motherboard ACPI: All ACPI Tables successfully acquired PCIe: Memory Mapped configuration base @ 0xe0000000 acpi0: could not allocate interrupt ACPI Exception: AE_ALREADY_EXISTS, Unable to install System Control = Interrupt handler (20140926/evevent-152) acpi0: Could not enable ACPI: AE_ALREADY_EXISTS device_attach: acpi0 attach returned 6 qpi0: on motherboard pcib0: pcibus 255 on qpi0 pci255: on pcib0 pci255: domain=3D0, physical bus=3D255 found-> vendor=3D0x8086, dev=3D0x2c70, revid=3D0x02 domain=3D0, bus=3D255, slot=3D0, func=3D0 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) (XEN) PCI add device 0000:ff:00.0 found-> vendor=3D0x8086, dev=3D0x2d81, revid=3D0x02 domain=3D0, bus=3D255, slot=3D0, func=3D1 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) (XEN) PCI add device 0000:ff:00.1 found-> vendor=3D0x8086, dev=3D0x2d90, revid=3D0x02 domain=3D0, bus=3D255, slot=3D2, func=3D0 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) (XEN) PCI add device 0000:ff:02.0 found-> vendor=3D0x8086, dev=3D0x2d91, revid=3D0x02 domain=3D0, bus=3D255, slot=3D2, func=3D1 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) (XEN) PCI add device 0000:ff:02.1 found-> vendor=3D0x8086, dev=3D0x2d92, revid=3D0x02 domain=3D0, bus=3D255, slot=3D2, func=3D2 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) (XEN) PCI add device 0000:ff:02.2 found-> vendor=3D0x8086, dev=3D0x2d93, revid=3D0x02 domain=3D0, bus=3D255, slot=3D2, func=3D3 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) (XEN) PCI add device 0000:ff:02.3 found-> vendor=3D0x8086, dev=3D0x2d94, revid=3D0x02 domain=3D0, bus=3D255, slot=3D2, func=3D4 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) (XEN) PCI add device 0000:ff:02.4 found-> vendor=3D0x8086, dev=3D0x2d95, revid=3D0x02 domain=3D0, bus=3D255, slot=3D2, func=3D5 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) (XEN) PCI add device 0000:ff:02.5 found-> vendor=3D0x8086, dev=3D0x2d98, revid=3D0x02 domain=3D0, bus=3D255, slot=3D3, func=3D0 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) (XEN) PCI add device 0000:ff:03.0 found-> vendor=3D0x8086, dev=3D0x2d99, revid=3D0x02 domain=3D0, bus=3D255, slot=3D3, func=3D1 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) (XEN) PCI add device 0000:ff:03.1 found-> vendor=3D0x8086, dev=3D0x2d9a, revid=3D0x02 domain=3D0, bus=3D255, slot=3D3, func=3D2 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) (XEN) PCI add device 0000:ff:03.2 found-> vendor=3D0x8086, dev=3D0x2d9c, revid=3D0x02 domain=3D0, bus=3D255, slot=3D3, func=3D4 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) (XEN) PCI add device 0000:ff:03.4 found-> vendor=3D0x8086, dev=3D0x2da0, revid=3D0x02 domain=3D0, bus=3D255, slot=3D4, func=3D0 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) (XEN) PCI add device 0000:ff:04.0 found-> vendor=3D0x8086, dev=3D0x2da1, revid=3D0x02 domain=3D0, bus=3D255, slot=3D4, func=3D1 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) (XEN) PCI add device 0000:ff:04.1 found-> vendor=3D0x8086, dev=3D0x2da2, revid=3D0x02 domain=3D0, bus=3D255, slot=3D4, func=3D2 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) (XEN) PCI add device 0000:ff:04.2 found-> vendor=3D0x8086, dev=3D0x2da3, revid=3D0x02 domain=3D0, bus=3D255, slot=3D4, func=3D3 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) (XEN) PCI add device 0000:ff:04.3 found-> vendor=3D0x8086, dev=3D0x2da8, revid=3D0x02 domain=3D0, bus=3D255, slot=3D5, func=3D0 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) (XEN) PCI add device 0000:ff:05.0 found-> vendor=3D0x8086, dev=3D0x2da9, revid=3D0x02 domain=3D0, bus=3D255, slot=3D5, func=3D1 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) (XEN) PCI add device 0000:ff:05.1 found-> vendor=3D0x8086, dev=3D0x2daa, revid=3D0x02 domain=3D0, bus=3D255, slot=3D5, func=3D2 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) (XEN) PCI add device 0000:ff:05.2 found-> vendor=3D0x8086, dev=3D0x2dab, revid=3D0x02 domain=3D0, bus=3D255, slot=3D5, func=3D3 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) (XEN) PCI add device 0000:ff:05.3 found-> vendor=3D0x8086, dev=3D0x2db0, revid=3D0x02 domain=3D0, bus=3D255, slot=3D6, func=3D0 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) (XEN) PCI add device 0000:ff:06.0 found-> vendor=3D0x8086, dev=3D0x2db1, revid=3D0x02 domain=3D0, bus=3D255, slot=3D6, func=3D1 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) (XEN) PCI add device 0000:ff:06.1 found-> vendor=3D0x8086, dev=3D0x2db2, revid=3D0x02 domain=3D0, bus=3D255, slot=3D6, func=3D2 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) (XEN) PCI add device 0000:ff:06.2 found-> vendor=3D0x8086, dev=3D0x2db3, revid=3D0x02 domain=3D0, bus=3D255, slot=3D6, func=3D3 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) (XEN) PCI add device 0000:ff:06.3 Fatal trap 12: page fault while in kernel mode cpuid =3D 0; apic id =3D 00 fault virtual address =3D 0x60 fault code =3D supervisor write data, page not present instruction pointer =3D 0x20:0xffffffff80e53fa3 stack pointer =3D 0x28:0xffffffff82318b70 frame pointer =3D 0x28:0xffffffff82318ba0 code segment =3D base 0x0, limit 0xfffff, type 0x1b =3D DPL 0, pres 1, long 1, def32 0, gran 1 processor eflags =3D interrupt enabled, resume, IOPL =3D 0 current process =3D 0 (swapper) [ thread pid 0 tid 100000 ] Stopped at acpi_install_wakeup_handler+0x113: movq = %r14,0x60(%r15) db> bt Tracing pid 0 tid 100000 td 0xffffffff8180bcf0 acpi_install_wakeup_handler() at acpi_install_wakeup_handler+0x113/frame = 0xffffffff82318ba0 nexus_xen_attach() at nexus_xen_attach+0xe0/frame 0xffffffff82318bc0 device_attach() at device_attach+0x38f/frame 0xffffffff82318c20 bus_generic_new_pass() at bus_generic_new_pass+0x116/frame = 0xffffffff82318c50 bus_set_pass() at bus_set_pass+0x8c/frame 0xffffffff82318c80 configure() at configure+0xa/frame 0xffffffff82318c90 mi_startup() at mi_startup+0x108/frame 0xffffffff82318cb0 xen_start() at xen_start+0x1f db> = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D FreeBSD pvh_dom0_v8+xen_pci.patch - on the bare metal=20 = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D FreeBSD/x86 ZFS enabled bootstrap loader, Revision 1.1 (root@borg.dpdtech.com, Tue Dec 2 04:57:54 UTC 2014) Loading /boot/defaults/loader.conf - Warning: unable to open file /boot/loader.conf.local /boot/kernel/kernel text=3D0xffed78 data=3D0x12c0b0+0x3c9d40 = syms=3D[0x8+0x146ac0+0x8+0x162081] zfs.../boot/kernel/zfs.ko size 0x2f4e20 at 0x1b9e000 loading required module 'opensolaris' = /boot/kernel/opensolaris.ko size 0xdff0 at 0x1e93000 ok if_tap.../boot/kernel/if_tap.ko size 0xa6a8 at 0x1ea1000 ok ipmi.../boot/kernel/ipmi.ko size 0x11848 at 0x1eac000 loading required module 'smbus' /boot/kernel/smbus.ko size 0x2348 at 0x1ebe000 ok Hit [Enter] to boot immediately, or any other key for command = prompt.000000 Booting [/boot/kernel/kernel]... 5ff0 rdi: = fffffe007b7f70b0 GDB: no debug ports present r10: 0000000000000000 r11: = 0000000000000000 KDB: debugger backends: ddb r10: 0000000000000002 r11: = 00000000000007d0 KDB: current backend: ddbf0 rsp: fffffe007b7f3f70 r8: = 0000000000000000 SMAP type=3D01 base=3D0000000000000000 len=3D0000000000099400 SMAP type=3D02 base=3D0000000000099400 len=3D0000000000006c0011: = 0000000000000000 SMAP type=3D02 base=3D00000000000e0000 len=3D000000000002000014: = 000000000000000d SMAP type=3D01 base=3D0000000000100000 len=3D00000000df68000014: = 0000000000029f08 SMAP type=3D01 base=3D00000000df78e000 len=3D0000000000002000cx: = 00000000c0000084 SMAP type=3D03 base=3D00000000df790000 len=3D000000000000e000r4: = 00000000000006e0 SMAP type=3D04 base=3D00000000df79e000 len=3D0000000000032000r4: = 0000000000000020 SMAP type=3D02 base=3D00000000df7d0000 len=3D000000000001000014: = 0000000000000027 SMAP type=3D02 base=3D00000000df7ec000 len=3D0000000000014000 SMAP type=3D02 base=3D00000000df800000 len=3D0000000000800000 SMAP type=3D02 base=3D00000000e0000000 len=3D0000000010000000r4: = 0000000000000020 SMAP type=3D02 base=3D00000000fee00000 len=3D0000000000001000028 cs: = 0020 SMAP type=3D02 base=3D00000000ffc00000 len=3D0000000000400000 SMAP type=3D01 base=3D0000000100000000 len=3D0000000520000000di: = fffffe007b7ef0b0 Table 'FACP' at 0xdf790290om rsp=3Dfffffe0092bfbf70: Table 'APIC' at 0xdf790390b fs: 0013 gs: 0028 ss: 0028 cs: 0020 APIC: Found table at 0xdf790390sp: fffffe007b7ebf70 r8: = 0000000000000000 APIC: Using the MADT enumerator.=3Dffffffff823184d0: MADT: Found CPU APIC ID 0 ACPI ID 1: enabled000000000 r11: = 0000000000000000 SMP: Added CPU 0 (AP)essing guest memory.ds: 0028 es: 0028 fs: 0028 = gs: 00MADT: Found CPU APIC ID 2 ACPI ID 2: enabled SMP: Added CPU 2 (AP) MADT: Found CPU APIC ID 18 ACPI ID 3: enabled ffffffff81846268 r13: = ffffffff81SMP: Added CPU 18 (AP)0000001a MADT: Found CPU APIC ID 20 ACPI ID 4: enabled3f70: SMP: Added CPU 20 (AP)ed: MADT: Found CPU APIC ID 1 ACPI ID 5: enabledooting machine in 5 seconds. SMP: Added CPU 1 (AP) MADT: Found CPU APIC ID 3 ACPI ID 6: enabled0000011 cr4: = 0000000000000020 SMP: Added CPU 3 (AP)320000 cr2: 0000000000000000 MADT: Found CPU APIC ID 19 ACPI ID 7: enabled SMP: Added CPU 19 (AP) MADT: Found CPU APIC ID 21 ACPI ID 8: enabled SMP: Added CPU 21 (AP) MADT: Found CPU APIC ID 136 ACPI ID 9: disabled MADT: Found CPU APIC ID 137 ACPI ID 10: disabled MADT: Found CPU APIC ID 138 ACPI ID 11: disabled MADT: Found CPU APIC ID 139 ACPI ID 12: disabled MADT: Found CPU APIC ID 140 ACPI ID 13: disabled MADT: Found CPU APIC ID 141 ACPI ID 14: disabled MADT: Found CPU APIC ID 142 ACPI ID 15: disabled MADT: Found CPU APIC ID 143 ACPI ID 16: disabled 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 #2 6039027(pvh_dom0_v8)-dirty: Wed Dec 3 16:50:32 = UTC 2014 root@borg.dpdtech.com:/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. Preloaded elf kernel "/boot/kernel/kernel" at 0xffffffff81ec1000. Preloaded elf obj module "/boot/kernel/zfs.ko" at 0xffffffff81ec1db8. Preloaded elf obj module "/boot/kernel/opensolaris.ko" at = 0xffffffff81ec25e0. Preloaded elf obj module "/boot/kernel/if_tap.ko" at 0xffffffff81ec2c10. Preloaded elf obj module "/boot/kernel/ipmi.ko" at 0xffffffff81ec3278. Preloaded elf obj module "/boot/kernel/smbus.ko" at 0xffffffff81ec3920. Calibrating TSC clock ... TSC clock: 2400056776 Hz CPU: Intel(R) Xeon(R) CPU E5620 @ 2.40GHz (2400.06-MHz = K8-class CPU) Origin=3D"GenuineIntel" Id=3D0x206c2 Family=3D0x6 Model=3D0x2c = Stepping=3D2 = Features=3D0xbfebfbff = Features2=3D0x29ee3ff AMD Features=3D0x2c100800 AMD Features2=3D0x1 VT-x: Basic Features=3D0xda0400 Pin-Based Controls=3D0x7f Primary Processor = Controls=3D0xfff9fffe Secondary Processor = Controls=3D0x4ff Exit Controls=3D0xda0400 Entry Controls=3D0xda0400 EPT Features=3D0x6134141 VPID = Features=3D0xf01 TSC: P-state invariant, performance statistics Data TLB: 4 KB pages, 4-way set associative, 64 entries L2 cache: 256 kbytes, 8-way associative, 64 bytes/line real memory =3D 25773998080 (24580 MB) Physical memory chunk(s): 0x0000000000010000 - 0x0000000000095fff, 548864 bytes (134 pages) 0x0000000000100000 - 0x00000000001fffff, 1048576 bytes (256 pages) 0x0000000001eec000 - 0x00000000df77ffff, 3716759552 bytes (907412 pages) 0x00000000df78e000 - 0x00000000df78ffff, 8192 bytes (2 pages) 0x0000000100000000 - 0x00000005f805cfff, 21340999680 bytes (5210205 = pages) avail memory =3D 24929726464 (23774 MB) Event timer "LAPIC" quality 600 ACPI APIC Table: <091710 APIC1846> INTR: Adding local APIC 1 as a target INTR: Adding local APIC 2 as a target INTR: Adding local APIC 3 as a target INTR: Adding local APIC 18 as a target INTR: Adding local APIC 19 as a target INTR: Adding local APIC 20 as a target INTR: Adding local APIC 21 as a target FreeBSD/SMP: Multiprocessor System Detected: 8 CPUs FreeBSD/SMP: 1 package(s) x 4 core(s) x 2 SMT threads cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 cpu2 (AP): APIC ID: 2 cpu3 (AP): APIC ID: 3 cpu4 (AP): APIC ID: 18 cpu5 (AP): APIC ID: 19 cpu6 (AP): APIC ID: 20 cpu7 (AP): APIC ID: 21 APIC: CPU 0 has ACPI ID 1 APIC: CPU 1 has ACPI ID 5 APIC: CPU 2 has ACPI ID 2 APIC: CPU 3 has ACPI ID 6 APIC: CPU 4 has ACPI ID 3 APIC: CPU 5 has ACPI ID 7 APIC: CPU 6 has ACPI ID 4 APIC: CPU 7 has ACPI ID 8 x86bios: IVT 0x000000-0x0004ff at 0xfffff80000000000 x86bios: SSEG 0x094000-0x094fff at 0xfffffe064b584000 x86bios: EBDA 0x099000-0x09ffff at 0xfffff80000099000 x86bios: ROM 0x0a0000-0x0fefff at 0xfffff800000a0000 lapic0: CMCI unmasked random device not loaded; using insecure entropy 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 ACPI: RSDP 0x00000000000FAAB0 000024 (v02 ACPIAM) ACPI: XSDT 0x00000000DF790100 00007C (v01 SMCI 20100917 MSFT = 00000097) ACPI: FACP 0x00000000DF790290 0000F4 (v03 091710 FACP1846 20100917 MSFT = 00000097) ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: = 128/64 (20140926/tbfadt-646) ACPI: DSDT 0x00000000DF790630 0066F5 (v01 10009 10009000 00000000 INTL = 20051117) ACPI: FACS 0x00000000DF79E000 000040 ACPI: APIC 0x00000000DF790390 0000D2 (v01 091710 APIC1846 20100917 MSFT = 00000097) ACPI: MCFG 0x00000000DF790470 00003C (v01 091710 OEMMCFG 20100917 MSFT = 00000097) ACPI: OEMB 0x00000000DF79E040 00007B (v01 091710 OEMB1846 20100917 MSFT = 00000097) ACPI: HPET 0x00000000DF79A630 000038 (v01 091710 OEMHPET 20100917 MSFT = 00000097) ACPI: DMAR 0x00000000DF79E0C0 000128 (v01 AMI OEMDMAR 00000001 MSFT = 00000097) ACPI: SSDT 0x00000000DF7A0040 000363 (v01 DpgPmm CpuPm 00000012 INTL = 20051117) ACPI: EINJ 0x00000000DF79A670 000130 (v01 AMIER AMI_EINJ 20100917 MSFT = 00000097) ACPI: BERT 0x00000000DF79A800 000030 (v01 AMIER AMI_BERT 20100917 MSFT = 00000097) ACPI: ERST 0x00000000DF79A830 0001B0 (v01 AMIER AMI_ERST 20100917 MSFT = 00000097) ACPI: HEST 0x00000000DF79A9E0 0000A8 (v01 AMIER ABC_HEST 20100917 MSFT = 00000097) MADT: Found IO APIC ID 6, Interrupt 0 at 0xfec00000 ioapic0: Changing APIC ID to 6 ioapic0: Routing external 8259A's -> intpin 0 MADT: Interrupt override: source 0, irq 2 ioapic0: Routing IRQ 0 -> intpin 2 MADT: Interrupt override: source 9, irq 20 ioapic0: intpin 9 disabled lapic: Routing NMI -> LINT1 lapic: LINT1 trigger: edge lapic: LINT1 polarity: high ioapic0 irqs 0-23 on motherboard cpu0 BSP: ID: 0x00000000 VER: 0x01060015 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 cmci: 0x000000f2 snd_unit_init() u=3D0x00ff8000 [512] d=3D0x00007c00 [32] c=3D0x000003ff = [1024] feeder_register: snd_unit=3D-1 snd_maxautovchans=3D16 latency=3D5 = feeder_rate_min=3D1 feeder_rate_max=3D2016000 feeder_rate_round=3D25 wlan: <802.11 Link Layer> Hardware, Intel Secure Key RNG: RDRAND is not present Hardware, VIA Nehemiah Padlock RNG: VIA Padlock RNG not present kbd: new array size 4 kbd1 at kbdmux0 mem: nfslock: pseudo-device null: Falling back to random adaptor random: initialized VESA: INT 0x10 vector 0xc000:0x0b80 VESA: information block 0000 56 45 53 41 00 03 3a 59 00 c0 01 00 00 00 a7 55 0010 00 c0 00 01 08 03 4f 59 00 c0 56 59 00 c0 5f 59 0020 00 c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0030 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0040 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0050 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0070 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0080 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0100 4d 61 74 72 6f 78 00 4d 47 41 2d 47 32 30 30 00 0110 30 30 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0120 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0130 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0140 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0150 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0160 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0170 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0190 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 VESA: 21 mode(s) found VESA: v3.0, 16384k memory, flags:0x1, mode table:0xfffff800000c55a7 = (c00055a7) VESA: Matrox Graphics Inc. VESA: Matrox MGA-G200 00 io: 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 acpi0: on motherboard ACPI: All ACPI Tables successfully acquired PCIe: Memory Mapped configuration base @ 0xe0000000 acpi0: Overriding SCI from IRQ 9 to IRQ 20 ioapic0: routing intpin 20 (PCI IRQ 20) to lapic 0 vector 48 ACPI: Executed 1 blocks of module-level executable AML code acpi0: Power Button (fixed) acpi0: reservation of 0, a0000 (3) failed acpi0: reservation of 100000, dff00000 (3) failed cpu0: Processor \_PR_.P001 (ACPI ID 1) -> APIC ID 0 cpu0: on acpi0 ACPI: Dynamic OEM Table Load: ACPI: SSDT 0xFFFFFE0000EFC000 0017EC (v01 DpgPmm P001Ist 00000011 INTL = 20051117) ACPI: Dynamic OEM Table Load: ACPI: SSDT 0xFFFFF8000699B800 000659 (v01 PmRef P001Cst 00003001 INTL = 20051117) cpu1: Processor \_PR_.P002 (ACPI ID 2) -> APIC ID 2 cpu1: on acpi0 cpu2: Processor \_PR_.P003 (ACPI ID 3) -> APIC ID 4 cpu2: on acpi0 cpu3: Processor \_PR_.P004 (ACPI ID 4) -> APIC ID 6 cpu3: on acpi0 cpu4: Processor \_PR_.P005 (ACPI ID 5) -> APIC ID 1 cpu4: on acpi0 cpu5: Processor \_PR_.P006 (ACPI ID 6) -> APIC ID 3 cpu5: on acpi0 cpu6: Processor \_PR_.P007 (ACPI ID 7) -> APIC ID 5 cpu6: on acpi0 cpu7: Processor \_PR_.P008 (ACPI ID 8) -> APIC ID 7 cpu7: on acpi0 ACPI: Processor \_PR_.P009 (ACPI ID 9) ignored ACPI: Processor \_PR_.P010 (ACPI ID 10) ignored ACPI: Processor \_PR_.P011 (ACPI ID 11) ignored ACPI: Processor \_PR_.P012 (ACPI ID 12) ignored ACPI: Processor \_PR_.P013 (ACPI ID 13) ignored ACPI: Processor \_PR_.P014 (ACPI ID 14) ignored ACPI: Processor \_PR_.P015 (ACPI ID 15) ignored ACPI: Processor \_PR_.P016 (ACPI ID 16) ignored attimer0: port 0x40-0x43 irq 0 on acpi0 Timecounter "i8254" frequency 1193182 Hz quality 0 ioapic0: routing intpin 2 (ISA IRQ 0) to lapic 0 vector 49 Event timer "i8254" frequency 1193182 Hz quality 100 atrtc0: port 0x70-0x71 irq 8 on acpi0 atrtc0: registered as a time-of-day clock (resolution 1000000us, = adjustment 0.500000000s) ioapic0: routing intpin 8 (ISA IRQ 8) to lapic 0 vector 50 Event timer "RTC" frequency 32768 Hz quality 0 hpet0: iomem 0xfed00000-0xfed003ff on acpi0 hpet0: vendor 0x8086, rev 0x1, 14318180Hz 64bit, 4 timers, legacy route hpet0: t0: irqs 0x00f00000 (0), 64bit, periodic hpet0: t1: irqs 0x00f00000 (0) hpet0: t2: irqs 0x00f00800 (0) hpet0: t3: irqs 0x00f01000 (0) Timecounter "HPET" frequency 14318180 Hz quality 950 ioapic0: routing intpin 21 (PCI IRQ 21) to lapic 0 vector 51 Event timer "HPET" frequency 14318180 Hz quality 350 Event timer "HPET1" frequency 14318180 Hz quality 340 Event timer "HPET2" frequency 14318180 Hz quality 340 Event timer "HPET3" frequency 14318180 Hz quality 340 ACPI timer: 1/0 1/0 1/0 1/0 1/0 1/0 1/0 1/0 1/0 1/0 -> 10 Timecounter "ACPI-fast" frequency 3579545 Hz quality 900 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 pci_link0: Index IRQ Rtd Ref IRQs Initial Probe 0 15 N 0 3 4 6 7 10 11 12 14 15 Validation 0 15 N 0 3 4 6 7 10 11 12 14 15 After Disable 0 255 N 0 3 4 6 7 10 11 12 14 15 pci_link1: Index IRQ Rtd Ref IRQs Initial Probe 0 14 N 0 3 4 6 7 10 11 12 14 15 Validation 0 14 N 0 3 4 6 7 10 11 12 14 15 After Disable 0 255 N 0 3 4 6 7 10 11 12 14 15 pci_link2: Index IRQ Rtd Ref IRQs Initial Probe 0 10 N 0 3 4 6 7 10 11 12 14 15 Validation 0 10 N 0 3 4 6 7 10 11 12 14 15 After Disable 0 255 N 0 3 4 6 7 10 11 12 14 15 pci_link3: Index IRQ Rtd Ref IRQs Initial Probe 0 11 N 0 3 4 6 7 10 11 12 14 15 Validation 0 11 N 0 3 4 6 7 10 11 12 14 15 After Disable 0 255 N 0 3 4 6 7 10 11 12 14 15 pci_link4: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 3 4 6 7 10 11 12 14 15 Validation 0 255 N 0 3 4 6 7 10 11 12 14 15 After Disable 0 255 N 0 3 4 6 7 10 11 12 14 15 pci_link5: Index IRQ Rtd Ref IRQs Initial Probe 0 7 N 0 3 4 6 7 10 11 12 14 15 Validation 0 7 N 0 3 4 6 7 10 11 12 14 15 After Disable 0 255 N 0 3 4 6 7 10 11 12 14 15 pci_link6: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 3 4 6 7 10 11 12 14 15 Validation 0 255 N 0 3 4 6 7 10 11 12 14 15 After Disable 0 255 N 0 3 4 6 7 10 11 12 14 15 pci_link7: Index IRQ Rtd Ref IRQs Initial Probe 0 6 N 0 3 4 6 7 10 11 12 14 15 Validation 0 6 N 0 3 4 6 7 10 11 12 14 15 After Disable 0 255 N 0 3 4 6 7 10 11 12 14 15 pcib0: 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 0xd0000-0xdffff pcib0: decoding 3 range 0xf0000000-0xfed8ffff pci0: on pcib0 pci0: domain=3D0, physical bus=3D0 found-> vendor=3D0x8086, dev=3D0x3405, revid=3D0x22 domain=3D0, bus=3D0, slot=3D0, func=3D0 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D0 cmdreg=3D0x0000, statreg=3D0x0010, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) powerspec 3 supports D0 D3 current D0 MSI supports 2 messages, vector masks found-> vendor=3D0x8086, dev=3D0x3408, revid=3D0x22 domain=3D0, bus=3D0, slot=3D1, func=3D0 class=3D06-04-00, hdrtype=3D0x01, mfdev=3D0 cmdreg=3D0x0107, statreg=3D0x0010, cachelnsz=3D64 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x02 (500 ns), maxlat=3D0x00 (0 = ns) powerspec 3 supports D0 D3 current D0 MSI supports 2 messages, vector masks secbus=3D1, subbus=3D1 found-> vendor=3D0x8086, dev=3D0x3409, revid=3D0x22 domain=3D0, bus=3D0, slot=3D2, func=3D0 class=3D06-04-00, hdrtype=3D0x01, mfdev=3D0 cmdreg=3D0x0107, statreg=3D0x0010, cachelnsz=3D64 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x02 (500 ns), maxlat=3D0x00 (0 = ns) powerspec 3 supports D0 D3 current D0 MSI supports 2 messages, vector masks secbus=3D2, subbus=3D2 found-> vendor=3D0x8086, dev=3D0x340a, revid=3D0x22 domain=3D0, bus=3D0, slot=3D3, func=3D0 class=3D06-04-00, hdrtype=3D0x01, mfdev=3D0 cmdreg=3D0x0104, statreg=3D0x0010, cachelnsz=3D64 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x02 (500 ns), maxlat=3D0x00 (0 = ns) powerspec 3 supports D0 D3 current D0 MSI supports 2 messages, vector masks secbus=3D3, subbus=3D3 found-> vendor=3D0x8086, dev=3D0x340e, revid=3D0x22 domain=3D0, bus=3D0, slot=3D7, func=3D0 class=3D06-04-00, hdrtype=3D0x01, mfdev=3D0 cmdreg=3D0x0104, statreg=3D0x0010, cachelnsz=3D64 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x02 (500 ns), maxlat=3D0x00 (0 = ns) powerspec 3 supports D0 D3 current D0 MSI supports 2 messages, vector masks secbus=3D4, subbus=3D4 found-> vendor=3D0x8086, dev=3D0x3410, revid=3D0x22 domain=3D0, bus=3D0, slot=3D9, func=3D0 class=3D06-04-00, hdrtype=3D0x01, mfdev=3D0 cmdreg=3D0x0104, statreg=3D0x0010, cachelnsz=3D64 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x02 (500 ns), maxlat=3D0x00 (0 = ns) powerspec 3 supports D0 D3 current D0 MSI supports 2 messages, vector masks secbus=3D5, subbus=3D5 found-> vendor=3D0x8086, dev=3D0x342e, revid=3D0x22 domain=3D0, bus=3D0, slot=3D20, func=3D0 class=3D08-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0000, statreg=3D0x0010, cachelnsz=3D64 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x3422, revid=3D0x22 domain=3D0, bus=3D0, slot=3D20, func=3D1 class=3D08-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0000, statreg=3D0x0010, cachelnsz=3D64 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x3423, revid=3D0x22 domain=3D0, bus=3D0, slot=3D20, func=3D2 class=3D08-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0000, statreg=3D0x0010, cachelnsz=3D64 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x3438, revid=3D0x22 domain=3D0, bus=3D0, slot=3D20, func=3D3 class=3D08-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0000, statreg=3D0x0000, cachelnsz=3D64 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x3430, revid=3D0x22 domain=3D0, bus=3D0, slot=3D22, func=3D0 class=3D08-80-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0010, cachelnsz=3D64 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Da, irq=3D15 powerspec 3 supports D0 D3 current D0 MSI-X supports 1 message in map 0x10 map[10]: type Memory, range 64, base 0xfbef8000, size 14, = enabled pcib0: allocated type 3 (0xfbef8000-0xfbefbfff) for rid 10 of = pci0:0:22:0 pcib0: matched entry for 0.22.INTA pcib0: slot 22 INTA hardwired to IRQ 16 found-> vendor=3D0x8086, dev=3D0x3431, revid=3D0x22 domain=3D0, bus=3D0, slot=3D22, func=3D1 class=3D08-80-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0010, cachelnsz=3D64 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Db, irq=3D14 powerspec 3 supports D0 D3 current D0 MSI-X supports 1 message in map 0x10 map[10]: type Memory, range 64, base 0xfbef4000, size 14, = enabled pcib0: allocated type 3 (0xfbef4000-0xfbef7fff) for rid 10 of = pci0:0:22:1 pcib0: matched entry for 0.22.INTB pcib0: slot 22 INTB hardwired to IRQ 17 found-> vendor=3D0x8086, dev=3D0x3432, revid=3D0x22 domain=3D0, bus=3D0, slot=3D22, func=3D2 class=3D08-80-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0010, cachelnsz=3D64 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Dc, irq=3D10 powerspec 3 supports D0 D3 current D0 MSI-X supports 1 message in map 0x10 map[10]: type Memory, range 64, base 0xfbef0000, size 14, = enabled pcib0: allocated type 3 (0xfbef0000-0xfbef3fff) for rid 10 of = pci0:0:22:2 pcib0: matched entry for 0.22.INTC pcib0: slot 22 INTC hardwired to IRQ 18 found-> vendor=3D0x8086, dev=3D0x3433, revid=3D0x22 domain=3D0, bus=3D0, slot=3D22, func=3D3 class=3D08-80-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0010, cachelnsz=3D64 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Dd, irq=3D11 powerspec 3 supports D0 D3 current D0 MSI-X supports 1 message in map 0x10 map[10]: type Memory, range 64, base 0xfbeec000, size 14, = enabled pcib0: allocated type 3 (0xfbeec000-0xfbeeffff) for rid 10 of = pci0:0:22:3 pcib0: matched entry for 0.22.INTD pcib0: slot 22 INTD hardwired to IRQ 19 found-> vendor=3D0x8086, dev=3D0x3429, revid=3D0x22 domain=3D0, bus=3D0, slot=3D22, func=3D4 class=3D08-80-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0010, cachelnsz=3D64 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Da, irq=3D15 powerspec 3 supports D0 D3 current D0 MSI-X supports 1 message in map 0x10 map[10]: type Memory, range 64, base 0xfbee8000, size 14, = enabled pcib0: allocated type 3 (0xfbee8000-0xfbeebfff) for rid 10 of = pci0:0:22:4 pcib0: matched entry for 0.22.INTA pcib0: slot 22 INTA hardwired to IRQ 16 found-> vendor=3D0x8086, dev=3D0x342a, revid=3D0x22 domain=3D0, bus=3D0, slot=3D22, func=3D5 class=3D08-80-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0010, cachelnsz=3D64 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Db, irq=3D14 powerspec 3 supports D0 D3 current D0 MSI-X supports 1 message in map 0x10 map[10]: type Memory, range 64, base 0xfbee4000, size 14, = enabled pcib0: allocated type 3 (0xfbee4000-0xfbee7fff) for rid 10 of = pci0:0:22:5 pcib0: matched entry for 0.22.INTB pcib0: slot 22 INTB hardwired to IRQ 17 found-> vendor=3D0x8086, dev=3D0x342b, revid=3D0x22 domain=3D0, bus=3D0, slot=3D22, func=3D6 class=3D08-80-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0010, cachelnsz=3D64 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Dc, irq=3D10 powerspec 3 supports D0 D3 current D0 MSI-X supports 1 message in map 0x10 map[10]: type Memory, range 64, base 0xfbee0000, size 14, = enabled pcib0: allocated type 3 (0xfbee0000-0xfbee3fff) for rid 10 of = pci0:0:22:6 pcib0: matched entry for 0.22.INTC pcib0: slot 22 INTC hardwired to IRQ 18 found-> vendor=3D0x8086, dev=3D0x342c, revid=3D0x22 domain=3D0, bus=3D0, slot=3D22, func=3D7 class=3D08-80-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0010, cachelnsz=3D64 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Dd, irq=3D11 powerspec 3 supports D0 D3 current D0 MSI-X supports 1 message in map 0x10 map[10]: type Memory, range 64, base 0xfbedc000, size 14, = enabled pcib0: allocated type 3 (0xfbedc000-0xfbedffff) for rid 10 of = pci0:0:22:7 pcib0: matched entry for 0.22.INTD pcib0: slot 22 INTD hardwired to IRQ 19 found-> vendor=3D0x8086, dev=3D0x3a37, revid=3D0x00 domain=3D0, bus=3D0, slot=3D26, func=3D0 class=3D0c-03-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0005, statreg=3D0x0290, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Da, irq=3D15 map[20]: type I/O Port, range 32, base 0xcc00, size 5, enabled pcib0: allocated type 4 (0xcc00-0xcc1f) for rid 20 of pci0:0:26:0 pcib0: matched entry for 0.26.INTA pcib0: slot 26 INTA hardwired to IRQ 16 found-> vendor=3D0x8086, dev=3D0x3a38, revid=3D0x00 domain=3D0, bus=3D0, slot=3D26, func=3D1 class=3D0c-03-00, hdrtype=3D0x00, mfdev=3D0 cmdreg=3D0x0005, statreg=3D0x0290, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Db, irq=3D7 map[20]: type I/O Port, range 32, base 0xc880, size 5, enabled pcib0: allocated type 4 (0xc880-0xc89f) for rid 20 of pci0:0:26:1 pcib0: matched entry for 0.26.INTB pcib0: slot 26 INTB hardwired to IRQ 21 found-> vendor=3D0x8086, dev=3D0x3a39, revid=3D0x00 domain=3D0, bus=3D0, slot=3D26, func=3D2 class=3D0c-03-00, hdrtype=3D0x00, mfdev=3D0 cmdreg=3D0x0005, statreg=3D0x0290, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Dd, irq=3D11 map[20]: type I/O Port, range 32, base 0xc800, size 5, enabled pcib0: allocated type 4 (0xc800-0xc81f) for rid 20 of pci0:0:26:2 pcib0: matched entry for 0.26.INTD pcib0: slot 26 INTD hardwired to IRQ 19 found-> vendor=3D0x8086, dev=3D0x3a3c, revid=3D0x00 domain=3D0, bus=3D0, slot=3D26, func=3D7 class=3D0c-03-20, hdrtype=3D0x00, mfdev=3D0 cmdreg=3D0x0006, statreg=3D0x0290, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Dc, irq=3D10 powerspec 2 supports D0 D3 current D0 map[10]: type Memory, range 32, base 0xfbeda000, size 10, = enabled pcib0: allocated type 3 (0xfbeda000-0xfbeda3ff) for rid 10 of = pci0:0:26:7 pcib0: matched entry for 0.26.INTC pcib0: slot 26 INTC hardwired to IRQ 18 found-> vendor=3D0x8086, dev=3D0x3a34, revid=3D0x00 domain=3D0, bus=3D0, slot=3D29, func=3D0 class=3D0c-03-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0005, statreg=3D0x0290, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Da, irq=3D6 map[20]: type I/O Port, range 32, base 0xc480, size 5, enabled pcib0: allocated type 4 (0xc480-0xc49f) for rid 20 of pci0:0:29:0 pcib0: matched entry for 0.29.INTA pcib0: slot 29 INTA hardwired to IRQ 23 found-> vendor=3D0x8086, dev=3D0x3a35, revid=3D0x00 domain=3D0, bus=3D0, slot=3D29, func=3D1 class=3D0c-03-00, hdrtype=3D0x00, mfdev=3D0 cmdreg=3D0x0005, statreg=3D0x0290, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Db, irq=3D11 map[20]: type I/O Port, range 32, base 0xc400, size 5, enabled pcib0: allocated type 4 (0xc400-0xc41f) for rid 20 of pci0:0:29:1 pcib0: matched entry for 0.29.INTB pcib0: slot 29 INTB hardwired to IRQ 19 found-> vendor=3D0x8086, dev=3D0x3a36, revid=3D0x00 domain=3D0, bus=3D0, slot=3D29, func=3D2 class=3D0c-03-00, hdrtype=3D0x00, mfdev=3D0 cmdreg=3D0x0005, statreg=3D0x0290, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Dc, irq=3D10 map[20]: type I/O Port, range 32, base 0xc080, size 5, enabled pcib0: allocated type 4 (0xc080-0xc09f) for rid 20 of pci0:0:29:2 pcib0: matched entry for 0.29.INTC pcib0: slot 29 INTC hardwired to IRQ 18 found-> vendor=3D0x8086, dev=3D0x3a3a, revid=3D0x00 domain=3D0, bus=3D0, slot=3D29, func=3D7 class=3D0c-03-20, hdrtype=3D0x00, mfdev=3D0 cmdreg=3D0x0006, statreg=3D0x0290, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Da, irq=3D6 powerspec 2 supports D0 D3 current D0 map[10]: type Memory, range 32, base 0xfbed8000, size 10, = enabled pcib0: allocated type 3 (0xfbed8000-0xfbed83ff) for rid 10 of = pci0:0:29:7 pcib0: matched entry for 0.29.INTA pcib0: slot 29 INTA hardwired to IRQ 23 found-> vendor=3D0x8086, dev=3D0x244e, revid=3D0x90 domain=3D0, bus=3D0, slot=3D30, func=3D0 class=3D06-04-01, hdrtype=3D0x01, mfdev=3D0 cmdreg=3D0x0107, statreg=3D0x0010, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x1a (6500 ns), maxlat=3D0x00 = (0 ns) secbus=3D6, subbus=3D6 found-> vendor=3D0x8086, dev=3D0x3a16, revid=3D0x00 domain=3D0, bus=3D0, slot=3D31, func=3D0 class=3D06-01-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0007, statreg=3D0x0210, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x3a22, revid=3D0x00 domain=3D0, bus=3D0, slot=3D31, func=3D2 class=3D01-06-01, hdrtype=3D0x00, mfdev=3D0 cmdreg=3D0x0007, statreg=3D0x02b0, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Db, irq=3D11 powerspec 3 supports D0 D3 current D0 MSI supports 16 messages map[10]: type I/O Port, range 32, base 0xb480, size 3, enabled pcib0: allocated type 4 (0xb480-0xb487) for rid 10 of pci0:0:31:2 map[14]: type I/O Port, range 32, base 0xc000, size 2, enabled pcib0: allocated type 4 (0xc000-0xc003) for rid 14 of pci0:0:31:2 map[18]: type I/O Port, range 32, base 0xbc00, size 3, enabled pcib0: allocated type 4 (0xbc00-0xbc07) for rid 18 of pci0:0:31:2 map[1c]: type I/O Port, range 32, base 0xb880, size 2, enabled pcib0: allocated type 4 (0xb880-0xb883) for rid 1c of pci0:0:31:2 map[20]: type I/O Port, range 32, base 0xb800, size 5, enabled pcib0: allocated type 4 (0xb800-0xb81f) for rid 20 of pci0:0:31:2 map[24]: type Memory, range 32, base 0xfbed6000, size 11, = enabled pcib0: allocated type 3 (0xfbed6000-0xfbed67ff) for rid 24 of = pci0:0:31:2 pcib0: matched entry for 0.31.INTB pcib0: slot 31 INTB hardwired to IRQ 19 found-> vendor=3D0x8086, dev=3D0x3a30, revid=3D0x00 domain=3D0, bus=3D0, slot=3D31, func=3D3 class=3D0c-05-00, hdrtype=3D0x00, mfdev=3D0 cmdreg=3D0x0003, statreg=3D0x0280, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Dc, irq=3D10 map[10]: type Memory, range 64, base 0xfbed4000, size 8, = enabled pcib0: allocated type 3 (0xfbed4000-0xfbed40ff) for rid 10 of = pci0:0:31:3 map[20]: type I/O Port, range 32, base 0x400, size 5, enabled pcib0: allocated type 4 (0x400-0x41f) for rid 20 of pci0:0:31:3 pcib0: matched entry for 0.31.INTC pcib0: slot 31 INTC hardwired to IRQ 18 pcib1: at device 1.0 on pci0 pcib0: allocated type 4 (0xd000-0xdfff) for rid 1c of pcib1 pcib0: allocated type 3 (0xfbc00000-0xfbcfffff) for rid 20 of pcib1 pcib1: domain 0 pcib1: secondary bus 1 pcib1: subordinate bus 1 pcib1: I/O decode 0xd000-0xdfff pcib1: memory decode 0xfbc00000-0xfbcfffff pci1: on pcib1 pcib1: allocated bus range (1-1) for rid 0 of pci1 pci1: domain=3D0, physical bus=3D1 found-> vendor=3D0x8086, dev=3D0x10d3, revid=3D0x00 domain=3D0, bus=3D1, slot=3D0, func=3D0 class=3D02-00-00, hdrtype=3D0x00, mfdev=3D0 cmdreg=3D0x0007, statreg=3D0x0010, cachelnsz=3D64 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Da, irq=3D15 powerspec 2 supports D0 D3 current D0 MSI supports 1 message, 64 bit MSI-X supports 5 messages in map 0x1c map[10]: type Memory, range 32, base 0xfbce0000, size 17, = enabled pcib1: allocated memory range (0xfbce0000-0xfbcfffff) for rid 10 of = pci0:1:0:0 map[18]: type I/O Port, range 32, base 0xdc00, size 5, enabled pcib1: allocated I/O port range (0xdc00-0xdc1f) for rid 18 of pci0:1:0:0 map[1c]: type Memory, range 32, base 0xfbcdc000, size 14, = enabled pcib1: allocated memory range (0xfbcdc000-0xfbcdffff) for rid 1c of = pci0:1:0:0 pcib1: matched entry for 1.0.INTA pcib1: slot 0 INTA hardwired to IRQ 16 em0: port 0xdc00-0xdc1f mem = 0xfbce0000-0xfbcfffff,0xfbcdc000-0xfbcdffff irq 16 at device 0.0 on pci1 em0: attempting to allocate 3 MSI-X vectors (5 supported) msi: routing MSI-X IRQ 256 to local APIC 0 vector 52 msi: routing MSI-X IRQ 257 to local APIC 0 vector 53 msi: routing MSI-X IRQ 258 to local APIC 0 vector 54 em0: using IRQs 256-258 for MSI-X em0: Using MSIX interrupts with 3 vectors em0: bpf attached em0: Ethernet address: 00:25:90:a9:48:7e pcib2: at device 2.0 on pci0 pcib0: allocated type 4 (0xe000-0xefff) for rid 1c of pcib2 pcib0: allocated type 3 (0xfbd00000-0xfbdfffff) for rid 20 of pcib2 pcib2: domain 0 pcib2: secondary bus 2 pcib2: subordinate bus 2 pcib2: I/O decode 0xe000-0xefff pcib2: memory decode 0xfbd00000-0xfbdfffff pci2: on pcib2 pcib2: allocated bus range (2-2) for rid 0 of pci2 pci2: domain=3D0, physical bus=3D2 found-> vendor=3D0x8086, dev=3D0x10d3, revid=3D0x00 domain=3D0, bus=3D2, slot=3D0, func=3D0 class=3D02-00-00, hdrtype=3D0x00, mfdev=3D0 cmdreg=3D0x0007, statreg=3D0x0010, cachelnsz=3D64 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Da, irq=3D15 powerspec 2 supports D0 D3 current D0 MSI supports 1 message, 64 bit MSI-X supports 5 messages in map 0x1c map[10]: type Memory, range 32, base 0xfbde0000, size 17, = enabled pcib2: allocated memory range (0xfbde0000-0xfbdfffff) for rid 10 of = pci0:2:0:0 map[18]: type I/O Port, range 32, base 0xec00, size 5, enabled pcib2: allocated I/O port range (0xec00-0xec1f) for rid 18 of pci0:2:0:0 map[1c]: type Memory, range 32, base 0xfbddc000, size 14, = enabled pcib2: allocated memory range (0xfbddc000-0xfbddffff) for rid 1c of = pci0:2:0:0 pcib2: matched entry for 2.0.INTA pcib2: slot 0 INTA hardwired to IRQ 16 em1: port 0xec00-0xec1f mem = 0xfbde0000-0xfbdfffff,0xfbddc000-0xfbddffff irq 16 at device 0.0 on pci2 em1: attempting to allocate 3 MSI-X vectors (5 supported) msi: routing MSI-X IRQ 259 to local APIC 0 vector 55 msi: routing MSI-X IRQ 260 to local APIC 0 vector 56 msi: routing MSI-X IRQ 261 to local APIC 0 vector 57 em1: using IRQs 259-261 for MSI-X em1: Using MSIX interrupts with 3 vectors em1: bpf attached em1: Ethernet address: 00:25:90:a9:48:7f pcib3: at device 3.0 on pci0 pcib3: domain 0 pcib3: secondary bus 3 pcib3: subordinate bus 3 pci3: on pcib3 pcib3: allocated bus range (3-3) for rid 0 of pci3 pci3: domain=3D0, physical bus=3D3 pcib4: at device 7.0 on pci0 pcib4: domain 0 pcib4: secondary bus 4 pcib4: subordinate bus 4 pci4: on pcib4 pcib4: allocated bus range (4-4) for rid 0 of pci4 pci4: domain=3D0, physical bus=3D4 pcib5: at device 9.0 on pci0 pcib5: domain 0 pcib5: secondary bus 5 pcib5: subordinate bus 5 pci5: on pcib5 pcib5: allocated bus range (5-5) for rid 0 of pci5 pci5: domain=3D0, physical bus=3D5 pci0: at device 20.0 (no driver = attached) pci0: at device 20.1 (no driver = attached) pci0: at device 20.2 (no driver = attached) pci0: at device 20.3 (no driver = attached) pci0: at device 22.0 (no driver attached) pci0: at device 22.1 (no driver attached) pci0: at device 22.2 (no driver attached) pci0: at device 22.3 (no driver attached) pci0: at device 22.4 (no driver attached) pci0: at device 22.5 (no driver attached) pci0: at device 22.6 (no driver attached) pci0: at device 22.7 (no driver attached) uhci0: port 0xcc00-0xcc1f = irq 16 at device 26.0 on pci0 ioapic0: routing intpin 16 (PCI IRQ 16) to lapic 0 vector 58 uhci0: LegSup =3D 0x2f00 usbus0 on uhci0 uhci0: usbpf: Attached uhci1: port 0xc880-0xc89f = irq 21 at device 26.1 on pci0 uhci1: LegSup =3D 0x2f00 usbus1 on uhci1 uhci1: usbpf: Attached uhci2: port 0xc800-0xc81f = irq 19 at device 26.2 on pci0 ioapic0: routing intpin 19 (PCI IRQ 19) to lapic 0 vector 59 uhci2: LegSup =3D 0x2f00 usbus2 on uhci2 uhci2: usbpf: Attached ehci0: mem = 0xfbeda000-0xfbeda3ff irq 18 at device 26.7 on pci0 ioapic0: routing intpin 18 (PCI IRQ 18) to lapic 0 vector 60 usbus3: EHCI version 1.0 usbus3 on ehci0 ehci0: usbpf: Attached uhci3: port 0xc480-0xc49f = irq 23 at device 29.0 on pci0 ioapic0: routing intpin 23 (PCI IRQ 23) to lapic 0 vector 61 uhci3: LegSup =3D 0x2f00 usbus4 on uhci3 uhci3: usbpf: Attached uhci4: port 0xc400-0xc41f = irq 19 at device 29.1 on pci0 uhci4: LegSup =3D 0x2f00 usbus5 on uhci4 uhci4: usbpf: Attached uhci5: port 0xc080-0xc09f = irq 18 at device 29.2 on pci0 uhci5: LegSup =3D 0x2f00 usbus6 on uhci5 uhci5: usbpf: Attached ehci1: mem = 0xfbed8000-0xfbed83ff irq 23 at device 29.7 on pci0 usbus7: EHCI version 1.0 usbus7 on ehci1 ehci1: usbpf: Attached pcib6: at device 30.0 on pci0 pcib0: allocated type 3 (0xfaf00000-0xfb7fffff) for rid 20 of pcib6 pcib0: allocated type 3 (0xf9000000-0xf9ffffff) for rid 24 of pcib6 pcib6: domain 0 pcib6: secondary bus 6 pcib6: subordinate bus 6 pcib6: memory decode 0xfaf00000-0xfb7fffff pcib6: prefetched decode 0xf9000000-0xf9ffffff pcib6: special decode VGA, subtractive pci6: on pcib6 pcib6: allocated bus range (6-6) for rid 0 of pci6 pci6: domain=3D0, physical bus=3D6 found-> vendor=3D0x102b, dev=3D0x0532, revid=3D0x0a domain=3D0, bus=3D6, slot=3D4, func=3D0 class=3D03-00-00, hdrtype=3D0x00, mfdev=3D0 cmdreg=3D0x0007, statreg=3D0x0290, cachelnsz=3D64 (dwords) lattimer=3D0x40 (1920 ns), mingnt=3D0x10 (4000 ns), maxlat=3D0x20 = (8000 ns) intpin=3Da, irq=3D10 powerspec 1 supports D0 D3 current D0 map[10]: type Prefetchable Memory, range 32, base 0xf9000000, = size 24, enabled pcib6: allocated prefetch range (0xf9000000-0xf9ffffff) for rid 10 of = pci0:6:4:0 map[14]: type Memory, range 32, base 0xfaffc000, size 14, = enabled pcib6: allocated memory range (0xfaffc000-0xfaffffff) for rid 14 of = pci0:6:4:0 map[18]: type Memory, range 32, base 0xfb000000, size 23, = enabled pcib6: allocated memory range (0xfb000000-0xfb7fffff) for rid 18 of = pci0:6:4:0 pcib6: matched entry for 6.4.INTA pcib6: slot 4 INTA hardwired to IRQ 17 vgapci0: mem = 0xf9000000-0xf9ffffff,0xfaffc000-0xfaffffff,0xfb000000-0xfb7fffff irq 17 = at device 4.0 on pci6 vgapci0: Boot video device isab0: at device 31.0 on pci0 isa0: on isab0 ahci0: port = 0xb480-0xb487,0xc000-0xc003,0xbc00-0xbc07,0xb880-0xb883,0xb800-0xb81f = mem 0xfbed6000-0xfbed67ff irq 19 at device 31.2 on pci0 ahci0: attempting to allocate 16 MSI vectors (16 supported) msi: routing MSI IRQ 262 to local APIC 0 vector 64 msi: routing MSI IRQ 263 to local APIC 0 vector 65 msi: routing MSI IRQ 264 to local APIC 0 vector 66 msi: routing MSI IRQ 265 to local APIC 0 vector 67 msi: routing MSI IRQ 266 to local APIC 0 vector 68 msi: routing MSI IRQ 267 to local APIC 0 vector 69 msi: routing MSI IRQ 268 to local APIC 0 vector 70 msi: routing MSI IRQ 269 to local APIC 0 vector 71 msi: routing MSI IRQ 270 to local APIC 0 vector 72 msi: routing MSI IRQ 271 to local APIC 0 vector 73 msi: routing MSI IRQ 272 to local APIC 0 vector 74 msi: routing MSI IRQ 273 to local APIC 0 vector 75 msi: routing MSI IRQ 274 to local APIC 0 vector 76 msi: routing MSI IRQ 275 to local APIC 0 vector 77 msi: routing MSI IRQ 276 to local APIC 0 vector 78 msi: routing MSI IRQ 277 to local APIC 0 vector 79 ahci0: using IRQs 262-277 for MSI ahci0: AHCI v1.20 with 6 3Gbps ports, Port Multiplier not supported ahci0: Caps: 64bit NCQ SNTF SS ALP AL CLO 3Gbps PMD SSC PSC 32cmd CCC EM = eSATA 6ports ahci0: Caps2: ahcich0: at channel 0 on ahci0 ahcich0: Caps: HPCP ahcich1: at channel 1 on ahci0 ahcich1: Caps: HPCP ahcich2: at channel 2 on ahci0 ahcich2: Caps: HPCP ahcich3: at channel 3 on ahci0 ahcich3: Caps: HPCP ahcich4: at channel 4 on ahci0 ahcich4: Caps: HPCP ahcich5: at channel 5 on ahci0 ahcich5: Caps: HPCP ahciem0: on ahci0 ahciem0: Caps: ALHD XMT SMB LED pci0: at device 31.3 (no driver attached) acpi_button0: on acpi0 uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 ioapic0: routing intpin 4 (ISA IRQ 4) to lapic 0 vector 62 uart0: fast interrupt uart1: <16550 or compatible> port 0x2f8-0x2ff irq 3 on acpi0 ioapic0: routing intpin 3 (ISA IRQ 3) to lapic 0 vector 63 uart1: fast interrupt uart2: <16550 or compatible> port 0x3e8-0x3ef irq 5 on acpi0 uart2: console (115200,n,8,1) ioapic0: routing intpin 5 (ISA IRQ 5) to lapic 0 vector 80 uart2: fast interrupt ACPI: Enabled 1 GPEs in block 00 to 3F qpi0: on motherboard pcib7: pcibus 255 on qpi0 pci255: on pcib7 pci255: domain=3D0, physical bus=3D255 found-> vendor=3D0x8086, dev=3D0x2c70, revid=3D0x02 domain=3D0, bus=3D255, slot=3D0, func=3D0 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2d81, revid=3D0x02 domain=3D0, bus=3D255, slot=3D0, func=3D1 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2d90, revid=3D0x02 domain=3D0, bus=3D255, slot=3D2, func=3D0 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2d91, revid=3D0x02 domain=3D0, bus=3D255, slot=3D2, func=3D1 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2d92, revid=3D0x02 domain=3D0, bus=3D255, slot=3D2, func=3D2 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2d93, revid=3D0x02 domain=3D0, bus=3D255, slot=3D2, func=3D3 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2d94, revid=3D0x02 domain=3D0, bus=3D255, slot=3D2, func=3D4 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2d95, revid=3D0x02 domain=3D0, bus=3D255, slot=3D2, func=3D5 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2d98, revid=3D0x02 domain=3D0, bus=3D255, slot=3D3, func=3D0 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2d99, revid=3D0x02 domain=3D0, bus=3D255, slot=3D3, func=3D1 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2d9a, revid=3D0x02 domain=3D0, bus=3D255, slot=3D3, func=3D2 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2d9c, revid=3D0x02 domain=3D0, bus=3D255, slot=3D3, func=3D4 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2da0, revid=3D0x02 domain=3D0, bus=3D255, slot=3D4, func=3D0 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2da1, revid=3D0x02 domain=3D0, bus=3D255, slot=3D4, func=3D1 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2da2, revid=3D0x02 domain=3D0, bus=3D255, slot=3D4, func=3D2 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2da3, revid=3D0x02 domain=3D0, bus=3D255, slot=3D4, func=3D3 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2da8, revid=3D0x02 domain=3D0, bus=3D255, slot=3D5, func=3D0 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2da9, revid=3D0x02 domain=3D0, bus=3D255, slot=3D5, func=3D1 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2daa, revid=3D0x02 domain=3D0, bus=3D255, slot=3D5, func=3D2 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2dab, revid=3D0x02 domain=3D0, bus=3D255, slot=3D5, func=3D3 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2db0, revid=3D0x02 domain=3D0, bus=3D255, slot=3D6, func=3D0 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2db1, revid=3D0x02 domain=3D0, bus=3D255, slot=3D6, func=3D1 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2db2, revid=3D0x02 domain=3D0, bus=3D255, slot=3D6, func=3D2 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2db3, revid=3D0x02 domain=3D0, bus=3D255, slot=3D6, func=3D3 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) acpi0: wakeup code va 0xfffffe06663b5000 pa 0x90000 ahc_isa_identify 0: ioport 0xc00 alloc failed ahc_isa_identify 1: ioport 0x1c00 alloc failed ahc_isa_identify 2: ioport 0x2c00 alloc failed ahc_isa_identify 3: ioport 0x3c00 alloc failed ahc_isa_identify 4: ioport 0x4c00 alloc failed ahc_isa_identify 5: ioport 0x5c00 alloc failed ahc_isa_identify 6: ioport 0x6c00 alloc failed ahc_isa_identify 7: ioport 0x7c00 alloc failed ahc_isa_identify 8: ioport 0x8c00 alloc failed ahc_isa_identify 9: ioport 0x9c00 alloc failed ahc_isa_identify 10: ioport 0xac00 alloc failed ahc_isa_identify 11: ioport 0xbc00 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() pcib0: allocated type 3 (0xa0000-0xa07ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa0800-0xa0fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa1000-0xa17ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa1800-0xa1fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa2000-0xa27ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa2800-0xa2fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa3000-0xa37ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa3800-0xa3fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa4000-0xa47ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa4800-0xa4fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa5000-0xa57ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa5800-0xa5fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa6000-0xa67ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa6800-0xa6fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa7000-0xa77ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa7800-0xa7fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa8000-0xa87ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa8800-0xa8fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa9000-0xa97ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa9800-0xa9fff) for rid 0 of orm0 pcib0: allocated type 3 (0xaa000-0xaa7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xaa800-0xaafff) for rid 0 of orm0 pcib0: allocated type 3 (0xab000-0xab7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xab800-0xabfff) for rid 0 of orm0 pcib0: allocated type 3 (0xac000-0xac7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xac800-0xacfff) for rid 0 of orm0 pcib0: allocated type 3 (0xad000-0xad7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xad800-0xadfff) for rid 0 of orm0 pcib0: allocated type 3 (0xae000-0xae7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xae800-0xaefff) for rid 0 of orm0 pcib0: allocated type 3 (0xaf000-0xaf7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xaf800-0xaffff) for rid 0 of orm0 pcib0: allocated type 3 (0xb0000-0xb07ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb0800-0xb0fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb1000-0xb17ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb1800-0xb1fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb2000-0xb27ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb2800-0xb2fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb3000-0xb37ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb3800-0xb3fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb4000-0xb47ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb4800-0xb4fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb5000-0xb57ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb5800-0xb5fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb6000-0xb67ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb6800-0xb6fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb7000-0xb77ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb7800-0xb7fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb8000-0xb87ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb8800-0xb8fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb9000-0xb97ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb9800-0xb9fff) for rid 0 of orm0 pcib0: allocated type 3 (0xba000-0xba7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xba800-0xbafff) for rid 0 of orm0 pcib0: allocated type 3 (0xbb000-0xbb7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xbb800-0xbbfff) for rid 0 of orm0 pcib0: allocated type 3 (0xbc000-0xbc7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xbc800-0xbcfff) for rid 0 of orm0 pcib0: allocated type 3 (0xbd000-0xbd7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xbd800-0xbdfff) for rid 0 of orm0 pcib0: allocated type 3 (0xbe000-0xbe7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xbe800-0xbefff) for rid 0 of orm0 pcib0: allocated type 3 (0xbf000-0xbf7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xbf800-0xbffff) for rid 0 of orm0 pcib0: allocated type 3 (0xd0000-0xd07ff) for rid 1 of orm0 pcib0: allocated type 3 (0xd0800-0xd0fff) for rid 1 of orm0 pcib0: allocated type 3 (0xd1000-0xd17ff) for rid 1 of orm0 pcib0: allocated type 3 (0xd1800-0xd1fff) for rid 1 of orm0 pcib0: allocated type 3 (0xd2000-0xd27ff) for rid 1 of orm0 pcib0: allocated type 3 (0xd2800-0xd2fff) for rid 1 of orm0 pcib0: allocated type 3 (0xd3000-0xd37ff) for rid 1 of orm0 pcib0: allocated type 3 (0xd3800-0xd3fff) for rid 1 of orm0 pcib0: allocated type 3 (0xd4000-0xd47ff) for rid 1 of orm0 pcib0: allocated type 3 (0xd4800-0xd4fff) for rid 1 of orm0 pcib0: allocated type 3 (0xd5000-0xd57ff) for rid 1 of orm0 pcib0: allocated type 3 (0xd5800-0xd5fff) for rid 1 of orm0 pcib0: allocated type 3 (0xd6000-0xd67ff) for rid 1 of orm0 pcib0: allocated type 3 (0xd6800-0xd6fff) for rid 1 of orm0 pcib0: allocated type 3 (0xd7000-0xd77ff) for rid 1 of orm0 pcib0: allocated type 3 (0xd7800-0xd7fff) for rid 1 of orm0 pcib0: allocated type 3 (0xd8000-0xd87ff) for rid 1 of orm0 pcib0: allocated type 3 (0xd8800-0xd8fff) for rid 1 of orm0 pcib0: allocated type 3 (0xd9000-0xd97ff) for rid 1 of orm0 pcib0: allocated type 3 (0xd9800-0xd9fff) for rid 1 of orm0 pcib0: allocated type 3 (0xda000-0xda7ff) for rid 1 of orm0 pcib0: allocated type 3 (0xda800-0xdafff) for rid 1 of orm0 pcib0: allocated type 3 (0xdb000-0xdb7ff) for rid 1 of orm0 pcib0: allocated type 3 (0xdb800-0xdbfff) for rid 1 of orm0 pcib0: allocated type 3 (0xdc000-0xdc7ff) for rid 1 of orm0 pcib0: allocated type 3 (0xdc800-0xdcfff) for rid 1 of orm0 pcib0: allocated type 3 (0xdd000-0xdd7ff) for rid 1 of orm0 pcib0: allocated type 3 (0xdd800-0xddfff) for rid 1 of orm0 pcib0: allocated type 3 (0xde000-0xde7ff) for rid 1 of orm0 pcib0: allocated type 3 (0xde800-0xdefff) for rid 1 of orm0 pcib0: allocated type 3 (0xdf000-0xdf7ff) for rid 1 of orm0 pcib0: allocated type 3 (0xdf800-0xdffff) for rid 1 of orm0 isa_probe_children: disabling PnP devices ipmi0: on isa0 ipmi0: KCS mode found at io 0xca2 alignment 0x1 on isa pcib0: allocated type 4 (0xca2-0xca3) for rid 0 of ipmi0 atrtc: atrtc0 already exists; skipping it attimer: attimer0 already exists; skipping it sc: sc0 already exists; skipping it uart: uart0 already exists; skipping it uart: uart1 already exists; skipping it isa_probe_children: probing non-PnP devices orm0: at iomem 0xc0000-0xc7fff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=3D0x300> sc0: fb0, kbd1, terminal emulator: scteken (teken terminal) vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on = isa0 pcib0: allocated type 4 (0x3c0-0x3df) for rid 0 of vga0 pcib0: allocated type 3 (0xa0000-0xbffff) for rid 0 of vga0 pcib0: allocated type 4 (0x60-0x60) for rid 0 of atkbdc0 pcib0: allocated type 4 (0x64-0x64) for rid 1 of atkbdc0 atkbdc0: at port 0x60,0x64 on isa0 pcib0: allocated type 4 (0x60-0x60) for rid 0 of atkbdc0 pcib0: allocated type 4 (0x64-0x64) for rid 1 of atkbdc0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 kbd0: atkbd0, generic (0), config:0x0, flags:0x3f0000 ioapic0: routing intpin 1 (ISA IRQ 1) to lapic 0 vector 81 atkbd0: [GIANT-LOCKED] psm0: unable to allocate IRQ pcib0: allocated type 4 (0x3f0-0x3f5) for rid 0 of fdc0 pcib0: allocated type 4 (0x3f7-0x3f7) for rid 1 of fdc0 fdc0 failed to probe at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 ppc0: cannot reserve I/O port range ppc0 failed to probe at irq 7 on isa0 wbwd0 failed to probe on isa0 isa_probe_children: probing PnP devices est0: on cpu0 est1: on cpu1 est2: on cpu2 est3: on cpu3 est4: on cpu4 est5: on cpu5 est6: on cpu6 est7: on cpu7 Device configuration finished. procfs registered ZFS filesystem version: 5 ZFS storage pool version: features support (5000) lapic: Divisor 2, Frequency 66668278 Hz Timecounters tick every 1.000 msec vlan: initialized, using hash tables with chaining tcp_init: net.inet.tcp.tcbhashsize auto tuned to 262144 lo0: bpf attached hptrr: no controller detected. hptnr: no controller detected. hpt27xx: no controller detected. random: unblocking device. 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 ugen0.1: at usbus0 uhub0: on usbus0 ugen1.1: at usbus1 uhub1: on usbus1 ugen2.1: at usbus2 uhub2: on usbus2 ugen3.1: at usbus3 uhub3: on usbus3 usbus4: 12Mbps Full Speed USB v1.0 usbus5: 12Mbps Full Speed USB v1.0 usbus6: 12Mbps Full Speed USB v1.0 usbus7: 480Mbps High Speed USB v2.0 ugen4.1: at usbus4 uhub4: on usbus4 ugen5.1: at usbus5 uhub5: on usbus5 ugen6.1: at usbus6 uhub6: on usbus6 ugen7.1: at usbus7 uhub7: on usbus7 ahcich0: AHCI reset... ahcich0: SATA connect time=3D100us status=3D00000123 ahcich0: AHCI reset: device found ahcich1: AHCI reset... ahcich1: SATA connect time=3D100us status=3D00000123 ahcich1: AHCI reset: device found ahcich2: AHCI reset... ahcich2: SATA connect timeout time=3D10000us status=3D00000000 ahcich2: AHCI reset: device not found ipmi0: IPMI device rev. 1, firmware rev. 2.06, version 2.0 ahcich3: AHCI reset... uhub_attach: Turning port 1 power on ahcich3: SATA connect timeout time=3D10000us status=3D00000000 uhub_attach: Turning port 1 power on ahcich3: AHCI reset: device not found ahcich4: AHCI reset... uhub_attach: Turning port 1 power on uhub_attach: Turning port 1 power on ahcich4: SATA connect timeout time=3D10000us status=3D00000000 ahcich4: AHCI reset: device not found ahcich5: AHCI reset... uhub_attach: Turning port 1 power on uhub_attach: Turning port 1 power on ahcich5: uhub_attach: Turning port 1 power on SATA connect timeout time=3D10000us status=3D00000000 ahcich5: AHCI reset: device not found uhub_attach: Turning port 1 power on uhub_attach: Turning port 2 power on ahcich0: AHCI reset: device ready after 200ms uhub_attach: Turning port 2 power on uhub_attach: Turning port 2 power on uhub_attach: Turning port 2 power on uhub_attach: Turning port 2 power on uhub_attach: Turning port 2 power on uhub0: 2 ports with 2 removable, self powered uhub1: 2 ports with 2 removable, self powered uhub2: 2 ports with 2 removable, self powered ahcich1: AHCI reset: device ready after 200ms uhub4: 2 ports with 2 removable, self powered uhub5: 2 ports with 2 removable, self powered uhub6: 2 ports with 2 removable, self powered ipmi0: Number of channels 2 uhub_attach: Turning port 2 power on uhub_attach: Turning port 2 power on ipmi0: Attached watchdog ses0 at ahciem0 bus 0 scbus6 target 0 lun 0 ses0: SEMB S-E-S 2.00 device ses0: SEMB SES Device ada0 at ahcich0 bus 0 scbus0 target 0 lun 0 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 ada0: ATA-8 SATA 3.x device ada0: Serial Number Z1N3LEB3 ada0: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) ada0: Command Queueing enabled ada0: 953869MB (1953525168 512 byte sectors: 16H 63S/T 16383C) ada0: Previously was known as ad4 ada1 at ahcich1 bus 0 scbus1 target 0 lun 0 ada1: ATA-8 SATA 3.x device ada1: Serial Number Z1N3LEHR ada1: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) ada1: Command Queueing enabled ada1: 953869MB (1953525168 512 byte sectors: 16H 63S/T 16383C) ada1: Previously was known as ad6 pass0 at ahcich0 bus 0 scbus0 target 0 lun 0 pass0: ATA-8 SATA 3.x device pass0: Serial Number Z1N3LEB3 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: ATA-8 SATA 3.x device pass1: Serial Number Z1N3LEHR pass1: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) pass1: Command Queueing enabled pass2 at ahciem0 bus 0 scbus6 target 0 lun 0 pass2: SEMB S-E-S 2.00 device GEOM: new disk ada1 uhub_attach: Turning port 3 power on Netvsc initializing... done! lapic19: CMCI unmasked SMP: AP CPU #1 Launched! lapic18: CMCI unmasked cpu1 AP: lapic20: CMCI unmasked lapic2: CMCI unmasked lapic21: CMCI unmasked lapic3: CMCI unmasked ID: 0x01000000 VER: 0x01060015 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 cmci: 0x000100f2 SMP: AP CPU #7 Launched! cpu7 AP: ID: 0x15000000 VER: 0x01060015 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 cmci: 0x000000f2 SMP: AP CPU #3 Launched! cpu3 AP: ID: 0x03000000 VER: 0x01060015 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 cmci: 0x000000f2 SMP: AP CPU #2 Launched! cpu2 AP: ID: 0x02000000 VER: 0x01060015 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 cmci: 0x000000f2 SMP: AP CPU #6 Launched! cpu6 AP: ID: 0x14000000 VER: 0x01060015 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 cmci: 0x000000f2 SMP: AP CPU #4 Launched! cpu4 AP: ID: 0x12000000 VER: 0x01060015 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 cmci: 0x000000f2 SMP: AP CPU #5 Launched! cpu5 AP: ID: 0x13000000 VER: 0x01060015 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 cmci: 0x000000f2 ioapic0: routing intpin 1 (ISA IRQ 1) to lapic 1 vector 48 ioapic0: routing intpin 3 (ISA IRQ 3) to lapic 2 vector 48 ioapic0: routing intpin 4 (ISA IRQ 4) to lapic 3 vector 48 ioapic0: routing intpin 5 (ISA IRQ 5) to lapic 18 vector 48 ioapic0: routing intpin 16 (PCI IRQ 16) to lapic 19 vector 48 ioapic0: routing intpin 18 (PCI IRQ 18) to lapic 20 vector 48 ioapic0: routing intpin 19 (PCI IRQ 19) to lapic 21 vector 48 ioapic0: routing intpin 23 (PCI IRQ 23) to lapic 1 vector 49 msi: Assigning MSI-X IRQ 256 to local APIC 2 vector 49 msi: Assigning MSI-X IRQ 257 to local APIC 3 vector 49 msi: Assigning MSI-X IRQ 258 to local APIC 18 vector 49 msi: Assigning MSI-X IRQ 259 to local APIC 19 vector 49 msi: Assigning MSI-X IRQ 260 to local APIC 20 vector 49 msi: Assigning MSI-X IRQ 261 to local APIC 21 vector 49 SMP: passed TSC synchronization test TSC timecounter discards lower 1 bit(s) Timecounter "TSC-low" frequency 1200028388 Hz quality 1000 WARNING: WITNESS option enabled, expect reduced performance. uhub_attach: Turning port 3 power on uhub_attach: Turning port 4 power on Root mount waiting for: usbus7 usbus3 uhub_attach: Turning port 4 power on uhub_attach: Turning port 5 power on uhub_attach: Turning port 5 power on uhub_attach: Turning port 6 power on Root mount waiting for: usbus7 usbus3 uhub3: 6 ports with 6 removable, self powered uhub_attach: Turning port 6 power on uhub7: 6 ports with 6 removable, self powered Trying to mount root from zfs:zborg []... start_init: trying /sbin/init --Apple-Mail=_741DE6FA-888D-4C05-9082-09E021CEDECB Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQEcBAEBCgAGBQJUf0XjAAoJEEmwU6XuhYWOo+MH/ioGeitMNOMJq74VwO9E3jhl LVHcxoy6WbAwlHxFePafTIxv8HvkSnSCBXsc8njB5iYIk+XmZg+cFTsq3EGr+UfN y3iplePnRmboUANyJawr+47Y2weCK2gby6uEMMmg4ekTTivyInd0QaIuEOTAeyeT h6cohfKJTAuLyahff/BLSgDM8lIlVvoNr1xz7LipyIz+frKOIxsH2fn4oDWYwMEc TRHpUZjZlalwYq/3kVwqrixNdfGbSt4FQ0eyijuGAdYIXf6MgyHmkflPiFiVmVk2 2H1sV+SsDlTbL2sMy6irpf6c2Qu4/P8ZOxBXSoEaI948eg13plQ9m2UCy4/YTcg= =RMJQ -----END PGP SIGNATURE----- --Apple-Mail=_741DE6FA-888D-4C05-9082-09E021CEDECB-- From owner-freebsd-xen@FreeBSD.ORG Wed Dec 3 18:43:30 2014 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7D4B2505 for ; Wed, 3 Dec 2014 18:43:30 +0000 (UTC) Received: from SMTP02.CITRIX.COM (smtp02.citrix.com [66.165.176.63]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "mail.citrix.com", Issuer "Cybertrust Public SureServer SV CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3F0ECADB for ; Wed, 3 Dec 2014 18:43:28 +0000 (UTC) X-IronPort-AV: E=Sophos;i="5.07,509,1413244800"; d="scan'208";a="199540165" Received: from [127.0.0.1] (10.80.16.47) by smtprelay.citrix.com (10.13.107.79) with Microsoft SMTP Server id 14.3.181.6; Wed, 3 Dec 2014 13:43:01 -0500 Message-ID: <547F59B4.1010105@citrix.com> Date: Wed, 3 Dec 2014 19:43:00 +0100 From: =?windows-1252?Q?Roger_Pau_Monn=E9?= User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: "David P. Discher" Subject: Re: Attempting to Get Xen FreeBSD Dom0 working References: <481F7D02-BFE9-4E35-A475-5A8A05A801CE@dpdtech.com> <547DFCC0.6030003@citrix.com> <547F1476.8080305@citrix.com> <29437DB9-7DC8-47A8-8FC4-2BFDE736B5BC@dpdtech.com> In-Reply-To: <29437DB9-7DC8-47A8-8FC4-2BFDE736B5BC@dpdtech.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 8bit X-DLP: MIA2 Cc: freebsd-xen@freebsd.org X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2014 18:43:30 -0000 Hello, El 03/12/14 a les 18.18, David P. Discher ha escrit: > > > On Dec 3, 2014, at 5:47 AM, Roger Pau Monné wrote: > >> The good news is that I think I have a patch that solves this, but I'm >> afraid we will also have to debug the ACPI error shown above in order to >> get your system to a working state. >> >> Could you please try the following patch on top of my pvh_dom0_v8 branch? >> >> https://people.freebsd.org/~royger/xen_pci.patch >> >> Roger. > > > Hey Roger - > > Thanks for the com change, that seems to have gotten the Xen’s serial output going, which is included below. I think as you expected, got yet another panic, however at a different place. Panic summary here. Full console messages below … and for reference, also included the full boot messages from the same kernel booting the bare metal. > > Let know what you are thinking as the problem … I can certainly do some more poking and trail and error stuff on my own as well, but just need a bit more information and guidance. I rarely hang out on IRC, but certainly can jump over there for collaboration. > > Thanks again ! > > > Fatal trap 12: page fault while in kernel mode > cpuid = 0; apic id = 00 > fault virtual address = 0x60 > fault code = supervisor write data, page not present > instruction pointer = 0x20:0xffffffff80e53fa3 > stack pointer = 0x28:0xffffffff82318b70 > frame pointer = 0x28:0xffffffff82318ba0 > code segment = base 0x0, limit 0xfffff, type 0x1b > = DPL 0, pres 1, long 1, def32 0, gran 1 > processor eflags = interrupt enabled, resume, IOPL = 0 > current process = 0 (swapper) > [ thread pid 0 tid 100000 ] > Stopped at acpi_install_wakeup_handler+0x113: movq %r14,0x60(%r15) > db> bt > Tracing pid 0 tid 100000 td 0xffffffff8180bcf0 > acpi_install_wakeup_handler() at acpi_install_wakeup_handler+0x113/frame 0xffffffff82318ba0 > nexus_xen_attach() at nexus_xen_attach+0xe0/frame 0xffffffff82318bc0 > device_attach() at device_attach+0x38f/frame 0xffffffff82318c20 > bus_generic_new_pass() at bus_generic_new_pass+0x116/frame 0xffffffff82318c50 > bus_set_pass() at bus_set_pass+0x8c/frame 0xffffffff82318c80 > configure() at configure+0xa/frame 0xffffffff82318c90 > mi_startup() at mi_startup+0x108/frame 0xffffffff82318cb0 > xen_start() at xen_start+0x1f > db> Thanks for being able to test this so quickly, AFAICT this is a fallout from failing to initialize ACPI. I don't have a system with this specific ACPI configuration to trigger this, but I have the following patch, which _might_ solve your problem: https://people.freebsd.org/~royger/xen_acpi.patch Again, it should be applied on top of your already patched pvh_dom0_v8 branch (don't remove the previous patch). If this doesn't solve your problem I will try to find a similar box so I can reproduce the issue. Roger. From owner-freebsd-xen@FreeBSD.ORG Wed Dec 3 19:35:15 2014 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ECBFC368 for ; Wed, 3 Dec 2014 19:35:15 +0000 (UTC) Received: from mail-pd0-x233.google.com (mail-pd0-x233.google.com [IPv6:2607:f8b0:400e:c02::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A94A9C4 for ; Wed, 3 Dec 2014 19:35:15 +0000 (UTC) Received: by mail-pd0-f179.google.com with SMTP id w10so16137167pde.10 for ; Wed, 03 Dec 2014 11:35:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dpdtech.com; s=google; h=content-type:mime-version:subject:from:in-reply-to:date:cc :message-id:references:to; bh=t1E/+4clWmkm74z4fHK7xVBihwRRTa4/hv8fYDoH2Yo=; b=bsnZ2mbcxFkxAMtnDdWt2VI2zlIlUZb1dVT1dhEcMToOdkKFjv+x41pwx9xIh0f8GF bRH5EADOIdZ5VActJUmGgsYSllbXTFRLpgZ+5GouSFUGWrUEj54M19lHRSNYGKlUOJfo ptHs0bxgxJDK4KCmx5D7Kn0mdxYKz/Br5W7C0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:cc:message-id:references:to; bh=t1E/+4clWmkm74z4fHK7xVBihwRRTa4/hv8fYDoH2Yo=; b=a3ZLqt6F3FZCyNjGQH5D7aUetJKT6ACa2tJQIA6p8gHjWQ+DGUPDXzNgasTNaTnSUd mqJXaWsTguCv3m22/iaUruwf1ieRiyHuf4sb74voM2HbtFFKa95oY1RrvGpqn0c0ESDA 9lXoEU6jnWWaiX1T6QFIVSHZeO5QHbBDtH4BDGPbXrqUyhxx1TPs2vVbxh8YtcDRopkn 1snVbePkpoz/aAUyq+sO7U9w8pKqpn8tU0D3eqdTt5ew0pK8aZcr4feaGe+GEGPhPkcR uKhAO0Qblk3rD4oTctTvdqraG1fj2gTvbz5DZrXKBjpwHOReqp3uXT70qp1pO89P4Ya3 boKQ== X-Gm-Message-State: ALoCoQlZ7Gd61GGEFVkEgsbrVPfNkdm2q8nG0giKbt5r5sw4Dqirl4KhCpPIakojNPLvcKlrTysS X-Received: by 10.67.3.165 with SMTP id bx5mr11531820pad.59.1417635315123; Wed, 03 Dec 2014 11:35:15 -0800 (PST) Received: from 173-13-188-41-sfba.hfc.comcastbusiness.net (173-13-188-41-sfba.hfc.comcastbusiness.net. [173.13.188.41]) by mx.google.com with ESMTPSA id gy10sm23728582pbd.67.2014.12.03.11.35.14 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 03 Dec 2014 11:35:14 -0800 (PST) Content-Type: multipart/signed; boundary="Apple-Mail=_1F662400-3EFA-456E-95EE-88EEC54AA211"; protocol="application/pgp-signature"; micalg=pgp-sha512 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: Attempting to Get Xen FreeBSD Dom0 working From: "David P. Discher" In-Reply-To: <547F59B4.1010105@citrix.com> Date: Wed, 3 Dec 2014 11:35:24 -0800 Message-Id: <2DDCAA68-3B11-4E3C-AE61-EAD8CEEF1E2D@dpdtech.com> References: <481F7D02-BFE9-4E35-A475-5A8A05A801CE@dpdtech.com> <547DFCC0.6030003@citrix.com> <547F1476.8080305@citrix.com> <29437DB9-7DC8-47A8-8FC4-2BFDE736B5BC@dpdtech.com> <547F59B4.1010105@citrix.com> To: =?iso-8859-1?Q?Roger_Pau_Monn=E9?= X-Mailer: Apple Mail (2.1878.6) Cc: freebsd-xen@freebsd.org X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2014 19:35:16 -0000 --Apple-Mail=_1F662400-3EFA-456E-95EE-88EEC54AA211 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 On Dec 3, 2014, at 10:43 AM, Roger Pau Monn=E9 = wrote: > Thanks for being able to test this so quickly, AFAICT this is a = fallout > from failing to initialize ACPI. I don't have a system with this > specific ACPI configuration to trigger this, but I have the following > patch, which _might_ solve your problem: >=20 > https://people.freebsd.org/~royger/xen_acpi.patch >=20 > Again, it should be applied on top of your already patched pvh_dom0_v8 > branch (don't remove the previous patch). If this doesn't solve your > problem I will try to find a similar box so I can reproduce the issue. >=20 > Roger. Well - that made it hang hard.=20 (XEN) PCI add device 0000:00:1a.0 found-> vendor=3D0x8086, dev=3D0x3a38, revid=3D0x00 domain=3D0, bus=3D0, slot=3D26, func=3D1 class=3D0c-03-00, hdrtype=3D0x00, mfdev=3D0 cmdreg=3D0x0005, statreg=3D0x0290, cachelnsz=3D0 = (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), = maxlat=3D0x00 (0 ns) intpin=3Db, irq=3D7 map[20]: type I/O Port, range 32, base 0xc880, size 5, = enabled pcib0: allocated type 4 (0xc880-0xc89f) for rid 20 of = pci0:0:26:1 pcib0: matched entry for 0.26.INTB pcib0: slot 26 INTB hardwired to IRQ 21 xen: register IRQ#21 (XEN) PCI add device 0000:00:1a.1 found-> vendor=3D0x8086, dev=3D0x3a39, revid=3D0x00 domain=3D0, bus=3D0, slot=3D26, func=3D2 class=3D0c-03-00, hdrtype=3D0x00, mfdev=3D0 cmdreg=3D0x0005, statreg=3D0x0290, cachelnsz=3D0 = (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), = maxlat=3D0x00 (0 ns) intpin=3Dd, irq=3D11 map[20]: type I/O Port, range 32, base 0xc800, size 5, = enabled pcib0: allocated type 4 (0xc800-0xc81f) for rid 20 of = pci0:0:26:2 pcib0: matched entry for 0.26.INTD pcib0: slot 26 INTD hardwired to IRQ 19 (XEN) PCI add device 0000:00:1a.2 found-> vendor=3D0x8086, dev=3D0x3a3c, I=92m between gigs right now, taking time off, so have some cycles to = work on this. I=92d love to dig into myself, but would need some = guidance. I can also probably give you remote access to this particular = box as well. I=92m assuming there is one particular device that is throwing off the = ACPI code - is it possible to black lists those address temporary ? = It=92s not clear to me what hardware it is stumbling over. Thanks ! - David P. Discher http://davidpdischer.com/ AIM: DavidDPD | Y!M: daviddpdz=20 --Apple-Mail=_1F662400-3EFA-456E-95EE-88EEC54AA211 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQEcBAEBCgAGBQJUf2X9AAoJEEmwU6XuhYWOIl0IAK+2SMrZPrmCwNUmEro7r231 eRmZqf95YDN613BKQZNz39F4RSWCcSpSpBKa4ovoX/vhAsx/o5ynkg81cxpug8ti fTxbQKjx5OKJ2lW3Jep11mygbQfVwBvpmfvJnWU2BEHrQ9aE7167q0W95moUhGvw ywjnmcCXRnXP5guQUOK/O5nb1czwoKncQGMYs+O77o8ZvwTbjPhKu7NXXoave/wn Qipuyv0g7pu8b7Wk8aUBMi+sbVVFCw7A+JqsbgpaDQQqJB9CG67maxacIh1rrhuy OKUOlRqwFEQ2IiHdh8gA/V1Ik9qbi+mnZLcHZYHR9/rryE2swwQ98ebgZ+/JWQo= =DQ6B -----END PGP SIGNATURE----- --Apple-Mail=_1F662400-3EFA-456E-95EE-88EEC54AA211-- From owner-freebsd-xen@FreeBSD.ORG Wed Dec 3 19:55:51 2014 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9DAF8A19 for ; Wed, 3 Dec 2014 19:55:51 +0000 (UTC) Received: from SMTP02.CITRIX.COM (smtp02.citrix.com [66.165.176.63]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "mail.citrix.com", Issuer "Cybertrust Public SureServer SV CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D439B316 for ; Wed, 3 Dec 2014 19:55:50 +0000 (UTC) X-IronPort-AV: E=Sophos;i="5.07,509,1413244800"; d="scan'208";a="199585436" Received: from [127.0.0.1] (10.80.16.47) by smtprelay.citrix.com (10.13.107.79) with Microsoft SMTP Server id 14.3.181.6; Wed, 3 Dec 2014 14:55:45 -0500 Message-ID: <547F6AC1.9060709@citrix.com> Date: Wed, 3 Dec 2014 20:55:45 +0100 From: =?windows-1252?Q?Roger_Pau_Monn=E9?= User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: "David P. Discher" Subject: Re: Attempting to Get Xen FreeBSD Dom0 working References: <481F7D02-BFE9-4E35-A475-5A8A05A801CE@dpdtech.com> <547DFCC0.6030003@citrix.com> <547F1476.8080305@citrix.com> <29437DB9-7DC8-47A8-8FC4-2BFDE736B5BC@dpdtech.com> <547F59B4.1010105@citrix.com> <2DDCAA68-3B11-4E3C-AE61-EAD8CEEF1E2D@dpdtech.com> In-Reply-To: <2DDCAA68-3B11-4E3C-AE61-EAD8CEEF1E2D@dpdtech.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 8bit X-DLP: MIA2 Cc: freebsd-xen@freebsd.org X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2014 19:55:51 -0000 El 03/12/14 a les 20.35, David P. Discher ha escrit: > > > > On Dec 3, 2014, at 10:43 AM, Roger Pau Monné wrote: > >> Thanks for being able to test this so quickly, AFAICT this is a fallout >> from failing to initialize ACPI. I don't have a system with this >> specific ACPI configuration to trigger this, but I have the following >> patch, which _might_ solve your problem: >> >> https://people.freebsd.org/~royger/xen_acpi.patch >> >> Again, it should be applied on top of your already patched pvh_dom0_v8 >> branch (don't remove the previous patch). If this doesn't solve your >> problem I will try to find a similar box so I can reproduce the issue. >> >> Roger. > > > Well - that made it hang hard. > > > (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=7 > map[20]: type I/O Port, range 32, base 0xc880, size 5, enabled > pcib0: allocated type 4 (0xc880-0xc89f) for rid 20 of pci0:0:26:1 > pcib0: matched entry for 0.26.INTB > pcib0: slot 26 INTB hardwired to IRQ 21 > xen: register IRQ#21 > (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=d, irq=11 > map[20]: type I/O Port, range 32, base 0xc800, size 5, enabled > pcib0: allocated type 4 (0xc800-0xc81f) for rid 20 of pci0:0:26:2 > pcib0: matched entry for 0.26.INTD > pcib0: slot 26 INTD hardwired to IRQ 19 > (XEN) PCI add device 0000:00:1a.2 > found-> vendor=0x8086, dev=0x3a3c, > > > I’m between gigs right now, taking time off, so have some cycles to work on this. I’d love to dig into myself, but would need some guidance. I can also probably give you remote access to this particular box as well. > > I’m assuming there is one particular device that is throwing off the ACPI code - is it possible to black lists those address temporary ? It’s not clear to me what hardware it is stumbling over. Not sure what's going on now, could you post the full boot log with the provided patch applied and when it hangs switch to the Xen console (Ctrl+A 3 times), then press "i" and "Q" and also post the output? Also, add the following to your Xen command line: iommu=debug And if you can try to play with the iommu options, I would recommend also trying: iommu=debug,no-intremap Roger. From owner-freebsd-xen@FreeBSD.ORG Wed Dec 3 21:49:54 2014 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 42EC031C for ; Wed, 3 Dec 2014 21:49:54 +0000 (UTC) Received: from mail-ig0-x236.google.com (mail-ig0-x236.google.com [IPv6:2607:f8b0:4001:c05::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0480B129 for ; Wed, 3 Dec 2014 21:49:53 +0000 (UTC) Received: by mail-ig0-f182.google.com with SMTP id hn15so13578753igb.3 for ; Wed, 03 Dec 2014 13:49:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dpdtech.com; s=google; h=content-type:mime-version:subject:from:in-reply-to:date:cc :message-id:references:to; bh=W54ZdKMovABm0OH0xoPvjKO6Kr6u5vzjWcPvRwPJw5Y=; b=b8BxuqHrhPpQdkn6BaN4xcQIioKRAbFKxcGLnbnO948Egrpl0kwkLPgruC1WsnyRwJ GlOLZC8Fd+KOtM1A9y+qSXPDxUOnXYOryl/bIxoC1yWcdpmDj/fsK7fw9X8WejJoQL39 fb4q6ex5nKGI18C0NPWcc7oaJi37ijA8cC52s= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:cc:message-id:references:to; bh=W54ZdKMovABm0OH0xoPvjKO6Kr6u5vzjWcPvRwPJw5Y=; b=LDDCQcIlRvzvpe8oeuHh5xCSGVTkwyQkiSC94+c/LHVkvzHklIMUy1I5+Bg7bShPgI l693bRkEp0wiyYC5gnL+sXYViyq28gnaB6Jn5ErIh69W43kKQyS+B5nofFsxhSzyTrKi Qvc+nce9wi6WtQB8rhvUufAHNA0WKeWCmefdQqRehUkpC5m9xUbmWIGTCwefgX5+Hbrt rCctRnaOM/6NfHkSW5u6K2GoVyto4k7Pjrje6/oeLwGnpJQTJXTFzCxvD4O5hWpOXeX3 Q1biMayUuf84VsCjIL2cKZbAJfrKKTMwUXauWfZiHF18Puj1j1dhGG9CdN4YBX/CRO6J FHeA== X-Gm-Message-State: ALoCoQnzx6jXzmA65O3jzOGycUemnTeNJM3TUMxo5ZgsYKVg+oXb9P3FD4cVrgTE+Qzibi9Rqwf8 X-Received: by 10.50.67.113 with SMTP id m17mr10874748igt.4.1417643393210; Wed, 03 Dec 2014 13:49:53 -0800 (PST) Received: from 173-13-188-41-sfba.hfc.comcastbusiness.net (173-13-188-41-sfba.hfc.comcastbusiness.net. [173.13.188.41]) by mx.google.com with ESMTPSA id qj6sm14939816igc.1.2014.12.03.13.49.51 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 03 Dec 2014 13:49:52 -0800 (PST) Content-Type: multipart/signed; boundary="Apple-Mail=_AE6D732B-EB65-4E96-801B-BA4EE8C75F2F"; protocol="application/pgp-signature"; micalg=pgp-sha512 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: Attempting to Get Xen FreeBSD Dom0 working From: "David P. Discher" In-Reply-To: <547F6AC1.9060709@citrix.com> Date: Wed, 3 Dec 2014 13:50:03 -0800 Message-Id: References: <481F7D02-BFE9-4E35-A475-5A8A05A801CE@dpdtech.com> <547DFCC0.6030003@citrix.com> <547F1476.8080305@citrix.com> <29437DB9-7DC8-47A8-8FC4-2BFDE736B5BC@dpdtech.com> <547F59B4.1010105@citrix.com> <2DDCAA68-3B11-4E3C-AE61-EAD8CEEF1E2D@dpdtech.com> <547F6AC1.9060709@citrix.com> To: =?iso-8859-1?Q?Roger_Pau_Monn=E9?= X-Mailer: Apple Mail (2.1878.6) Cc: freebsd-xen@freebsd.org X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2014 21:49:54 -0000 --Apple-Mail=_AE6D732B-EB65-4E96-801B-BA4EE8C75F2F Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 On Dec 3, 2014, at 11:55 AM, Roger Pau Monn=E9 = wrote: >=20 > Not sure what's going on now, could you post the full boot log with = the > provided patch applied and when it hangs switch to the Xen console > (Ctrl+A 3 times), then press "i" and "Q" and also post the output? >=20 > Also, add the following to your Xen command line: > iommu=3Ddebug >=20 > And if you can try to play with the iommu options, I would recommend > also trying: > iommu=3Ddebug,no-intremap >=20 > Roger. Well, you know what - I made a happy mistake. It doesn=92t look like = that last patch hung it, but actually worked! After the Control-A didn=92t work over the IPMI SOL, i pulled up the = video console, and it had a login prompt. Network up, Dom0 working! = Looks like it loses uart2: root@borg:~ # grep uart /var/run/dmesg.boot uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 = on acpi0 uart0: polled mode (50Hz) uart1: <16550 or compatible> port 0x2f8-0x2ff irq 3 on acpi0 uart1: polled mode (50Hz) uart: uart0 already exists; skipping it uart: uart1 already exists; skipping it Where when booting bare metal: Dec 3 21:39:24 borg kernel: uart0: <16550 or compatible> port = 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 Dec 3 21:39:24 borg kernel: uart0: fast interrupt Dec 3 21:39:24 borg kernel: uart1: <16550 or compatible> port = 0x2f8-0x2ff irq 3 on acpi0 Dec 3 21:39:24 borg kernel: uart1: fast interrupt Dec 3 21:39:24 borg kernel: uart2: <16550 or compatible> port = 0x3e8-0x3ef irq 5 on acpi0 Dec 3 21:39:24 borg kernel: uart2: console (115200,n,8,1) Dec 3 21:39:24 borg kernel: uart2: fast interrupt I=92ll try moving the SOL port over to com2 instead. Since this is = working on, I=92ll also see if I can knock out a little 4th script to = boot xen by default, as you have suggested in your commit logs.=20 For the history context, the dmesg logs are also attached.=20 - David P. Discher http://davidpdischer.com/ AIM: DavidDPD | Y!M: daviddpdz=20 root@borg:~ # xl list Name ID Mem VCPUs State = Time(s) Domain-0 0 2048 4 r----- = 24.5 root@borg:~ # uptime 9:35PM up 6 mins, 1 user, load averages: 0.28, 0.43, 0.28 root@borg:~ # uname -a FreeBSD borg.dpdtech.com 11.0-CURRENT FreeBSD 11.0-CURRENT #3 = 6039027(pvh_dom0_v8)-dirty: Wed Dec 3 19:10:08 UTC 2014 = root@borg.dpdtech.com:/usr/obj/usr/src/sys/GENERIC amd64 root@borg:~ # xl info host : borg.dpdtech.com release : 11.0-CURRENT version : FreeBSD 11.0-CURRENT #3 = 6039027(pvh_dom0_v8)-dirty: Wed Dec 3 19:10:08 UTC 2014 = root@borg.dpdtech.com:/usr/obj/usr/src/sys/GENERIC machine : amd64 nr_cpus : 8 max_cpu_id : 15 nr_nodes : 1 cores_per_socket : 4 threads_per_core : 2 cpu_mhz : 2400 hw_caps : = bfebfbff:2c100800:00000000:00003f00:029ee3ff:00000000:00000001:00000000 virt_caps : hvm hvm_directio total_memory : 24567 free_memory : 22222 sharing_freed_memory : 0 sharing_used_memory : 0 outstanding_claims : 0 free_cpus : 0 xen_major : 4 xen_minor : 5 xen_extra : .0-rc xen_version : 4.5.0-rc xen_caps : xen-3.0-x86_64 xen-3.0-x86_32p hvm-3.0-x86_32 = hvm-3.0-x86_32p hvm-3.0-x86_64 xen_scheduler : credit xen_pagesize : 4096 platform_params : virt_start=3D0xffff800000000000 xen_changeset : Tue Nov 18 15:57:08 2014 -0500 = git:188336b-dirty xen_commandline : dom0_mem=3D2048M dom0_max_vcpus=3D4 dom0pvh=3D1 = com1=3D115200,8n1,0x3e8 console=3Dcom1 iommu=3Ddebug cc_compiler : gcc47 (FreeBSD Ports Collection) 4.7.4 cc_compile_by : root cc_compile_domain : cc_compile_date : Tue Dec 2 15:25:42 UTC 2014 xend_config_format : 4 root@borg:~ # root@borg:~ # xl dmesg Xen 4.5.0-rc (XEN) Xen version 4.5.0-rc (root@) (gcc47 (FreeBSD Ports Collection) = 4.7.4) debug=3Dy Tue Dec 2 15:25:42 UTC 2014 (XEN) Latest ChangeSet: Tue Nov 18 15:57:08 2014 -0500 git:188336b-dirty (XEN) Bootloader: unknown (XEN) Command line: dom0_mem=3D2048M dom0_max_vcpus=3D4 dom0pvh=3D1 = com1=3D115200,8n1,0x3e8 console=3Dcom1 iommu=3Ddebug (XEN) Video information: (XEN) VGA is text mode 80x25, font 8x16 (XEN) VBE/DDC methods: none; EDID transfer time: 0 seconds (XEN) EDID info not retrieved because no DDC retrieval method detected (XEN) Disc information: (XEN) Found 2 MBR signatures (XEN) Found 2 EDD information structures (XEN) Xen-e820 RAM map: (XEN) 0000000000000000 - 0000000000099400 (usable) (XEN) 0000000000099400 - 00000000000a0000 (reserved) (XEN) 00000000000e0000 - 0000000000100000 (reserved) (XEN) 0000000000100000 - 00000000df780000 (usable) (XEN) 00000000df78e000 - 00000000df790000 type 9 (XEN) 00000000df790000 - 00000000df79e000 (ACPI data) (XEN) 00000000df79e000 - 00000000df7d0000 (ACPI NVS) (XEN) 00000000df7d0000 - 00000000df7e0000 (reserved) (XEN) 00000000df7ec000 - 00000000f0000000 (reserved) (XEN) 00000000fee00000 - 00000000fee01000 (reserved) (XEN) 00000000ffc00000 - 0000000100000000 (reserved) (XEN) 0000000100000000 - 0000000620000000 (usable) (XEN) ACPI: RSDP 000FAAB0, 0024 (r2 ACPIAM) (XEN) ACPI: XSDT DF790100, 007C (r1 SMCI 20100917 MSFT = 97) (XEN) ACPI: FACP DF790290, 00F4 (r3 091710 FACP1846 20100917 MSFT = 97) (XEN) ACPI: DSDT DF790630, 66F5 (r1 10009 10009000 0 INTL = 20051117) (XEN) ACPI: FACS DF79E000, 0040 (XEN) ACPI: APIC DF790390, 00D2 (r1 091710 APIC1846 20100917 MSFT = 97) (XEN) ACPI: MCFG DF790470, 003C (r1 091710 OEMMCFG 20100917 MSFT = 97) (XEN) ACPI: OEMB DF79E040, 007B (r1 091710 OEMB1846 20100917 MSFT = 97) (XEN) ACPI: HPET DF79A630, 0038 (r1 091710 OEMHPET 20100917 MSFT = 97) (XEN) ACPI: DMAR DF79E0C0, 0128 (r1 AMI OEMDMAR 1 MSFT = 97) (XEN) ACPI: SSDT DF7A0040, 0363 (r1 DpgPmm CpuPm 12 INTL = 20051117) (XEN) ACPI: EINJ DF79A670, 0130 (r1 AMIER AMI_EINJ 20100917 MSFT = 97) (XEN) ACPI: BERT DF79A800, 0030 (r1 AMIER AMI_BERT 20100917 MSFT = 97) (XEN) ACPI: ERST DF79A830, 01B0 (r1 AMIER AMI_ERST 20100917 MSFT = 97) (XEN) ACPI: HEST DF79A9E0, 00A8 (r1 AMIER ABC_HEST 20100917 MSFT = 97) (XEN) System RAM: 24567MB (25156708kB) (XEN) No NUMA configuration found (XEN) Faking a node at 0000000000000000-0000000620000000 (XEN) Domain heap initialised (XEN) found SMP MP-table at 000ff780 (XEN) DMI 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[df79e00c], vec_size[20] (XEN) ACPI: Local APIC address 0xfee00000 (XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled) (XEN) Processor #0 6:12 APIC version 21 (XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled) (XEN) Processor #2 6:12 APIC version 21 (XEN) ACPI: LAPIC (acpi_id[0x03] lapic_id[0x12] enabled) (XEN) Processor #18 6:12 APIC version 21 (XEN) ACPI: LAPIC (acpi_id[0x04] lapic_id[0x14] enabled) (XEN) Processor #20 6:12 APIC version 21 (XEN) ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled) (XEN) Processor #1 6:12 APIC version 21 (XEN) ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled) (XEN) Processor #3 6:12 APIC version 21 (XEN) ACPI: LAPIC (acpi_id[0x07] lapic_id[0x13] enabled) (XEN) Processor #19 6:12 APIC version 21 (XEN) ACPI: LAPIC (acpi_id[0x08] lapic_id[0x15] enabled) (XEN) Processor #21 6:12 APIC version 21 (XEN) ACPI: LAPIC (acpi_id[0x09] lapic_id[0x88] disabled) (XEN) ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x89] disabled) (XEN) ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x8a] disabled) (XEN) ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x8b] disabled) (XEN) ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x8c] disabled) (XEN) ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x8d] disabled) (XEN) ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x8e] disabled) (XEN) ACPI: LAPIC (acpi_id[0x10] lapic_id[0x8f] disabled) (XEN) ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) (XEN) ACPI: IOAPIC (id[0x06] address[0xfec00000] gsi_base[0]) (XEN) IOAPIC[0]: apic_id 6, version 32, address 0xfec00000, GSI 0-23 (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 20 low 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 1 I/O APICs (XEN) ACPI: HPET id: 0x8086a301 base: 0xfed00000 (XEN) [VT-D]dmar.c:788: Host address width 39 (XEN) [VT-D]dmar.c:802: found ACPI_DMAR_DRHD: (XEN) [VT-D]dmar.c:472: dmaru->address =3D fbffe000 (XEN) [VT-D]iommu.c:1146: drhd->address =3D fbffe000 iommu->reg =3D = ffff82c000201000 (XEN) [VT-D]iommu.c:1148: cap =3D c90780106f0462 ecap =3D f020f6 (XEN) [VT-D]dmar.c:397: IOAPIC: 0000:f0: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 ec000 end_address effff (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 df7ec000 end_address = df7fffff (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=3D0 sec=3D1 sub=3D1 (XEN) [VT-D]dmar.c:353: bridge: 0000:00:02.0 start=3D0 sec=3D2 sub=3D2 (XEN) [VT-D]dmar.c:353: bridge: 0000:00:03.0 start=3D0 sec=3D3 sub=3D3 (XEN) [VT-D]dmar.c:353: bridge: 0000:00:07.0 start=3D0 sec=3D4 sub=3D4 (XEN) [VT-D]dmar.c:353: bridge: 0000:00:09.0 start=3D0 sec=3D5 sub=3D5 (XEN) Failed to get Error Log Address Range. (XEN) HEST: Table parsing has been initialized (XEN) Using ACPI (MADT) for SMP configuration information (XEN) SMP: Allowing 16 CPUs (8 hotplug CPUs) (XEN) IRQ limits: 24 GSI, 1528 MSI/MSI-X (XEN) Using scheduler: SMP Credit Scheduler (credit) (XEN) Detected 2400.068 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 ffff82d0802d9db0 -> ffff82d0802dadd0 (XEN) PCI: MCFG configuration 0: base e0000000 segment 0000 buses 00 - = ff (XEN) PCI: MCFG area at e0000000 reserved in E820 (XEN) PCI: Using MCFG for segment 0000 bus 00-ff (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) Enabled directed EOI with ioapic_ack_old on! (XEN) ENABLING IO-APIC IRQs (XEN) -> Using old ACK method (XEN) ..TIMER: vector=3D0xF0 apic1=3D0 pin1=3D2 apic2=3D-1 pin2=3D-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 0x2c (XEN) mwait-idle: lapic_timer_reliable_states 0xffffffff (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) - Unrestricted Guest (XEN) HVM: ASIDs enabled. (XEN) HVM: VMX enabled (XEN) HVM: Hardware Assisted Paging (HAP) detected (XEN) HVM: HAP page sizes: 4kB, 2MB, 1GB (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=3D0xffffffff80200000 memsz=3D0xffed98 (XEN) elf_parse_binary: phdr: paddr=3D0xffffffff813ff000 memsz=3D0x4f5df0 (XEN) elf_parse_binary: memory: 0xffffffff80200000 -> 0xffffffff818f4df0 (XEN) elf_xen_parse_note: GUEST_OS =3D "FreeBSD" (XEN) elf_xen_parse_note: GUEST_VERSION =3D "0x10c908" (XEN) elf_xen_parse_note: XEN_VERSION =3D "xen-3.0" (XEN) elf_xen_parse_note: VIRT_BASE =3D 0xffffffff80000000 (XEN) elf_xen_parse_note: PADDR_OFFSET =3D 0xffffffff80000000 (XEN) elf_xen_parse_note: ENTRY =3D 0xffffffff80d21000 (XEN) elf_xen_parse_note: HYPERCALL_PAGE =3D 0xffffffff80d20000 (XEN) elf_xen_parse_note: HV_START_LOW =3D 0xffff800000000000 (XEN) elf_xen_parse_note: FEATURES =3D = "writable_descriptor_tables|auto_translated_physmap|supervisor_mode_kernel= |hvm_callback_vector" (XEN) elf_xen_parse_note: PAE_MODE =3D "yes" (XEN) elf_xen_parse_note: unknown xen elf note (0xd) (XEN) elf_xen_parse_note: LOADER =3D "generic" (XEN) elf_xen_parse_note: SUSPEND_CANCEL =3D 0x0 (XEN) elf_xen_parse_note: BSD_SYMTAB =3D "yes" (XEN) elf_xen_parse: using notes from SHT_NOTE section (XEN) elf_xen_addr_calc_check: addresses: (XEN) virt_base =3D 0xffffffff80000000 (XEN) elf_paddr_offset =3D 0xffffffff80000000 (XEN) virt_offset =3D 0x0 (XEN) virt_kstart =3D 0xffffffff80200000 (XEN) virt_kend =3D 0xffffffff81bf3a40 (XEN) virt_entry =3D 0xffffffff80d21000 (XEN) p2m_base =3D 0xffffffffffffffff (XEN) Xen kernel: 64-bit, lsb, compat32 (XEN) Dom0 kernel: 64-bit, PAE, lsb, paddr 0xffffffff80200000 -> = 0xffffffff818f4df0 (XEN) Dom0 symbol map 0xffffffff818f4df0 -> 0xffffffff81bf3a40 (XEN) PHYSICAL MEMORY ARRANGEMENT: (XEN) Dom0 alloc.: 0000000608000000->000000060c000000 (507130 pages = to be allocated) (XEN) Init. ramdisk: 000000061fcfa000->0000000620000000 (XEN) VIRTUAL MEMORY ARRANGEMENT: (XEN) Loaded kernel: ffffffff80200000->ffffffff81bf3a40 (XEN) Init. ramdisk: ffffffff81bf4000->ffffffff81efa000 (XEN) Phys-Mach map: ffffffff81efa000->ffffffff822fa000 (XEN) Start info: ffffffff822fa000->ffffffff822fb4b4 (XEN) Page tables: ffffffff822fc000->ffffffff82311000 (XEN) Boot stack: ffffffff82311000->ffffffff82312000 (XEN) TOTAL: ffffffff80000000->ffffffff82400000 (XEN) ENTRY ADDRESS: ffffffff80d21000 (XEN) Dom0 has maximum 4 VCPUs (XEN) elf_load_binary: phdr 2 at 0xffffffff80200000 -> = 0xffffffff811fed98 (XEN) elf_load_binary: phdr 3 at 0xffffffff813ff000 -> = 0xffffffff8152b0b0 (XEN) elf_load_bsdsyms: shdr 4 at 0xffff83061e8e1cc0 -> = 0xffffffff818f5978 (XEN) elf_load_bsdsyms: shdr 42 at 0xffff83061fa50305 -> = 0xffffffff8194aca8 (XEN) elf_load_bsdsyms: shdr 43 at 0xffff83061fa51090 -> = 0xffffffff8194aef8 (XEN) elf_load_bsdsyms: shdr 44 at 0xffff83061fb97b50 -> = 0xffffffff81a919b8 (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:02.0 (XEN) Found masked UR signaling on 0000:00:03.0 (XEN) Found masked UR signaling on 0000:00:07.0 (XEN) Found masked UR signaling on 0000:00:09.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:14.3 (XEN) [VT-D]iommu.c:1444: d0:PCIe: map 0000:00:16.0 (XEN) [VT-D]iommu.c:1444: d0:PCIe: map 0000:00:16.1 (XEN) [VT-D]iommu.c:1444: d0:PCIe: map 0000:00:16.2 (XEN) [VT-D]iommu.c:1444: d0:PCIe: map 0000:00:16.3 (XEN) [VT-D]iommu.c:1444: d0:PCIe: map 0000:00:16.4 (XEN) [VT-D]iommu.c:1444: d0:PCIe: map 0000:00:16.5 (XEN) [VT-D]iommu.c:1444: d0:PCIe: map 0000:00:16.6 (XEN) [VT-D]iommu.c:1444: d0:PCIe: map 0000:00:16.7 (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: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:02:00.0 (XEN) [VT-D]iommu.c:1456: d0:PCI: map 0000:06:04.0 (XEN) [VT-D]iommu.c:1430: d0:Hostbridge: skip 0000:ff:00.0 map (XEN) [VT-D]iommu.c:1430: d0:Hostbridge: skip 0000:ff:00.1 map (XEN) [VT-D]iommu.c:1430: d0:Hostbridge: skip 0000:ff:02.0 map (XEN) [VT-D]iommu.c:1430: d0:Hostbridge: skip 0000:ff:02.1 map (XEN) [VT-D]iommu.c:1430: d0:Hostbridge: skip 0000:ff:02.2 map (XEN) [VT-D]iommu.c:1430: d0:Hostbridge: skip 0000:ff:02.3 map (XEN) [VT-D]iommu.c:1430: d0:Hostbridge: skip 0000:ff:02.4 map (XEN) [VT-D]iommu.c:1430: d0:Hostbridge: skip 0000:ff:02.5 map (XEN) [VT-D]iommu.c:1430: d0:Hostbridge: skip 0000:ff:03.0 map (XEN) [VT-D]iommu.c:1430: d0:Hostbridge: skip 0000:ff:03.1 map (XEN) [VT-D]iommu.c:1430: d0:Hostbridge: skip 0000:ff:03.2 map (XEN) [VT-D]iommu.c:1430: d0:Hostbridge: skip 0000:ff:03.4 map (XEN) [VT-D]iommu.c:1430: d0:Hostbridge: skip 0000:ff:04.0 map (XEN) [VT-D]iommu.c:1430: d0:Hostbridge: skip 0000:ff:04.1 map (XEN) [VT-D]iommu.c:1430: d0:Hostbridge: skip 0000:ff:04.2 map (XEN) [VT-D]iommu.c:1430: d0:Hostbridge: skip 0000:ff:04.3 map (XEN) [VT-D]iommu.c:1430: d0:Hostbridge: skip 0000:ff:05.0 map (XEN) [VT-D]iommu.c:1430: d0:Hostbridge: skip 0000:ff:05.1 map (XEN) [VT-D]iommu.c:1430: d0:Hostbridge: skip 0000:ff:05.2 map (XEN) [VT-D]iommu.c:1430: d0:Hostbridge: skip 0000:ff:05.3 map (XEN) [VT-D]iommu.c:1430: d0:Hostbridge: skip 0000:ff:06.0 map (XEN) [VT-D]iommu.c:1430: d0:Hostbridge: skip 0000:ff:06.1 map (XEN) [VT-D]iommu.c:1430: d0:Hostbridge: skip 0000:ff:06.2 map (XEN) [VT-D]iommu.c:1430: d0:Hostbridge: skip 0000:ff:06.3 map (XEN) [VT-D]iommu.c:739: iommu_enable_translation: iommu->reg =3D = 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. (XEN) irq.c:380: Dom0 callback via changed to Direct Vector 0x93 (XEN) Found masked UR signaling on 0000:00:00.0 (XEN) PCI add device 0000:00:00.0 (XEN) Found masked UR signaling on 0000:00:01.0 (XEN) PCI add device 0000:00:01.0 (XEN) Found masked UR signaling on 0000:00:02.0 (XEN) PCI add device 0000:00:02.0 (XEN) Found masked UR signaling on 0000:00:03.0 (XEN) PCI add device 0000:00:03.0 (XEN) Found masked UR signaling on 0000:00:07.0 (XEN) PCI add device 0000:00:07.0 (XEN) Found masked UR signaling on 0000:00:09.0 (XEN) PCI add device 0000:00:09.0 (XEN) Masked VT-d error signaling on 0000:00:14.0 (XEN) PCI add device 0000:00:14.0 (XEN) PCI add device 0000:00:14.1 (XEN) PCI add device 0000:00:14.2 (XEN) PCI add device 0000:00:14.3 (XEN) PCI add device 0000:00:16.0 (XEN) PCI add device 0000:00:16.1 (XEN) PCI add device 0000:00:16.2 (XEN) PCI add device 0000:00:16.3 (XEN) PCI add device 0000:00:16.4 (XEN) PCI add device 0000:00:16.5 (XEN) PCI add device 0000:00:16.6 (XEN) PCI add device 0000:00:16.7 (XEN) PCI add device 0000:00:1a.0 (XEN) PCI add device 0000:00:1a.1 (XEN) PCI add device 0000:00:1a.2 (XEN) PCI add device 0000:00:1a.7 (XEN) PCI add device 0000:00:1d.0 (XEN) PCI add device 0000:00:1d.1 (XEN) PCI add device 0000:00:1d.2 (XEN) PCI add device 0000:00:1d.7 (XEN) PCI add device 0000:00:1e.0 (XEN) PCI add device 0000:00:1f.0 (XEN) PCI add device 0000:00:1f.2 (XEN) PCI add device 0000:00:1f.3 (XEN) PCI add device 0000:01:00.0 (XEN) PCI add device 0000:02:00.0 (XEN) PCI add device 0000:06:04.0 (XEN) PCI add device 0000:ff:00.0 (XEN) PCI add device 0000:ff:00.1 (XEN) PCI add device 0000:ff:02.0 (XEN) PCI add device 0000:ff:02.1 (XEN) PCI add device 0000:ff:02.2 (XEN) PCI add device 0000:ff:02.3 (XEN) PCI add device 0000:ff:02.4 (XEN) PCI add device 0000:ff:02.5 (XEN) PCI add device 0000:ff:03.0 (XEN) PCI add device 0000:ff:03.1 (XEN) PCI add device 0000:ff:03.2 (XEN) PCI add device 0000:ff:03.4 (XEN) PCI add device 0000:ff:04.0 (XEN) PCI add device 0000:ff:04.1 (XEN) PCI add device 0000:ff:04.2 (XEN) PCI add device 0000:ff:04.3 (XEN) PCI add device 0000:ff:05.0 (XEN) PCI add device 0000:ff:05.1 (XEN) PCI add device 0000:ff:05.2 (XEN) PCI add device 0000:ff:05.3 (XEN) PCI add device 0000:ff:06.0 (XEN) PCI add device 0000:ff:06.1 (XEN) PCI add device 0000:ff:06.2 (XEN) PCI add device 0000:ff:06.3 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D FreeBSD+DOM0 = dmesg =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D root@borg:~ # dmesg Table 'FACP' at 0xdf790290 Table 'APIC' at 0xdf790390 APIC: Found table at 0xdf790390 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) 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 #3 6039027(pvh_dom0_v8)-dirty: Wed Dec 3 19:10:08 = UTC 2014 root@borg.dpdtech.com:/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. Preloaded elf multiboot kernel "/boot/xen" at 0xffffffff81bf4000. Preloaded elf kernel "/boot/kernel/kernel" at 0xffffffff81bf4180. Preloaded elf obj module "/boot/kernel/zfs.ko" at 0xffffffff81bf4258. Preloaded elf obj module "/boot/kernel/opensolaris.ko" at = 0xffffffff81bf4a80. Hypervisor: Origin =3D "XenVMMXenVMM" Calibrating TSC clock ... TSC clock: 2399999840 Hz CPU: Intel(R) Xeon(R) CPU E5620 @ 2.40GHz (2400.00-MHz = K8-class CPU) Origin=3D"GenuineIntel" Id=3D0x206c2 Family=3D0x6 Model=3D0x2c = Stepping=3D2 = Features=3D0x1fcbebff = Features2=3D0x82982283 AMD Features=3D0x20100800 AMD Features2=3D0x1 TSC: P-state invariant, performance statistics Data TLB: 4 KB pages, 4-way set associative, 64 entries L2 cache: 256 kbytes, 8-way associative, 64 bytes/line real memory =3D 2147901440 (2048 MB) Physical memory chunk(s): 0x0000000000010000 - 0x0000000000098fff, 561152 bytes (137 pages) 0x0000000000100000 - 0x00000000001fffff, 1048576 bytes (256 pages) 0x0000000002341000 - 0x000000007cbd9fff, 2055835648 bytes (501913 pages) avail memory =3D 2032578560 (1938 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 FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs FreeBSD/SMP: 1 package(s) x 4 core(s) cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 2 cpu2 (AP): APIC ID: 4 cpu3 (AP): APIC ID: 6 x86bios: IVT 0x000000-0x0004ff at 0xfffff80000000000 x86bios: SSEG 0x098000-0x098fff at 0xfffffe007b7f8000 x86bios: ROM 0x0a0000-0x0fefff at 0xfffff800000a0000 ULE: setup cpu 0 ULE: setup cpu 1 ULE: setup cpu 2 ULE: setup cpu 3 Xen interrupt system initialized Table 'FACP' at 0xdf790290 Table 'APIC' at 0xdf790390 APIC: Found table at 0xdf790390 ACPI: RSDP 0x00000000000FAAB0 000024 (v02 ACPIAM) ACPI: XSDT 0x00000000DF790100 00007C (v01 SMCI 20100917 MSFT = 00000097) ACPI: FACP 0x00000000DF790290 0000F4 (v03 091710 FACP1846 20100917 MSFT = 00000097) ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: = 128/64 (20140926/tbfadt-646) ACPI: DSDT 0x00000000DF790630 0066F5 (v01 10009 10009000 00000000 INTL = 20051117) ACPI: FACS 0x00000000DF79E000 000040 ACPI: APIC 0x00000000DF790390 0000D2 (v01 091710 APIC1846 20100917 MSFT = 00000097) ACPI: MCFG 0x00000000DF790470 00003C (v01 091710 OEMMCFG 20100917 MSFT = 00000097) ACPI: OEMB 0x00000000DF79E040 00007B (v01 091710 OEMB1846 20100917 MSFT = 00000097) ACPI: HPET 0x00000000DF79A630 000038 (v01 091710 OEMHPET 20100917 MSFT = 00000097) ACPI: XMAR 0x00000000DF79E0C0 000128 (v01 AMI OEMDMAR 00000001 MSFT = 00000097) ACPI: SSDT 0x00000000DF7A0040 000363 (v01 DpgPmm CpuPm 00000012 INTL = 20051117) ACPI: EINJ 0x00000000DF79A670 000130 (v01 AMIER AMI_EINJ 20100917 MSFT = 00000097) ACPI: BERT 0x00000000DF79A800 000030 (v01 AMIER AMI_BERT 20100917 MSFT = 00000097) ACPI: ERST 0x00000000DF79A830 0001B0 (v01 AMIER AMI_ERST 20100917 MSFT = 00000097) ACPI: HEST 0x00000000DF79A9E0 0000A8 (v01 AMIER ABC_HEST 20100917 MSFT = 00000097) MADT: Interrupt override: source 0, irq 2 xen: register IRQ#2 MADT: Interrupt override: source 9, irq 20 xen: register IRQ#20 cpu0 BSP XEN PV LAPIC snd_unit_init() u=3D0x00ff8000 [512] d=3D0x00007c00 [32] c=3D0x000003ff = [1024] feeder_register: snd_unit=3D-1 snd_maxautovchans=3D16 latency=3D5 = feeder_rate_min=3D1 feeder_rate_max=3D2016000 feeder_rate_round=3D25 wlan: <802.11 Link Layer> Hardware, Intel Secure Key RNG: RDRAND is not present Hardware, VIA Nehemiah Padlock RNG: VIA Padlock RNG not present kbd: new array size 4 kbd1 at kbdmux0 mem: nfslock: pseudo-device null: Falling back to random adaptor random: initialized VESA: calling BIOS POST module_register_init: MOD_LOAD (vesa, 0xffffffff80dac160, 0) error 6 io: VMBUS: load hpt27xx: RocketRAID 27xx controller driver v1.1 hptrr: RocketRAID 17xx/2xxx SATA controller driver v1.2 hptnr: R750/DC7280 controller driver v1.0.1 xenpv0: on motherboard Grant table initialized xc0: on xenpv0 xen_et0: 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: on xenpv0 pvcpu1: on xenpv0 pvcpu2: on xenpv0 pvcpu3: on xenpv0 xenstore0: on xenpv0 xsd_dev0: on xenpv0 evtchn0: on xenpv0 privcmd0: on xenpv0 isa0: on xenpv0 acpi0: on motherboard ACPI: All ACPI Tables successfully acquired PCIe: Memory Mapped configuration base @ 0xe0000000 acpi0: Overriding SCI from IRQ 9 to IRQ 20 ACPI: Executed 1 blocks of module-level executable AML code acpi0: Power Button (fixed) acpi0: reservation of 0, a0000 (3) failed acpi0: reservation of 100000, dff00000 (3) failed attimer0: port 0x40-0x43 irq 0 on acpi0 Timecounter "i8254" frequency 1193182 Hz quality 0 attimer0: Can't map interrupt. atrtc0: port 0x70-0x71 irq 8 on acpi0 atrtc0: not installed as time-of-day clock: clock xen_et has higher = resolution atrtc0: Can't map interrupt. pci_link0: Index IRQ Rtd Ref IRQs Initial Probe 0 15 N 0 3 4 6 7 10 11 12 14 15 Validation 0 15 N 0 3 4 6 7 10 11 12 14 15 After Disable 0 255 N 0 3 4 6 7 10 11 12 14 15 pci_link1: Index IRQ Rtd Ref IRQs Initial Probe 0 14 N 0 3 4 6 7 10 11 12 14 15 Validation 0 14 N 0 3 4 6 7 10 11 12 14 15 After Disable 0 255 N 0 3 4 6 7 10 11 12 14 15 pci_link2: Index IRQ Rtd Ref IRQs Initial Probe 0 10 N 0 3 4 6 7 10 11 12 14 15 Validation 0 10 N 0 3 4 6 7 10 11 12 14 15 After Disable 0 255 N 0 3 4 6 7 10 11 12 14 15 pci_link3: Index IRQ Rtd Ref IRQs Initial Probe 0 11 N 0 3 4 6 7 10 11 12 14 15 Validation 0 11 N 0 3 4 6 7 10 11 12 14 15 After Disable 0 255 N 0 3 4 6 7 10 11 12 14 15 pci_link4: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 3 4 6 7 10 11 12 14 15 Validation 0 255 N 0 3 4 6 7 10 11 12 14 15 After Disable 0 255 N 0 3 4 6 7 10 11 12 14 15 pci_link5: Index IRQ Rtd Ref IRQs Initial Probe 0 7 N 0 3 4 6 7 10 11 12 14 15 Validation 0 7 N 0 3 4 6 7 10 11 12 14 15 After Disable 0 255 N 0 3 4 6 7 10 11 12 14 15 pci_link6: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 3 4 6 7 10 11 12 14 15 Validation 0 255 N 0 3 4 6 7 10 11 12 14 15 After Disable 0 255 N 0 3 4 6 7 10 11 12 14 15 pci_link7: Index IRQ Rtd Ref IRQs Initial Probe 0 6 N 0 3 4 6 7 10 11 12 14 15 Validation 0 6 N 0 3 4 6 7 10 11 12 14 15 After Disable 0 255 N 0 3 4 6 7 10 11 12 14 15 pcib0: 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 0xd0000-0xdffff pcib0: decoding 3 range 0xf0000000-0xfed8ffff pci0: on pcib0 pci0: domain=3D0, physical bus=3D0 found-> vendor=3D0x8086, dev=3D0x3405, revid=3D0x22 domain=3D0, bus=3D0, slot=3D0, func=3D0 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D0 cmdreg=3D0x0000, statreg=3D0x0010, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) powerspec 3 supports D0 D3 current D0 MSI supports 2 messages, vector masks found-> vendor=3D0x8086, dev=3D0x3408, revid=3D0x22 domain=3D0, bus=3D0, slot=3D1, func=3D0 class=3D06-04-00, hdrtype=3D0x01, mfdev=3D0 cmdreg=3D0x0107, statreg=3D0x0010, cachelnsz=3D64 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x02 (500 ns), maxlat=3D0x00 (0 = ns) powerspec 3 supports D0 D3 current D0 MSI supports 2 messages, vector masks secbus=3D1, subbus=3D1 found-> vendor=3D0x8086, dev=3D0x3409, revid=3D0x22 domain=3D0, bus=3D0, slot=3D2, func=3D0 class=3D06-04-00, hdrtype=3D0x01, mfdev=3D0 cmdreg=3D0x0107, statreg=3D0x0010, cachelnsz=3D64 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x02 (500 ns), maxlat=3D0x00 (0 = ns) powerspec 3 supports D0 D3 current D0 MSI supports 2 messages, vector masks secbus=3D2, subbus=3D2 found-> vendor=3D0x8086, dev=3D0x340a, revid=3D0x22 domain=3D0, bus=3D0, slot=3D3, func=3D0 class=3D06-04-00, hdrtype=3D0x01, mfdev=3D0 cmdreg=3D0x0104, statreg=3D0x0010, cachelnsz=3D64 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x02 (500 ns), maxlat=3D0x00 (0 = ns) powerspec 3 supports D0 D3 current D0 MSI supports 2 messages, vector masks secbus=3D3, subbus=3D3 found-> vendor=3D0x8086, dev=3D0x340e, revid=3D0x22 domain=3D0, bus=3D0, slot=3D7, func=3D0 class=3D06-04-00, hdrtype=3D0x01, mfdev=3D0 cmdreg=3D0x0104, statreg=3D0x0010, cachelnsz=3D64 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x02 (500 ns), maxlat=3D0x00 (0 = ns) powerspec 3 supports D0 D3 current D0 MSI supports 2 messages, vector masks secbus=3D4, subbus=3D4 found-> vendor=3D0x8086, dev=3D0x3410, revid=3D0x22 domain=3D0, bus=3D0, slot=3D9, func=3D0 class=3D06-04-00, hdrtype=3D0x01, mfdev=3D0 cmdreg=3D0x0104, statreg=3D0x0010, cachelnsz=3D64 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x02 (500 ns), maxlat=3D0x00 (0 = ns) powerspec 3 supports D0 D3 current D0 MSI supports 2 messages, vector masks secbus=3D5, subbus=3D5 found-> vendor=3D0x8086, dev=3D0x342e, revid=3D0x22 domain=3D0, bus=3D0, slot=3D20, func=3D0 class=3D08-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0000, statreg=3D0x0010, cachelnsz=3D64 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x3422, revid=3D0x22 domain=3D0, bus=3D0, slot=3D20, func=3D1 class=3D08-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0000, statreg=3D0x0010, cachelnsz=3D64 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x3423, revid=3D0x22 domain=3D0, bus=3D0, slot=3D20, func=3D2 class=3D08-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0000, statreg=3D0x0010, cachelnsz=3D64 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x3438, revid=3D0x22 domain=3D0, bus=3D0, slot=3D20, func=3D3 class=3D08-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0000, statreg=3D0x0000, cachelnsz=3D64 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x3430, revid=3D0x22 domain=3D0, bus=3D0, slot=3D22, func=3D0 class=3D08-80-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0010, cachelnsz=3D64 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Da, irq=3D15 powerspec 3 supports D0 D3 current D0 MSI-X supports 1 message in map 0x10 map[10]: type Memory, range 64, base 0xfbef8000, size 14, = enabled pcib0: allocated type 3 (0xfbef8000-0xfbefbfff) for rid 10 of = pci0:0:22:0 pcib0: matched entry for 0.22.INTA pcib0: slot 22 INTA hardwired to IRQ 16 xen: register IRQ#16 found-> vendor=3D0x8086, dev=3D0x3431, revid=3D0x22 domain=3D0, bus=3D0, slot=3D22, func=3D1 class=3D08-80-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0010, cachelnsz=3D64 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Db, irq=3D14 powerspec 3 supports D0 D3 current D0 MSI-X supports 1 message in map 0x10 map[10]: type Memory, range 64, base 0xfbef4000, size 14, = enabled pcib0: allocated type 3 (0xfbef4000-0xfbef7fff) for rid 10 of = pci0:0:22:1 pcib0: matched entry for 0.22.INTB pcib0: slot 22 INTB hardwired to IRQ 17 xen: register IRQ#17 found-> vendor=3D0x8086, dev=3D0x3432, revid=3D0x22 domain=3D0, bus=3D0, slot=3D22, func=3D2 class=3D08-80-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0010, cachelnsz=3D64 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Dc, irq=3D10 powerspec 3 supports D0 D3 current D0 MSI-X supports 1 message in map 0x10 map[10]: type Memory, range 64, base 0xfbef0000, size 14, = enabled pcib0: allocated type 3 (0xfbef0000-0xfbef3fff) for rid 10 of = pci0:0:22:2 pcib0: matched entry for 0.22.INTC pcib0: slot 22 INTC hardwired to IRQ 18 xen: register IRQ#18 found-> vendor=3D0x8086, dev=3D0x3433, revid=3D0x22 domain=3D0, bus=3D0, slot=3D22, func=3D3 class=3D08-80-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0010, cachelnsz=3D64 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Dd, irq=3D11 powerspec 3 supports D0 D3 current D0 MSI-X supports 1 message in map 0x10 map[10]: type Memory, range 64, base 0xfbeec000, size 14, = enabled pcib0: allocated type 3 (0xfbeec000-0xfbeeffff) for rid 10 of = pci0:0:22:3 pcib0: matched entry for 0.22.INTD pcib0: slot 22 INTD hardwired to IRQ 19 xen: register IRQ#19 found-> vendor=3D0x8086, dev=3D0x3429, revid=3D0x22 domain=3D0, bus=3D0, slot=3D22, func=3D4 class=3D08-80-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0010, cachelnsz=3D64 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Da, irq=3D15 powerspec 3 supports D0 D3 current D0 MSI-X supports 1 message in map 0x10 map[10]: type Memory, range 64, base 0xfbee8000, size 14, = enabled pcib0: allocated type 3 (0xfbee8000-0xfbeebfff) for rid 10 of = pci0:0:22:4 pcib0: matched entry for 0.22.INTA pcib0: slot 22 INTA hardwired to IRQ 16 found-> vendor=3D0x8086, dev=3D0x342a, revid=3D0x22 domain=3D0, bus=3D0, slot=3D22, func=3D5 class=3D08-80-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0010, cachelnsz=3D64 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Db, irq=3D14 powerspec 3 supports D0 D3 current D0 MSI-X supports 1 message in map 0x10 map[10]: type Memory, range 64, base 0xfbee4000, size 14, = enabled pcib0: allocated type 3 (0xfbee4000-0xfbee7fff) for rid 10 of = pci0:0:22:5 pcib0: matched entry for 0.22.INTB pcib0: slot 22 INTB hardwired to IRQ 17 found-> vendor=3D0x8086, dev=3D0x342b, revid=3D0x22 domain=3D0, bus=3D0, slot=3D22, func=3D6 class=3D08-80-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0010, cachelnsz=3D64 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Dc, irq=3D10 powerspec 3 supports D0 D3 current D0 MSI-X supports 1 message in map 0x10 map[10]: type Memory, range 64, base 0xfbee0000, size 14, = enabled pcib0: allocated type 3 (0xfbee0000-0xfbee3fff) for rid 10 of = pci0:0:22:6 pcib0: matched entry for 0.22.INTC pcib0: slot 22 INTC hardwired to IRQ 18 found-> vendor=3D0x8086, dev=3D0x342c, revid=3D0x22 domain=3D0, bus=3D0, slot=3D22, func=3D7 class=3D08-80-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0010, cachelnsz=3D64 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Dd, irq=3D11 powerspec 3 supports D0 D3 current D0 MSI-X supports 1 message in map 0x10 map[10]: type Memory, range 64, base 0xfbedc000, size 14, = enabled pcib0: allocated type 3 (0xfbedc000-0xfbedffff) for rid 10 of = pci0:0:22:7 pcib0: matched entry for 0.22.INTD pcib0: slot 22 INTD hardwired to IRQ 19 found-> vendor=3D0x8086, dev=3D0x3a37, revid=3D0x00 domain=3D0, bus=3D0, slot=3D26, func=3D0 class=3D0c-03-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0005, statreg=3D0x0290, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Da, irq=3D15 map[20]: type I/O Port, range 32, base 0xcc00, size 5, enabled pcib0: allocated type 4 (0xcc00-0xcc1f) for rid 20 of pci0:0:26:0 pcib0: matched entry for 0.26.INTA pcib0: slot 26 INTA hardwired to IRQ 16 found-> vendor=3D0x8086, dev=3D0x3a38, revid=3D0x00 domain=3D0, bus=3D0, slot=3D26, func=3D1 class=3D0c-03-00, hdrtype=3D0x00, mfdev=3D0 cmdreg=3D0x0005, statreg=3D0x0290, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Db, irq=3D7 map[20]: type I/O Port, range 32, base 0xc880, size 5, enabled pcib0: allocated type 4 (0xc880-0xc89f) for rid 20 of pci0:0:26:1 pcib0: matched entry for 0.26.INTB pcib0: slot 26 INTB hardwired to IRQ 21 xen: register IRQ#21 found-> vendor=3D0x8086, dev=3D0x3a39, revid=3D0x00 domain=3D0, bus=3D0, slot=3D26, func=3D2 class=3D0c-03-00, hdrtype=3D0x00, mfdev=3D0 cmdreg=3D0x0005, statreg=3D0x0290, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Dd, irq=3D11 map[20]: type I/O Port, range 32, base 0xc800, size 5, enabled pcib0: allocated type 4 (0xc800-0xc81f) for rid 20 of pci0:0:26:2 pcib0: matched entry for 0.26.INTD pcib0: slot 26 INTD hardwired to IRQ 19 found-> vendor=3D0x8086, dev=3D0x3a3c, revid=3D0x00 domain=3D0, bus=3D0, slot=3D26, func=3D7 class=3D0c-03-20, hdrtype=3D0x00, mfdev=3D0 cmdreg=3D0x0006, statreg=3D0x0290, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Dc, irq=3D10 powerspec 2 supports D0 D3 current D0 map[10]: type Memory, range 32, base 0xfbeda000, size 10, = enabled pcib0: allocated type 3 (0xfbeda000-0xfbeda3ff) for rid 10 of = pci0:0:26:7 pcib0: matched entry for 0.26.INTC pcib0: slot 26 INTC hardwired to IRQ 18 found-> vendor=3D0x8086, dev=3D0x3a34, revid=3D0x00 domain=3D0, bus=3D0, slot=3D29, func=3D0 class=3D0c-03-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0005, statreg=3D0x0290, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Da, irq=3D6 map[20]: type I/O Port, range 32, base 0xc480, size 5, enabled pcib0: allocated type 4 (0xc480-0xc49f) 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 found-> vendor=3D0x8086, dev=3D0x3a35, revid=3D0x00 domain=3D0, bus=3D0, slot=3D29, func=3D1 class=3D0c-03-00, hdrtype=3D0x00, mfdev=3D0 cmdreg=3D0x0005, statreg=3D0x0290, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Db, irq=3D11 map[20]: type I/O Port, range 32, base 0xc400, size 5, enabled pcib0: allocated type 4 (0xc400-0xc41f) for rid 20 of pci0:0:29:1 pcib0: matched entry for 0.29.INTB pcib0: slot 29 INTB hardwired to IRQ 19 found-> vendor=3D0x8086, dev=3D0x3a36, revid=3D0x00 domain=3D0, bus=3D0, slot=3D29, func=3D2 class=3D0c-03-00, hdrtype=3D0x00, mfdev=3D0 cmdreg=3D0x0005, statreg=3D0x0290, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Dc, irq=3D10 map[20]: type I/O Port, range 32, base 0xc080, size 5, enabled pcib0: allocated type 4 (0xc080-0xc09f) for rid 20 of pci0:0:29:2 pcib0: matched entry for 0.29.INTC pcib0: slot 29 INTC hardwired to IRQ 18 found-> vendor=3D0x8086, dev=3D0x3a3a, revid=3D0x00 domain=3D0, bus=3D0, slot=3D29, func=3D7 class=3D0c-03-20, hdrtype=3D0x00, mfdev=3D0 cmdreg=3D0x0006, statreg=3D0x0290, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Da, irq=3D6 powerspec 2 supports D0 D3 current D0 map[10]: type Memory, range 32, base 0xfbed8000, size 10, = enabled pcib0: allocated type 3 (0xfbed8000-0xfbed83ff) for rid 10 of = pci0:0:29:7 pcib0: matched entry for 0.29.INTA pcib0: slot 29 INTA hardwired to IRQ 23 found-> vendor=3D0x8086, dev=3D0x244e, revid=3D0x90 domain=3D0, bus=3D0, slot=3D30, func=3D0 class=3D06-04-01, hdrtype=3D0x01, mfdev=3D0 cmdreg=3D0x0107, statreg=3D0x0010, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x1a (6500 ns), maxlat=3D0x00 = (0 ns) secbus=3D6, subbus=3D6 found-> vendor=3D0x8086, dev=3D0x3a16, revid=3D0x00 domain=3D0, bus=3D0, slot=3D31, func=3D0 class=3D06-01-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0007, statreg=3D0x0210, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x3a22, revid=3D0x00 domain=3D0, bus=3D0, slot=3D31, func=3D2 class=3D01-06-01, hdrtype=3D0x00, mfdev=3D0 cmdreg=3D0x0007, statreg=3D0x02b0, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Db, irq=3D11 powerspec 3 supports D0 D3 current D0 MSI supports 16 messages map[10]: type I/O Port, range 32, base 0xb480, size 3, enabled pcib0: allocated type 4 (0xb480-0xb487) for rid 10 of pci0:0:31:2 map[14]: type I/O Port, range 32, base 0xc000, size 2, enabled pcib0: allocated type 4 (0xc000-0xc003) for rid 14 of pci0:0:31:2 map[18]: type I/O Port, range 32, base 0xbc00, size 3, enabled pcib0: allocated type 4 (0xbc00-0xbc07) for rid 18 of pci0:0:31:2 map[1c]: type I/O Port, range 32, base 0xb880, size 2, enabled pcib0: allocated type 4 (0xb880-0xb883) for rid 1c of pci0:0:31:2 map[20]: type I/O Port, range 32, base 0xb800, size 5, enabled pcib0: allocated type 4 (0xb800-0xb81f) for rid 20 of pci0:0:31:2 map[24]: type Memory, range 32, base 0xfbed6000, size 11, = enabled pcib0: allocated type 3 (0xfbed6000-0xfbed67ff) for rid 24 of = pci0:0:31:2 pcib0: matched entry for 0.31.INTB pcib0: slot 31 INTB hardwired to IRQ 19 found-> vendor=3D0x8086, dev=3D0x3a30, revid=3D0x00 domain=3D0, bus=3D0, slot=3D31, func=3D3 class=3D0c-05-00, hdrtype=3D0x00, mfdev=3D0 cmdreg=3D0x0003, statreg=3D0x0280, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Dc, irq=3D10 map[10]: type Memory, range 64, base 0xfbed4000, size 8, = enabled pcib0: allocated type 3 (0xfbed4000-0xfbed40ff) for rid 10 of = pci0:0:31:3 map[20]: type I/O Port, range 32, base 0x400, size 5, enabled pcib0: allocated type 4 (0x400-0x41f) for rid 20 of pci0:0:31:3 pcib0: matched entry for 0.31.INTC pcib0: slot 31 INTC hardwired to IRQ 18 pcib1: at device 1.0 on pci0 pcib0: allocated type 4 (0xd000-0xdfff) for rid 1c of pcib1 pcib0: allocated type 3 (0xfbc00000-0xfbcfffff) for rid 20 of pcib1 pcib1: domain 0 pcib1: secondary bus 1 pcib1: subordinate bus 1 pcib1: I/O decode 0xd000-0xdfff pcib1: memory decode 0xfbc00000-0xfbcfffff pci1: on pcib1 pcib1: allocated bus range (1-1) for rid 0 of pci1 pci1: domain=3D0, physical bus=3D1 found-> vendor=3D0x8086, dev=3D0x10d3, revid=3D0x00 domain=3D0, bus=3D1, slot=3D0, func=3D0 class=3D02-00-00, hdrtype=3D0x00, mfdev=3D0 cmdreg=3D0x0007, statreg=3D0x0010, cachelnsz=3D64 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Da, irq=3D15 powerspec 2 supports D0 D3 current D0 MSI supports 1 message, 64 bit MSI-X supports 5 messages in map 0x1c map[10]: type Memory, range 32, base 0xfbce0000, size 17, = enabled pcib1: allocated memory range (0xfbce0000-0xfbcfffff) for rid 10 of = pci0:1:0:0 map[18]: type I/O Port, range 32, base 0xdc00, size 5, enabled pcib1: allocated I/O port range (0xdc00-0xdc1f) for rid 18 of pci0:1:0:0 map[1c]: type Memory, range 32, base 0xfbcdc000, size 14, = enabled pcib1: allocated memory range (0xfbcdc000-0xfbcdffff) for rid 1c of = pci0:1:0:0 pcib1: matched entry for 1.0.INTA pcib1: slot 0 INTA hardwired to IRQ 16 em0: port 0xdc00-0xdc1f mem = 0xfbce0000-0xfbcfffff,0xfbcdc000-0xfbcdffff irq 16 at device 0.0 on pci1 em0: attempting to allocate 3 MSI-X vectors (5 supported) em0: attempting to allocate 1 MSI vectors (1 supported) em0: using IRQ 256 for MSI em0: Using an MSI interrupt em0: bpf attached em0: Ethernet address: 00:25:90:a9:48:7e pcib2: at device 2.0 on pci0 pcib0: allocated type 4 (0xe000-0xefff) for rid 1c of pcib2 pcib0: allocated type 3 (0xfbd00000-0xfbdfffff) for rid 20 of pcib2 pcib2: domain 0 pcib2: secondary bus 2 pcib2: subordinate bus 2 pcib2: I/O decode 0xe000-0xefff pcib2: memory decode 0xfbd00000-0xfbdfffff pci2: on pcib2 pcib2: allocated bus range (2-2) for rid 0 of pci2 pci2: domain=3D0, physical bus=3D2 found-> vendor=3D0x8086, dev=3D0x10d3, revid=3D0x00 domain=3D0, bus=3D2, slot=3D0, func=3D0 class=3D02-00-00, hdrtype=3D0x00, mfdev=3D0 cmdreg=3D0x0007, statreg=3D0x0010, cachelnsz=3D64 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) intpin=3Da, irq=3D15 powerspec 2 supports D0 D3 current D0 MSI supports 1 message, 64 bit MSI-X supports 5 messages in map 0x1c map[10]: type Memory, range 32, base 0xfbde0000, size 17, = enabled pcib2: allocated memory range (0xfbde0000-0xfbdfffff) for rid 10 of = pci0:2:0:0 map[18]: type I/O Port, range 32, base 0xec00, size 5, enabled pcib2: allocated I/O port range (0xec00-0xec1f) for rid 18 of pci0:2:0:0 map[1c]: type Memory, range 32, base 0xfbddc000, size 14, = enabled pcib2: allocated memory range (0xfbddc000-0xfbddffff) for rid 1c of = pci0:2:0:0 pcib2: matched entry for 2.0.INTA pcib2: slot 0 INTA hardwired to IRQ 16 em1: port 0xec00-0xec1f mem = 0xfbde0000-0xfbdfffff,0xfbddc000-0xfbddffff irq 16 at device 0.0 on pci2 em1: attempting to allocate 3 MSI-X vectors (5 supported) em1: attempting to allocate 1 MSI vectors (1 supported) em1: using IRQ 257 for MSI em1: Using an MSI interrupt em1: bpf attached em1: Ethernet address: 00:25:90:a9:48:7f pcib3: at device 3.0 on pci0 pcib3: domain 0 pcib3: secondary bus 3 pcib3: subordinate bus 3 pci3: on pcib3 pcib3: allocated bus range (3-3) for rid 0 of pci3 pci3: domain=3D0, physical bus=3D3 pcib4: at device 7.0 on pci0 pcib4: domain 0 pcib4: secondary bus 4 pcib4: subordinate bus 4 pci4: on pcib4 pcib4: allocated bus range (4-4) for rid 0 of pci4 pci4: domain=3D0, physical bus=3D4 pcib5: at device 9.0 on pci0 pcib5: domain 0 pcib5: secondary bus 5 pcib5: subordinate bus 5 pci5: on pcib5 pcib5: allocated bus range (5-5) for rid 0 of pci5 pci5: domain=3D0, physical bus=3D5 pci0: at device 20.0 (no driver = attached) pci0: at device 20.1 (no driver = attached) pci0: at device 20.2 (no driver = attached) pci0: at device 20.3 (no driver = attached) pci0: at device 22.0 (no driver attached) pci0: at device 22.1 (no driver attached) pci0: at device 22.2 (no driver attached) pci0: at device 22.3 (no driver attached) pci0: at device 22.4 (no driver attached) pci0: at device 22.5 (no driver attached) pci0: at device 22.6 (no driver attached) pci0: at device 22.7 (no driver attached) uhci0: port 0xcc00-0xcc1f = irq 16 at device 26.0 on pci0 uhci0: LegSup =3D 0x2f00 usbus0 on uhci0 uhci0: usbpf: Attached uhci1: port 0xc880-0xc89f = irq 21 at device 26.1 on pci0 uhci1: LegSup =3D 0x2f00 usbus1 on uhci1 uhci1: usbpf: Attached uhci2: port 0xc800-0xc81f = irq 19 at device 26.2 on pci0 uhci2: LegSup =3D 0x2f00 usbus2 on uhci2 uhci2: usbpf: Attached ehci0: mem = 0xfbeda000-0xfbeda3ff irq 18 at device 26.7 on pci0 usbus3: EHCI version 1.0 usbus3 on ehci0 ehci0: usbpf: Attached uhci3: port 0xc480-0xc49f = irq 23 at device 29.0 on pci0 uhci3: LegSup =3D 0x2f00 usbus4 on uhci3 uhci3: usbpf: Attached uhci4: port 0xc400-0xc41f = irq 19 at device 29.1 on pci0 uhci4: LegSup =3D 0x2f00 usbus5 on uhci4 uhci4: usbpf: Attached uhci5: port 0xc080-0xc09f = irq 18 at device 29.2 on pci0 uhci5: LegSup =3D 0x2f00 usbus6 on uhci5 uhci5: usbpf: Attached ehci1: mem = 0xfbed8000-0xfbed83ff irq 23 at device 29.7 on pci0 usbus7: EHCI version 1.0 usbus7 on ehci1 ehci1: usbpf: Attached pcib6: at device 30.0 on pci0 pcib0: allocated type 3 (0xfaf00000-0xfb7fffff) for rid 20 of pcib6 pcib0: allocated type 3 (0xf9000000-0xf9ffffff) for rid 24 of pcib6 pcib6: domain 0 pcib6: secondary bus 6 pcib6: subordinate bus 6 pcib6: memory decode 0xfaf00000-0xfb7fffff pcib6: prefetched decode 0xf9000000-0xf9ffffff pcib6: special decode VGA, subtractive pci6: on pcib6 pcib6: allocated bus range (6-6) for rid 0 of pci6 pci6: domain=3D0, physical bus=3D6 found-> vendor=3D0x102b, dev=3D0x0532, revid=3D0x0a domain=3D0, bus=3D6, slot=3D4, func=3D0 class=3D03-00-00, hdrtype=3D0x00, mfdev=3D0 cmdreg=3D0x0007, statreg=3D0x0290, cachelnsz=3D64 (dwords) lattimer=3D0x40 (1920 ns), mingnt=3D0x10 (4000 ns), maxlat=3D0x20 = (8000 ns) intpin=3Da, irq=3D10 powerspec 1 supports D0 D3 current D0 map[10]: type Prefetchable Memory, range 32, base 0xf9000000, = size 24, enabled pcib6: allocated prefetch range (0xf9000000-0xf9ffffff) for rid 10 of = pci0:6:4:0 map[14]: type Memory, range 32, base 0xfaffc000, size 14, = enabled pcib6: allocated memory range (0xfaffc000-0xfaffffff) for rid 14 of = pci0:6:4:0 map[18]: type Memory, range 32, base 0xfb000000, size 23, = enabled pcib6: allocated memory range (0xfb000000-0xfb7fffff) for rid 18 of = pci0:6:4:0 pcib6: matched entry for 6.4.INTA pcib6: slot 4 INTA hardwired to IRQ 17 vgapci0: mem = 0xf9000000-0xf9ffffff,0xfaffc000-0xfaffffff,0xfb000000-0xfb7fffff irq 17 = at device 4.0 on pci6 vgapci0: Boot video device isab0: at device 31.0 on pci0 isa: isa0 already exists; skipping it device_attach: isab0 attach returned 6 ahci0: port = 0xb480-0xb487,0xc000-0xc003,0xbc00-0xbc07,0xb880-0xb883,0xb800-0xb81f = mem 0xfbed6000-0xfbed67ff irq 19 at device 31.2 on pci0 ahci0: attempting to allocate 16 MSI vectors (16 supported) ahci0: using IRQ 288 for MSI ahci0: AHCI v1.20 with 6 3Gbps ports, Port Multiplier not supported ahci0: Caps: 64bit NCQ SNTF SS ALP AL CLO 3Gbps PMD SSC PSC 32cmd CCC EM = eSATA 6ports ahci0: Caps2: ahcich0: at channel 0 on ahci0 ahcich0: Caps: HPCP ahcich1: at channel 1 on ahci0 ahcich1: Caps: HPCP ahcich2: at channel 2 on ahci0 ahcich2: Caps: HPCP ahcich3: at channel 3 on ahci0 ahcich3: Caps: HPCP ahcich4: at channel 4 on ahci0 ahcich4: Caps: HPCP ahcich5: at channel 5 on ahci0 ahcich5: Caps: HPCP ahciem0: on ahci0 ahciem0: Caps: ALHD XMT SMB LED pci0: at device 31.3 (no driver attached) acpi_button0: on acpi0 uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 uart0: polled mode (50Hz) uart1: <16550 or compatible> port 0x2f8-0x2ff irq 3 on acpi0 uart1: polled mode (50Hz) ACPI: Enabled 1 GPEs in block 00 to 3F qpi0: on motherboard pcib7: pcibus 255 on qpi0 pci255: on pcib7 pci255: domain=3D0, physical bus=3D255 found-> vendor=3D0x8086, dev=3D0x2c70, revid=3D0x02 domain=3D0, bus=3D255, slot=3D0, func=3D0 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2d81, revid=3D0x02 domain=3D0, bus=3D255, slot=3D0, func=3D1 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2d90, revid=3D0x02 domain=3D0, bus=3D255, slot=3D2, func=3D0 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2d91, revid=3D0x02 domain=3D0, bus=3D255, slot=3D2, func=3D1 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2d92, revid=3D0x02 domain=3D0, bus=3D255, slot=3D2, func=3D2 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2d93, revid=3D0x02 domain=3D0, bus=3D255, slot=3D2, func=3D3 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2d94, revid=3D0x02 domain=3D0, bus=3D255, slot=3D2, func=3D4 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2d95, revid=3D0x02 domain=3D0, bus=3D255, slot=3D2, func=3D5 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2d98, revid=3D0x02 domain=3D0, bus=3D255, slot=3D3, func=3D0 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2d99, revid=3D0x02 domain=3D0, bus=3D255, slot=3D3, func=3D1 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2d9a, revid=3D0x02 domain=3D0, bus=3D255, slot=3D3, func=3D2 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2d9c, revid=3D0x02 domain=3D0, bus=3D255, slot=3D3, func=3D4 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2da0, revid=3D0x02 domain=3D0, bus=3D255, slot=3D4, func=3D0 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2da1, revid=3D0x02 domain=3D0, bus=3D255, slot=3D4, func=3D1 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2da2, revid=3D0x02 domain=3D0, bus=3D255, slot=3D4, func=3D2 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2da3, revid=3D0x02 domain=3D0, bus=3D255, slot=3D4, func=3D3 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2da8, revid=3D0x02 domain=3D0, bus=3D255, slot=3D5, func=3D0 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2da9, revid=3D0x02 domain=3D0, bus=3D255, slot=3D5, func=3D1 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2daa, revid=3D0x02 domain=3D0, bus=3D255, slot=3D5, func=3D2 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2dab, revid=3D0x02 domain=3D0, bus=3D255, slot=3D5, func=3D3 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2db0, revid=3D0x02 domain=3D0, bus=3D255, slot=3D6, func=3D0 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2db1, revid=3D0x02 domain=3D0, bus=3D255, slot=3D6, func=3D1 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2db2, revid=3D0x02 domain=3D0, bus=3D255, slot=3D6, func=3D2 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) found-> vendor=3D0x8086, dev=3D0x2db3, revid=3D0x02 domain=3D0, bus=3D255, slot=3D6, func=3D3 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x0006, statreg=3D0x0000, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) acpi0: wakeup code va 0xfffffe0096e4c000 pa 0x90000 ahc_isa_identify 0: ioport 0xc00 alloc failed ahc_isa_identify 11: ioport 0xbc00 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 sc: sc0 already exists; skipping it uart: uart0 already exists; skipping it uart: uart1 already exists; skipping it isa_probe_children: probing non-PnP devices sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=3D0x300> sc0: fb0, kbd1, terminal emulator: scteken (teken terminal) vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff 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 ppc0: cannot reserve I/O port range ppc0 failed to probe at irq 7 on isa0 wbwd0 failed to probe on isa0 isa_probe_children: probing PnP devices Device configuration finished. procfs registered ZFS filesystem version: 5 ZFS storage pool version: features support (5000) Timecounters tick every 1.000 msec vlan: initialized, using hash tables with chaining tcp_init: net.inet.tcp.tcbhashsize auto tuned to 16384 lo0: bpf attached hpt27xx: no controller detected. hptrr: no controller detected. hptnr: no controller detected. random: unblocking device. 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 usbus4: 12Mbps Full Speed USB v1.0 usbus5: 12Mbps Full Speed USB v1.0 usbus6: 12Mbps Full Speed USB v1.0 usbus7: 480Mbps High Speed USB v2.0 ahcich0: AHCI reset... ahcich0: SATA connect time=3D100us status=3D00000123 ahcich0: AHCI reset: device found ahcich1: AHCI reset... ahcich1: SATA connect time=3D100us status=3D00000123 ahcich1: ugen1.1: at usbus1 uhub0: on usbus1 ugen0.1: at usbus0 uhub1: on usbus0 ugen3.1: at usbus3 uhub2: on usbus3 ugen2.1: at usbus2 uhub3: on usbus2 ugen4.1: at usbus4 uhub4: on usbus4 ugen6.1: at usbus6 uhub5: on usbus6 ugen5.1: at usbus5 uhub6: on usbus5 ugen7.1: at usbus7 uhub7: on usbus7 AHCI reset: device found ahcich2: AHCI reset... ahcich2: SATA connect timeout time=3D10000us status=3D00000000 ahcich2: AHCI reset: device not found ahcich3: AHCI reset... ahcich3: SATA connect timeout time=3D10000us status=3D00000000 ahcich3: AHCI reset: device not found ahcich4: AHCI reset... ahcich4: SATA connect timeout time=3D10000us status=3D00000000 ahcich4: AHCI reset: device not found ahcich5: AHCI reset... ahcich5: SATA connect timeout time=3D10000us status=3D00000000 ahcich5: AHCI reset: device not found uhub_attach: Turning port 1 power on uhub_attach: Turning port 1 power on uhub_attach: Turning port 1 power on uhub_attach: Turning port 1 power on uhub_attach: Turning port 1 power on uhub_attach: Turning port 1 power on uhub_attach: Turning port 1 power on uhub_attach: Turning port 1 power on ahcich0: AHCI reset: device ready after 200ms uhub_attach: Turning port 2 power on uhub_attach: Turning port 2 power on uhub_attach: Turning port 2 power on uhub_attach: Turning port 2 power on uhub_attach: Turning port 2 power on uhub_attach: Turning port 2 power on ahcich1: AHCI reset: device ready after 200ms uhub1: 2 ports with 2 removable, self powered uhub0: 2 ports with 2 removable, self powered uhub3: 2 ports with 2 removable, self powered uhub5: 2 ports with 2 removable, self powered uhub6: 2 ports with 2 removable, self powered uhub4: 2 ports with 2 removable, self powered uhub_attach: Turning port 2 power on uhub_attach: Turning port 2 power on pass0 at ahcich0 bus 0 scbus0 target 0 lun 0 pass0: ATA-8 SATA 3.x device pass0: Serial Number Z1N3LEB3 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: ATA-8 SATA 3.x device pass1: Serial Number Z1N3LEHR pass1: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) pass1: Command Queueing enabled pass2 at ahciem0 bus 0 scbus6 target 0 lun 0 pass2: SEMB S-E-S 2.00 device ses0 at ahciem0 bus 0 scbus6 target 0 lun 0 ses0: SEMB S-E-S 2.00 device ses0: SEMB SES Device ada0 at ahcich0 bus 0 scbus0 target 0 lun 0 ada0: ATA-8 SATA 3.x device ada0: Serial Number Z1N3LEB3 ada0: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) ada0: Command Queueing enabled ada0: 953869MB (1953525168 512 byte sectors: 16H 63S/T 16383C) ada0: Previously was known as ad4 ada1 at ahcich1 bus 0 scbus1 target 0 lun 0 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 GEOM: new disk ada1 ada1: ATA-8 SATA 3.x device ada1: Serial Number Z1N3LEHR ada1: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) ada1: Command Queueing enabled ada1: 953869MB (1953525168 512 byte sectors: 16H 63S/T 16383C) ada1: Previously was known as ad6 Netvsc initializing... done! SMP: AP CPU #1 Launched! cpu1 AP XEN PV LAPIC SMP: AP CPU #3 Launched! cpu3 AP XEN PV LAPIC SMP: AP CPU #2 Launched! cpu2 AP XEN PV LAPIC SMP: passed TSC synchronization test TSC timecounter discards lower 1 bit(s) Timecounter "TSC-low" frequency 1199999920 Hz quality 1000 WARNING: WITNESS option enabled, expect reduced performance. uhub_attach: Turning port 3 power on uhub_attach: Turning port 3 power on uhub_attach: Turning port 4 power on uhub_attach: Turning port 4 power on uhub_attach: Turning port 5 power on Root mount waiting for: usbus7 usbus3 uhub_attach: Turning port 5 power on uhub_attach: Turning port 6 power on uhub_attach: Turning port 6 power on uhub7: 6 ports with 6 removable, self powered uhub2: 6 ports with 6 removable, self powered Trying to mount root from zfs:zborg []... start_init: trying /sbin/init ugen2.2: at usbus2 ukbd0: on usbus2 kbd2 at ukbd0 kbd2: ukbd0, generic (0), config:0x0, flags:0x3d0000 bridge0: bpf attached bridge0: Ethernet address: 02:fc:11:17:c9:00 em1: Link is up 1000 Mbps Full Duplex em0: Link is up 1000 Mbps Full Duplex ums0: on usbus2 xenballoon0: on xenstore0 xctrl0: on xenstore0 xs_dev0: on xenstore0 xenbusb_front0: on xenstore0 xenbusb_back0: on xenstore0 --Apple-Mail=_AE6D732B-EB65-4E96-801B-BA4EE8C75F2F Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQEcBAEBCgAGBQJUf4WMAAoJEEmwU6XuhYWOwU0IAKoCsoXJe+pBz1u7IUHgklKC jIMpZUJoko3ifOlFOBgV/M+L3K7CIyolrIoa5blLnI2MPd/JnWOxQ5nClVAVO5J/ kuNs5+kmLjEhO2dpd4jerIbj7fJIohvoAnKhqHiJ+LVR8IDxA8H0cM4cruje9TPL sxblPAkGooG9ngHaXy69NvRE0fY/++xofhFQaRPGjYdL0FsurByGkuD6qV92CPAc 18vcNLmhJsnEDGV1yrb1alpfVDahouuBjEm/vuvUkzsJ5ap4je+oQc5gNZeJ4wh1 anPKiWqvibS077hosjPUx6KSlt7quWNphZQdVuWOmeCwuHu/N4B+RCG0xkLHO8E= =XiIG -----END PGP SIGNATURE----- --Apple-Mail=_AE6D732B-EB65-4E96-801B-BA4EE8C75F2F-- From owner-freebsd-xen@FreeBSD.ORG Wed Dec 3 23:52:59 2014 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F26D84E5 for ; Wed, 3 Dec 2014 23:52:59 +0000 (UTC) Received: from mail-pd0-x234.google.com (mail-pd0-x234.google.com [IPv6:2607:f8b0:400e:c02::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BE17613D for ; Wed, 3 Dec 2014 23:52:59 +0000 (UTC) Received: by mail-pd0-f180.google.com with SMTP id p10so16522718pdj.39 for ; Wed, 03 Dec 2014 15:52:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dpdtech.com; s=google; h=from:content-type:subject:date:message-id:cc:to:mime-version; bh=QbTPkMbd8KdyWZkn+mhpjE71d9MvXoggq0u+HLlvfbc=; b=WeFLHW1PVC6YhbliPXSY3/3+sUrxZ6gByC19zqxOX/EjX11yt22wuCQxT2XBrm4FiE Zzd7EYjwQqdYcARG3fxrVcUugSranQNB++Qg0cRdR64ayjDQNtK4eDTIiyfAR1YC89H5 F5uzr6Y3Nb6JgkZwnt/uaChbp7L69/dV2/auQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:content-type:subject:date:message-id:cc:to :mime-version; bh=QbTPkMbd8KdyWZkn+mhpjE71d9MvXoggq0u+HLlvfbc=; b=NgqKC0CHKUjHEVUqbvrt6sZXJ9yEKDXwxK1IeJQ/MlZ8IF6+TSwmVXukNdGKPB+Rdq LPTnwJDgEjEdKe+GwtNPZ8iDERt4CckknLKKsw3aAMkEIdVcNws4pRFF81eqDSeZZZCU 8d009blI6TeAF/tGfLKvtzJ5YZ73C6jRvm+9bWbGRg8769x9IvFWD/IDMHcuuI65/m8V Cn8goRgfULPLNa8Q4Oz7O/1TsE0PQlPG9vY+jOiBNlICWFa0SWmGsB3SpPkSbXy4xNK9 6oysUU/vl50aGUQ7njY5TeB//rN2lq+cT427vhKbQqLg547GEsCvdl/jX9N7IEIha0Vc 6brw== X-Gm-Message-State: ALoCoQn2qf7zxlYDxafjELsdoMVs3P7HS0y8GIaDJyh2HlJFSPVoppUeGTGj0iPJdWjtkd58wuCw X-Received: by 10.68.68.227 with SMTP id z3mr20473683pbt.3.1417650779007; Wed, 03 Dec 2014 15:52:59 -0800 (PST) Received: from 173-13-188-41-sfba.hfc.comcastbusiness.net (173-13-188-41-sfba.hfc.comcastbusiness.net. [173.13.188.41]) by mx.google.com with ESMTPSA id xq4sm13766335pbb.21.2014.12.03.15.52.57 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 03 Dec 2014 15:52:57 -0800 (PST) From: "David P. Discher" Content-Type: multipart/signed; boundary="Apple-Mail=_C5C1CEA7-F267-485A-B5C0-437A149E401A"; protocol="application/pgp-signature"; micalg=pgp-sha512 Subject: Xen-FreeBSD Dom0 4th script for auto-booting Date: Wed, 3 Dec 2014 15:53:09 -0800 Message-Id: <96C84A67-B16C-4BC0-844B-AC8D07E33EA5@dpdtech.com> To: freebsd-xen@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) X-Mailer: Apple Mail (2.1878.6) X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2014 23:53:00 -0000 --Apple-Mail=_C5C1CEA7-F267-485A-B5C0-437A149E401A Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 Gee =85 how I do hate FICL/Forth =85 but this works for auto booting = Xen+FreeBSD Dom0.=20 - https://github.com/daviddpd/freebsdtools/blob/master/xen/xen.4th - David P. Discher http://davidpdischer.com/ AIM: DavidDPD | Y!M: daviddpdz=20 --Apple-Mail=_C5C1CEA7-F267-485A-B5C0-437A149E401A Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQEcBAEBCgAGBQJUf6JlAAoJEEmwU6XuhYWO6KwIAK5dT0gSOTGbR1cBviXS+bBT 01JnvyRQ0Lv77zKKrVgNn0823dNk2JD9BlnI/8P+n8w7SOcoNo+HgnCLw1b54VLn IDxcpVlBtgOjD36EBA0WkrJ2PoD+d8wcYfnB1rmh9JKMzYSxQ+Y4BExLW1wJWtoM aqyLZ6RA0aoeecyKVh7nGR4zcJHiHCsWH8uhU8rCr/tgk4sYR+Ka6iSjTGO+LJTk y0BactIgAIydF+FDsOT4oZ4P0nWxZIH3uVQ7OttxfDsAUUh9uvEe82L89fBLH2Oj JIWrF99ttxzJw9Cau6uLCp22e/sKVLp4ATZz7XhEjJz5Go8EfTubygrm3LPQTuw= =NFet -----END PGP SIGNATURE----- --Apple-Mail=_C5C1CEA7-F267-485A-B5C0-437A149E401A-- From owner-freebsd-xen@FreeBSD.ORG Thu Dec 4 02:27:38 2014 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D471A5DC for ; Thu, 4 Dec 2014 02:27:38 +0000 (UTC) Received: from mail-pa0-x234.google.com (mail-pa0-x234.google.com [IPv6:2607:f8b0:400e:c03::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 91E2A2EA for ; Thu, 4 Dec 2014 02:27:38 +0000 (UTC) Received: by mail-pa0-f52.google.com with SMTP id eu11so16988538pac.11 for ; Wed, 03 Dec 2014 18:27:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dpdtech.com; s=google; h=content-type:mime-version:subject:from:in-reply-to:date:cc :message-id:references:to; bh=IEps0pLiLVeQEAjZZbBVmBpQ0QReIQLP/sGwgdryyAE=; b=BSDSUbP1ayCRN/C9QKXS7/2ytV2mXMoDqt9Tx8z3qi1DPUQ2eC3RQZTFZ0fGzhQ9PG Okw2NuKF+aNrQdNWPFNv9j1sQj3/84SVWbG7gNJ6O9aNRuPU8CGT+4V9mDBssHQMibHo IP7Q5Tl2CTZZSaKRFaEmA+BUfrU09d9yWDe88= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:cc:message-id:references:to; bh=IEps0pLiLVeQEAjZZbBVmBpQ0QReIQLP/sGwgdryyAE=; b=PPS/gZffdolzv8BJ9ib8FwULI557zIo4r/d5EHhNhTxsBXPEHjbHa/AJdpRZKM1r9r jpfhqJUVwReXVYCHudy4jUQOI/vB+nNt9t6VR+WELfqCZwUnkfvlv0mYv5sBRTeNLttf LLVH4LmpHa/6jQLqBT5Som050dSAkisBPhLiVLYHeGoUQJ9T1q700Yy1faG411erl4fi sYOXu2EVRs59FOK0+Ro+AaKVWQN2wfPhEtNEWoLGgJBRsovU4wt8G/IKVo22EUMTCbaC sHNbLI87xz3ihgujQX/I3ZiTcX+mrKYN4NAmo5xcVmJbebG8yAtqbtD/2LU6ghew933r lvsQ== X-Gm-Message-State: ALoCoQk/TxR7eCkhF9OOdFrpkg+J3k1+ILwDA5IwTPANDMaUzcoTDE+GI5nvAdWXrd0UFlp+Fr5z X-Received: by 10.66.231.10 with SMTP id tc10mr14344089pac.112.1417660057670; Wed, 03 Dec 2014 18:27:37 -0800 (PST) Received: from 173-13-188-41-sfba.hfc.comcastbusiness.net (173-13-188-41-sfba.hfc.comcastbusiness.net. [173.13.188.41]) by mx.google.com with ESMTPSA id ek5sm24265503pbd.4.2014.12.03.18.27.36 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 03 Dec 2014 18:27:36 -0800 (PST) Content-Type: multipart/signed; boundary="Apple-Mail=_1638741C-9ABB-4339-BBDC-F4B63B8C917C"; protocol="application/pgp-signature"; micalg=pgp-sha512 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: Attempting to Get Xen FreeBSD Dom0 working From: "David P. Discher" In-Reply-To: Date: Wed, 3 Dec 2014 18:27:49 -0800 Message-Id: <7C356027-01D8-4800-B211-282566BC9871@dpdtech.com> References: <481F7D02-BFE9-4E35-A475-5A8A05A801CE@dpdtech.com> <547DFCC0.6030003@citrix.com> <547F1476.8080305@citrix.com> <29437DB9-7DC8-47A8-8FC4-2BFDE736B5BC@dpdtech.com> <547F59B4.1010105@citrix.com> <2DDCAA68-3B11-4E3C-AE61-EAD8CEEF1E2D@dpdtech.com> <547F6AC1.9060709@citrix.com> To: =?iso-8859-1?Q?Roger_Pau_Monn=E9?= X-Mailer: Apple Mail (2.1878.6) X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: freebsd-xen@freebsd.org X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2014 02:27:38 -0000 --Apple-Mail=_1638741C-9ABB-4339-BBDC-F4B63B8C917C Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 So, the =93working=94 part =85 the hypervisor up, and Dom0 running, is = correct. =20 However, after ~5 minutes, the AHCI buses timeout. This seems to be = constantly reproducible via Dom0. FreeBSD on the this bare metal does=92t= have this issue. - David P. Discher http://davidpdischer.com/ AIM: DavidDPD | Y!M: daviddpdz=20 On Dec 3, 2014, at 1:50 PM, David P. Discher wrote: > On Dec 3, 2014, at 11:55 AM, Roger Pau Monn=E9 = wrote: >=20 >>=20 >> Not sure what's going on now, could you post the full boot log with = the >> provided patch applied and when it hangs switch to the Xen console >> (Ctrl+A 3 times), then press "i" and "Q" and also post the output? >>=20 >> Also, add the following to your Xen command line: >> iommu=3Ddebug >>=20 >> And if you can try to play with the iommu options, I would recommend >> also trying: >> iommu=3Ddebug,no-intremap >>=20 >> Roger. >=20 >=20 >=20 > Well, you know what - I made a happy mistake. It doesn=92t look like = that last patch hung it, but actually worked! >=20 > After the Control-A didn=92t work over the IPMI SOL, i pulled up the = video console, and it had a login prompt. Network up, Dom0 working! = Looks like it loses uart2: --Apple-Mail=_1638741C-9ABB-4339-BBDC-F4B63B8C917C Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQEcBAEBCgAGBQJUf8amAAoJEEmwU6XuhYWOIT4H+wfRgRXt0v4GhsFOa4gwinY7 aKw2dSbKlaWQ+hfZGrj+M7yYH3n30t0Wwuy2oOAiSo6wgwMCqqrHcWO1xt4o/aBJ pudqTLXMmhlXZdZrohl5r2VjqJsvBKd+5JHc9b9G7wkeoPw8GhcSL1f8vYxWgryx r266RqmMefAC7/ZAeoaDh/Rd6HEqvaZ9gRF3i3wUNHP8OFxmR9xMwGyzM295Qa7J GtEB7Eb56iXR20HNZcZ/E8dBgV5zx4wRjygYn2MnnhyuDAocz+JF+Iaq6g53gg3l /fZ68MKIC+F71xs1khJzr98uZB7+Vva0R8vHjlz8mCNmhd9UciluAY33ojO8Mjk= =TPch -----END PGP SIGNATURE----- --Apple-Mail=_1638741C-9ABB-4339-BBDC-F4B63B8C917C-- From owner-freebsd-xen@FreeBSD.ORG Thu Dec 4 08:22:52 2014 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 71DC19E for ; Thu, 4 Dec 2014 08:22:52 +0000 (UTC) Received: from SMTP.CITRIX.COM (smtp.citrix.com [66.165.176.89]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "mail.citrix.com", Issuer "Cybertrust Public SureServer SV CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AAF7AC93 for ; Thu, 4 Dec 2014 08:22:50 +0000 (UTC) X-IronPort-AV: E=Sophos;i="5.07,514,1413244800"; d="scan'208";a="199530159" Received: from [127.0.0.1] (10.80.16.47) by smtprelay.citrix.com (10.13.107.80) with Microsoft SMTP Server id 14.3.181.6; Thu, 4 Dec 2014 03:22:41 -0500 Message-ID: <548019D1.40804@citrix.com> Date: Thu, 4 Dec 2014 09:22:41 +0100 From: =?windows-1252?Q?Roger_Pau_Monn=E9?= User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: "David P. Discher" , Subject: Re: Xen-FreeBSD Dom0 4th script for auto-booting References: <96C84A67-B16C-4BC0-844B-AC8D07E33EA5@dpdtech.com> In-Reply-To: <96C84A67-B16C-4BC0-844B-AC8D07E33EA5@dpdtech.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 8bit X-DLP: MIA1 X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2014 08:22:52 -0000 El 04/12/14 a les 0.53, David P. Discher ha escrit: > Gee … how I do hate FICL/Forth … but this works for auto booting Xen+FreeBSD Dom0. > > - https://github.com/daviddpd/freebsdtools/blob/master/xen/xen.4th Hello, Thanks for this, I also have another implementation by Julien Grall: https://people.freebsd.org/~royger/0001-loader-implement-multiboot-support-for-Xen-Dom0.patch Which I sadly forgot to push to my git repo... Roger. From owner-freebsd-xen@FreeBSD.ORG Thu Dec 4 08:46:52 2014 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B959D30E for ; Thu, 4 Dec 2014 08:46:52 +0000 (UTC) Received: from SMTP02.CITRIX.COM (smtp02.citrix.com [66.165.176.63]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "mail.citrix.com", Issuer "Cybertrust Public SureServer SV CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 16254EA3 for ; Thu, 4 Dec 2014 08:46:51 +0000 (UTC) X-IronPort-AV: E=Sophos;i="5.07,514,1413244800"; d="scan'208";a="199898544" Received: from [127.0.0.1] (10.80.16.47) by smtprelay.citrix.com (10.13.107.79) with Microsoft SMTP Server id 14.3.181.6; Thu, 4 Dec 2014 03:46:47 -0500 Message-ID: <54801F77.5050700@citrix.com> Date: Thu, 4 Dec 2014 09:46:47 +0100 From: =?windows-1252?Q?Roger_Pau_Monn=E9?= User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: "David P. Discher" Subject: Re: Attempting to Get Xen FreeBSD Dom0 working References: <481F7D02-BFE9-4E35-A475-5A8A05A801CE@dpdtech.com> <547DFCC0.6030003@citrix.com> <547F1476.8080305@citrix.com> <29437DB9-7DC8-47A8-8FC4-2BFDE736B5BC@dpdtech.com> <547F59B4.1010105@citrix.com> <2DDCAA68-3B11-4E3C-AE61-EAD8CEEF1E2D@dpdtech.com> <547F6AC1.9060709@citrix.com> <7C356027-01D8-4800-B211-282566BC9871@dpdtech.com> In-Reply-To: <7C356027-01D8-4800-B211-282566BC9871@dpdtech.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 8bit X-DLP: MIA2 Cc: freebsd-xen@freebsd.org X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2014 08:46:52 -0000 Hello, El 04/12/14 a les 3.27, David P. Discher ha escrit: > So, the “working” part … the hypervisor up, and Dom0 running, is correct. > > However, after ~5 minutes, the AHCI buses timeout. This seems to be constantly > reproducible via Dom0. FreeBSD on the this bare metal does’t have this issue. If you boot Xen with iommu=debug, do you see any messages on the Xen console? My test boxes also use AHCI, but the chipset is not exactly the same (mine is ICH8, yours is ICH10). Do you do anything specific to trigger the timeout, or just leaving Dom0 in an idle state also triggers this? Could you switch to the Xen console and post the output of the "i" debug key when this happens? Also, you can try to play with the AHCI driver sysctls, to see if some of them have any effect. I would recommend trying to disable MSI interrupts (hint.ahci.X.msi=0) and power control (hint.ahcich.X.pm_level=0). Roger. From owner-freebsd-xen@FreeBSD.ORG Thu Dec 4 20:26:41 2014 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 200D7C39 for ; Thu, 4 Dec 2014 20:26:41 +0000 (UTC) Received: from mail-pd0-x236.google.com (mail-pd0-x236.google.com [IPv6:2607:f8b0:400e:c02::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D8BA7EFC for ; Thu, 4 Dec 2014 20:26:40 +0000 (UTC) Received: by mail-pd0-f182.google.com with SMTP id r10so18423683pdi.13 for ; Thu, 04 Dec 2014 12:26:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dpdtech.com; s=google; h=content-type:mime-version:subject:from:in-reply-to:date:cc :message-id:references:to; bh=INfm0DPlHBCvUpxwivuQL75ss5aEVMBf4Az23eQyXRg=; b=BlMwom96SPtDgD6E5mAIGYhrhlKpuuhlJc5gJtC/vIfXHYplPddjXZCNC/+n1OuoMz dtEAIFI1Iwn5fXo0IUAYTOMpT/ZkjhNAeFDrXbSppsX21qJ3DLle9w0wFmMxzlyV8EAk gua/a+tCJhRArzVC+oIzGiTGH/2qp3v2YPq6k= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:cc:message-id:references:to; bh=INfm0DPlHBCvUpxwivuQL75ss5aEVMBf4Az23eQyXRg=; b=DArBHvLuYpOvyXkxMBGQhWV0c7hg4tnxhRhb0irIPPk8PYIeH/J5Y9+OQm8PMW2Q+U YIjG4z5QEf7YqvQ800GG6rky+5YTB091n3OtF2Jm8ohxeNNWVK+1qAMeiqVTMH2Cbd5i A/EM4ZG44xcwU/78wjwIIETt1NUEbcnp4/Di65slDZxbdx03X1+mV3zZK+UwhQ3PNyUZ 0n4FzTTWuGa7PBM425dtf/69NcfPddstLdVaaQePpX08M7yIIRed7Ndym3YSXlRhdkDM B9GJNqsCyMSZo8G6f6MDGDN6N15Y5CZLMwZ8XZVjcm4KuGOiSHBCRJCLgs96swlNRU9n 6OsQ== X-Gm-Message-State: ALoCoQluH6GK3LY4e2+n3nkQvcleEHP3vjsUoTB9f7/6KZx5mNdb4SbbaS3H8BvNyF9CvIuCn9o4 X-Received: by 10.66.240.71 with SMTP id vy7mr21864213pac.89.1417724800223; Thu, 04 Dec 2014 12:26:40 -0800 (PST) Received: from 173-13-188-41-sfba.hfc.comcastbusiness.net (173-13-188-41-sfba.hfc.comcastbusiness.net. [173.13.188.41]) by mx.google.com with ESMTPSA id ko4sm26924259pdb.31.2014.12.04.12.26.39 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 04 Dec 2014 12:26:39 -0800 (PST) Content-Type: multipart/signed; boundary="Apple-Mail=_BB983AE6-9E20-42E0-80EF-26175E3A7F27"; protocol="application/pgp-signature"; micalg=pgp-sha512 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: Attempting to Get Xen FreeBSD Dom0 working From: "David P. Discher" In-Reply-To: <54801F77.5050700@citrix.com> Date: Thu, 4 Dec 2014 12:26:37 -0800 Message-Id: References: <481F7D02-BFE9-4E35-A475-5A8A05A801CE@dpdtech.com> <547DFCC0.6030003@citrix.com> <547F1476.8080305@citrix.com> <29437DB9-7DC8-47A8-8FC4-2BFDE736B5BC@dpdtech.com> <547F59B4.1010105@citrix.com> <2DDCAA68-3B11-4E3C-AE61-EAD8CEEF1E2D@dpdtech.com> <547F6AC1.9060709@citrix.com> <7C356027-01D8-4800-B211-282566BC9871@dpdtech.com> <54801F77.5050700@citrix.com> To: =?iso-8859-1?Q?Roger_Pau_Monn=E9?= X-Mailer: Apple Mail (2.1878.6) Cc: freebsd-xen@freebsd.org X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2014 20:26:41 -0000 --Apple-Mail=_BB983AE6-9E20-42E0-80EF-26175E3A7F27 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 On Dec 4, 2014, at 12:46 AM, Roger Pau Monn=E9 = wrote: > Hello, >=20 > El 04/12/14 a les 3.27, David P. Discher ha escrit: >> So, the =93working=94 part =85 the hypervisor up, and Dom0 running, = is correct. >>=20 >> However, after ~5 minutes, the AHCI buses timeout. This seems to be = constantly=20 >> reproducible via Dom0. FreeBSD on the this bare metal does=92t have = this issue. >=20 > If you boot Xen with iommu=3Ddebug, do you see any messages on the Xen > console? >=20 > My test boxes also use AHCI, but the chipset is not exactly the same > (mine is ICH8, yours is ICH10). Do you do anything specific to trigger > the timeout, or just leaving Dom0 in an idle state also triggers this? >=20 > Could you switch to the Xen console and post the output of the "i" = debug > key when this happens? >=20 > Also, you can try to play with the AHCI driver sysctls, to see if some > of them have any effect. I would recommend trying to disable MSI > interrupts (hint.ahci.X.msi=3D0) and power control = (hint.ahcich.X.pm_level=3D0). Yes, ICH10. I=92m not sure if an idle Dom0 does this, however limited = access to the disks, even just editing things like /boot/loader.conf and = /etc/rc.conf will eventually hang. But I=92m also trying to launch a = DomU, and for the convince of a documented process, I=92m following your = debian steps =85 and the debian installer is running. I=92m running a = zpool mirror across 4k aligned GPT partitions for the root drive. I=92ll = also attempt to break break the mirror, as I don=92t remember this being = a problem with a single drive.=20 As first step last night, I actually moved the msi interrupts to =3D 2, = instead of fully disabled. And this helped a little. It seemed to = allow the AHCI driver to recovered after the first several timeouts. I = will try disabling MSI as well and well as iommu debug. However, I=92m = still without a Xen console. Durning the ACPI/pci probing =85 my console = over SOL com3 cuts out. I haven=92t try to recover it yet. I will see = what I can do. However, from what it looks like, Xen kernel is latching = on the com port, and freebsd sees it as =93busy=94. I=92ll see what I = can figure out. I believe the pm_level is default to 0, but will double = check that. - David P. Discher http://davidpdischer.com/ AIM: DavidDPD | Y!M: daviddpdz=20 --Apple-Mail=_BB983AE6-9E20-42E0-80EF-26175E3A7F27 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQEcBAEBCgAGBQJUgMN+AAoJEEmwU6XuhYWO87EH/3r3tyXFiZXB7mnc3JLU1T+O UN9M0MCE91sjfJDEoTH+Phh1uY40sRFvChZ3raOl1SWRSZzKQz15pqiOIoSKgBsx kS8GP/7EERxWzYKpipKbh4f78KRvDfq07xdmKomg5gj0jS1rzn9NDhRDdIDgkxi6 NKhkR+An+OnAWM/+Fn8BjxrkP95jD5thBx2/9sCpnrfhr6u5piAgF8pIGkVeKxVb HxKEmbFazl7s2rMWnyhsT3l6NGFBjuVVcF5S6M33fMCkI1b8FSX76EJz0eFZ+muU diEB1m+BmOfrxmNJDH8hsMUBuvDkNG1qkw0obbAPJfoU4BE5h4h5FQz9Qm7lPl8= =S2pq -----END PGP SIGNATURE----- --Apple-Mail=_BB983AE6-9E20-42E0-80EF-26175E3A7F27-- From owner-freebsd-xen@FreeBSD.ORG Thu Dec 4 21:28:14 2014 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EF113D33 for ; Thu, 4 Dec 2014 21:28:14 +0000 (UTC) Received: from mail-ig0-x22c.google.com (mail-ig0-x22c.google.com [IPv6:2607:f8b0:4001:c05::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A84528A5 for ; Thu, 4 Dec 2014 21:28:14 +0000 (UTC) Received: by mail-ig0-f172.google.com with SMTP id hl2so19414670igb.11 for ; Thu, 04 Dec 2014 13:28:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dpdtech.com; s=google; h=content-type:mime-version:subject:from:in-reply-to:date:cc :message-id:references:to; bh=2FlV+S7BsT/akz50o6yuT5OBzLLbq77M8rLYPpaMxWM=; b=Ec+i69tFCj3KQaIPJt8IAARhYQRuVpFyhEULD2IFyBf8BIPe6e6GFIhNfqVXw3IEOL FGjrb9JjLuGFbyttl9D67VYAx0suM+RUiiWsqEy2hOqdTjYPZMvzu/lEXPLgpIfTKyLU QhXAZGafbJObQ5tUgLjGEOBF0pT06/f4GMQ5U= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:cc:message-id:references:to; bh=2FlV+S7BsT/akz50o6yuT5OBzLLbq77M8rLYPpaMxWM=; b=AgLgFBPmmWy0JLA6w6FoXQp9WBhj/GJG5c38/qVn5EpAGrJM3OOYQR6TBWTbW09HKo ykamZ1It+OMaioNbDJnqGa/05kuNWclmtzOXJoE5SDz7T+Mw1EWLJvnPogCtLNnYENje Vh906cGWEIA23/9Qv/avTYYJ7eISpYo3YTJ86yiCVrQ9rAf+Mb++SViW302YeC3uFw5l tY8bRqFIeS9UTPUTZVkfhBFzW4ZbJnzxKF6rXTnSwhj1IRxgCCZvQaNmJlly3wVczhUE 9ZzOGzx0ls47YcvLx+7nDAvLKTtKvyFmDvETDeVX4MckO0NTst2/+4Cx3JTBgdG9qsLa 4u9w== X-Gm-Message-State: ALoCoQk34KjcKAuxDNdbnqzdlIrmvtFSg4ibSaXqmjUMVpai2y/baX9YcfrL37HdVxr2jSfFZYvy X-Received: by 10.50.142.98 with SMTP id rv2mr3427051igb.19.1417728493751; Thu, 04 Dec 2014 13:28:13 -0800 (PST) Received: from 173-13-188-41-sfba.hfc.comcastbusiness.net (173-13-188-41-sfba.hfc.comcastbusiness.net. [173.13.188.41]) by mx.google.com with ESMTPSA id ik2sm15894297igb.9.2014.12.04.13.28.13 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 04 Dec 2014 13:28:13 -0800 (PST) Content-Type: multipart/signed; boundary="Apple-Mail=_ED4F376F-2810-47D9-BE3A-9BF54115C362"; protocol="application/pgp-signature"; micalg=pgp-sha512 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: Attempting to Get Xen FreeBSD Dom0 working From: "David P. Discher" In-Reply-To: Date: Thu, 4 Dec 2014 13:28:12 -0800 Message-Id: References: <481F7D02-BFE9-4E35-A475-5A8A05A801CE@dpdtech.com> <547DFCC0.6030003@citrix.com> <547F1476.8080305@citrix.com> <29437DB9-7DC8-47A8-8FC4-2BFDE736B5BC@dpdtech.com> <547F59B4.1010105@citrix.com> <2DDCAA68-3B11-4E3C-AE61-EAD8CEEF1E2D@dpdtech.com> <547F6AC1.9060709@citrix.com> <7C356027-01D8-4800-B211-282566BC9871@dpdtech.com> <54801F77.5050700@citrix.com> To: =?iso-8859-1?Q?Roger_Pau_Monn=E9?= X-Mailer: Apple Mail (2.1878.6) Cc: freebsd-xen@freebsd.org X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2014 21:28:15 -0000 --Apple-Mail=_ED4F376F-2810-47D9-BE3A-9BF54115C362 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 Update: So, I changed a few things, and stuff is working better. The Xen kernel line is now: dom0_mem=3D2048M dom0_max_vcpus=3D4 dom0pvh=3D1 sync_console = com1=3D115200,8n1,0x3e8 console=3Dvga,com1 iommu=3Ddebug Also note, I have these set in FreeBSD: console=3D"comconsole vidconsole" comconsole_speed=3D"115200" comconsole_port=3D"0x3e8" boot_multicons=3D"yes" vm.max_wired=3D2097152 verbose_loading=3D"YES" boot_verbose=3D"" # -v: Causes extra debugging information to be = printed hint.ahci.0.msi=3D0 hw.acpi.verbose=3D1 debug.acpi.enable_debug_objects=3D1 So far, no AHCI timeouts. I=92v gotten completely through an install of = Debian =85 granted it failed, but for a linux reasons - couldn=92t = find/download a package. But is still going. The change to the console lines also help =85 console=3Dvga,com1 & = sync_console to xen allowed the IPMI SOL COM3 to fully complete the boot = under freebsd. And the tty/login ran and displayed on xc0 : FreeBSD/amd64 (borg.dpdtech.com) (xc0) However, this console will not take any input. I still can=92t get = switched into the Xen console (Ctrl-A x3) on either the serial of VGA = consoles.=20 Another troubling item, em0 flaps when debian is starting up: xnb(xnb_probe:1144): Claiming device 0, xnb xnb1.0: bpf attached xnb(xnb_attach:1292): Attaching to backend/vif/1/0 xnb(xnb_frontend_changed:1416): frontend_state=3DInitialising, = xnb_state=3DInitWait em0: Link is Down xnb1.0: 2 link states coalesced (d1) mapping kernel into physical memory (d1) about to get started... xnb(xnb_frontend_changed:1416): frontend_state=3DConnected, = xnb_state=3DInitWait xnb(xnb_connect_comms:796): rings connected! em0: Link is up 1000 Mbps Full Duplex em0 is in bridge0, which is what the debian.cfg is using. Also, something really odd =85 hyper calls aren=92t working after = launching the debian guest - which also means I can=92t launch any more = guests.=20 root@borg:~ # xl list xc: error: Could not bounce buffer for version hypercall (35 =3D = Resource temporarily unavailabl): Internal error xc: error: Could not bounce buffer for version hypercall (35 =3D = Resource temporarily unavailabl): Internal error xc: error: Could not bounce buffer for version hypercall (35 =3D = Resource temporarily unavailabl): Internal error xc: error: Could not bounce buffer for version hypercall (35 =3D = Resource temporarily unavailabl): Internal error xc: error: Could not bounce buffer for version hypercall (35 =3D = Resource temporarily unavailabl): Internal error xc: error: Could not bounce buffer for version hypercall (35 =3D = Resource temporarily unavailabl): Internal error libxl: error: libxl.c:658:libxl_list_domain: getting domain info = list: Resource temporarily unavailable libxl_list_domain failed. I=92m heading out for the afternoon shortly, but it seems the next thing = to do is to get the consoles working correctly so I can get debugging = info from the hypervisor. Will hopefully bang on this this evening.=20 - David P. Discher http://davidpdischer.com/ AIM: DavidDPD | Y!M: daviddpdz=20 Mobile: 408.368.3725 On Dec 4, 2014, at 12:26 PM, David P. Discher wrote: > Yes, ICH10. I=92m not sure if an idle Dom0 does this, however limited = access to the disks, even just editing things like /boot/loader.conf and = /etc/rc.conf will eventually hang. But I=92m also trying to launch a = DomU, and for the convince of a documented process, I=92m following your = debian steps =85 and the debian installer is running. I=92m running a = zpool mirror across 4k aligned GPT partitions for the root drive. I=92ll = also attempt to break break the mirror, as I don=92t remember this being = a problem with a single drive.=20 >=20 > As first step last night, I actually moved the msi interrupts to =3D = 2, instead of fully disabled. And this helped a little. It seemed to = allow the AHCI driver to recovered after the first several timeouts. I = will try disabling MSI as well and well as iommu debug. However, I=92m = still without a Xen console. Durning the ACPI/pci probing =85 my console = over SOL com3 cuts out. I haven=92t try to recover it yet. I will see = what I can do. However, from what it looks like, Xen kernel is latching = on the com port, and freebsd sees it as =93busy=94. I=92ll see what I = can figure out. I believe the pm_level is default to 0, but will double = check that. >=20 --Apple-Mail=_ED4F376F-2810-47D9-BE3A-9BF54115C362 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQEcBAEBCgAGBQJUgNHsAAoJEEmwU6XuhYWOeioIAKWQLcM9wZ65BgbEiuAWMOaj QThJgJyq2RCig04CPjCcg2zzQvqHkgWNEXqFXTnq7f5/PCbYEY1hBW3/Wmh3dxFw 39haGw4+5M5F9UGFgv96mPhyIrfnYwviJ8bd7+yZXjWvK6lpBWxkQi6EvAvSVe2Y z99RuVMWfGCWxavIjjJz6oyny3eQhUoyB7xjjKapeJOsyjQLx2RfvICm25zY93I1 fXK+fsCCrxJkTkFE4VW/zT6hmig3Ejj3xFLbylpHyNhl+lCZSfTvrXn7gBg7ta0N vaKZzPa6p2QzsXBe+vgnObkBt1gYmkZDCOKPsiF/UXd5qtlztJBM3LuzFwqWc74= =Sgjj -----END PGP SIGNATURE----- --Apple-Mail=_ED4F376F-2810-47D9-BE3A-9BF54115C362-- From owner-freebsd-xen@FreeBSD.ORG Fri Dec 5 11:56:42 2014 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 52ED0F75 for ; Fri, 5 Dec 2014 11:56:42 +0000 (UTC) Received: from SMTP02.CITRIX.COM (smtp02.citrix.com [66.165.176.63]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "mail.citrix.com", Issuer "Cybertrust Public SureServer SV CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 88E90F59 for ; Fri, 5 Dec 2014 11:56:41 +0000 (UTC) X-IronPort-AV: E=Sophos;i="5.07,522,1413244800"; d="scan'208";a="200671281" Received: from [127.0.0.1] (10.80.16.47) by smtprelay.citrix.com (10.13.107.78) with Microsoft SMTP Server id 14.3.181.6; Fri, 5 Dec 2014 06:56:27 -0500 Message-ID: <54819D6A.4050603@citrix.com> Date: Fri, 5 Dec 2014 12:56:26 +0100 From: =?windows-1252?Q?Roger_Pau_Monn=E9?= User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: "David P. Discher" Subject: Re: Attempting to Get Xen FreeBSD Dom0 working References: <481F7D02-BFE9-4E35-A475-5A8A05A801CE@dpdtech.com> <547DFCC0.6030003@citrix.com> <547F1476.8080305@citrix.com> <29437DB9-7DC8-47A8-8FC4-2BFDE736B5BC@dpdtech.com> <547F59B4.1010105@citrix.com> <2DDCAA68-3B11-4E3C-AE61-EAD8CEEF1E2D@dpdtech.com> <547F6AC1.9060709@citrix.com> <7C356027-01D8-4800-B211-282566BC9871@dpdtech.com> <54801F77.5050700@citrix.com> In-Reply-To: Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 8bit X-DLP: MIA1 Cc: freebsd-xen@freebsd.org X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2014 11:56:42 -0000 El 04/12/14 a les 22.28, David P. Discher ha escrit: > Update: So, I changed a few things, and stuff is working better. > > The Xen kernel line is now: > > dom0_mem=2048M dom0_max_vcpus=4 dom0pvh=1 sync_console com1=115200,8n1,0x3e8 console=vga,com1 iommu=debug I would advise against sync_console, it can easily cause delays in interrupt delivery which can cause timeouts in FreeBSD. > > Also note, I have these set in FreeBSD: > > console="comconsole vidconsole" > comconsole_speed="115200" > comconsole_port="0x3e8" > boot_multicons="yes" > vm.max_wired=2097152 > verbose_loading="YES" > boot_verbose="" # -v: Causes extra debugging information to be printed > > hint.ahci.0.msi=0 > hw.acpi.verbose=1 > debug.acpi.enable_debug_objects=1 > > So far, no AHCI timeouts. I’v gotten completely through an install of Debian … granted it failed, but for a linux reasons - couldn’t find/download a package. But is still going. > > The change to the console lines also help … console=vga,com1 & sync_console to xen allowed the IPMI SOL COM3 to fully complete the boot under freebsd. And the tty/login ran and displayed on xc0 : > > FreeBSD/amd64 (borg.dpdtech.com) (xc0) I will try to find a system similar to yours with an IPMI SOL console and see if I can figure out what's going on. As a test, could you try to disable the comconsole from FreeBSD and see if that makes a difference? console="vidconsole" And remove all the comconsole_* and boot_multicons options. This will have the side effect of removing serial output from the bootloader, but it might prevent FreeBSD from screwing the Xen serial console. > However, this console will not take any input. I still can’t get switched into the Xen console (Ctrl-A x3) on either the serial of VGA consoles. > > Another troubling item, em0 flaps when debian is starting up: > > xnb(xnb_probe:1144): Claiming device 0, xnb > xnb1.0: bpf attached > xnb(xnb_attach:1292): Attaching to backend/vif/1/0 > xnb(xnb_frontend_changed:1416): frontend_state=Initialising, xnb_state=InitWait > em0: Link is Down > xnb1.0: 2 link states coalesced > (d1) mapping kernel into physical memory > (d1) about to get started... > xnb(xnb_frontend_changed:1416): frontend_state=Connected, xnb_state=InitWait > xnb(xnb_connect_comms:796): rings connected! > em0: Link is up 1000 Mbps Full Duplex > > em0 is in bridge0, which is what the debian.cfg is using. I certainly don't see this kind of flipping on my network card, but I would focus on fixing the console first, so we can get debug info. > > Also, something really odd … hyper calls aren’t working after launching the debian guest - which also means I can’t launch any more guests. > > root@borg:~ # xl list > xc: error: Could not bounce buffer for version hypercall (35 = Resource temporarily unavailabl): Internal error > xc: error: Could not bounce buffer for version hypercall (35 = Resource temporarily unavailabl): Internal error > xc: error: Could not bounce buffer for version hypercall (35 = Resource temporarily unavailabl): Internal error > xc: error: Could not bounce buffer for version hypercall (35 = Resource temporarily unavailabl): Internal error > xc: error: Could not bounce buffer for version hypercall (35 = Resource temporarily unavailabl): Internal error > xc: error: Could not bounce buffer for version hypercall (35 = Resource temporarily unavailabl): Internal error > libxl: error: libxl.c:658:libxl_list_domain: getting domain info list: Resource temporarily unavailable > libxl_list_domain failed. It seems like you are running out of wired memory, you should increase vm.max_wired, this can be changed at runtime with sysctl without problems. > > I’m heading out for the afternoon shortly, but it seems the next thing to do is to get the consoles working correctly so I can get debugging info from the hypervisor. Will hopefully bang on this this evening. Thanks for the efforts, please keep me posted on how it goes. Roger.