Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    Pdsbm-ln2 1U server Lan Ports fail in RC canidate. Using Intel 82573 nic

    Scheduled Pinned Locked Moved 2.2 Snapshot Feedback and Problems - RETIRED
    67 Posts 6 Posters 25.3k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • H
      heper
      last edited by

      have you tried resetting your bios to defaults ? using the jumper on the motherboard to be sure ?
      be sure to have the cards in place before you do so.

      years ago ( i think pfsense 1.2.3) i've wasted half a day trying to get it to work; after being desperate and giving up i decided to reset the bios and suddenly it all worked
      it's a long shot, but can't hurt to try

      it looks like an IRQ problem from the old DOS days to me … shouldn't be possible with modern x64 ACPI shitz but have you tried ALL different combination of pci(e) slots ? moving the nics to another slot might just do the trick

      1 Reply Last reply Reply Quote 0
      • T
        Topper727
        last edited by

        I have updated and reset the bios from 2007 version to a 2010 version.  There is no PCI cards in the system when I test the two on board network ports.  When those are enabled with jumpers nothing in PCI slots work.  Not wifi card or the dual nic I have.  But disable the 2 on board and then I can use PCI slots.  Funny thing is that the two on board are newer chips but still using same driver as the dual nic I have and the dual nic will work fine if both on board are turned off.

        Dell 2950 g3 server
        Intel(R) Xeon(R) CPU E5430 @ 2.66GHz
        Current: 2000 MHz, Max: 2667 MHz
        8 CPUs: 2 package(s) x 4 core(s)
        8152 MiB and 600meg 10k drive
        Pfsense 2.4 .. Hoping to get the phpvirtualbox going again.

        1 Reply Last reply Reply Quote 0
        • T
          Topper727
          last edited by

          I would even buy gold support from PFSense if someone gets this working for me.

          Dell 2950 g3 server
          Intel(R) Xeon(R) CPU E5430 @ 2.66GHz
          Current: 2000 MHz, Max: 2667 MHz
          8 CPUs: 2 package(s) x 4 core(s)
          8152 MiB and 600meg 10k drive
          Pfsense 2.4 .. Hoping to get the phpvirtualbox going again.

          1 Reply Last reply Reply Quote 0
          • stephenw10S
            stephenw10 Netgate Administrator
            last edited by

            Did you try booting in verbose mode to get more info?

            I'm guessing this is caused by something which is actually better supported in FreeBSD 10 than it was in 8.3. Some feature, possible something ACPI, is being seen and causing some problem which was previously ignored. You say it didn't boot at all when ACPI was disabled completely. You might try booting with various ACPI disabled instead.

            Searching for 'Setup of Shared code failed' is not very helpful, there seem to be many different errors that result in this.

            pcib1: failed to allocate initial I/O port window: 0-0xfff
            pcib1: failed to allocate initial memory window: 0-0xfffff
            pcib1: failed to allocate initial prefetch window: 0-0xfffff
            

            This is obviously bad but it's not obvious quite how it relates to the issue. I would suggest that the BIOS is passing bad values for the PCI device setup which is why I suggested disabling ACPI.

            Steve

            1 Reply Last reply Reply Quote 0
            • stephenw10S
              stephenw10 Netgate Administrator
              last edited by

              Since you have the NICs that are specifically mentioned in the this bug list (old though), you should probably check the firmware:
              @https://wiki.freebsd.org/BugBusting/Commonly_reported_issues:

              em(4) watchdog timeouts on Intel 82573 NICs

              Reference: http://e1000.sourceforge.net/doku.php?id=known_issues#v_l_e_tx_unit_hang_messages

              Fix: DOS-based EEPROM patcher from Intel

              Fix: Boot Linux, install ethtool(8), and follow this procedure

              Troubleshooting: when using em(4) driver 6.7.3 or later, you can dump the contents of the EEPROM by doing sysctl dev.em.X.debug=2 (0=em0, 1=em1, etc.). You'll see something like this from the kernel:

              Interface EEPROM Dump:
                      Offset
                      0x0000  3000 8f48 d903 0d20 f746 0057 ffff ffff
                      0x0010  ffff ffff 026b 109a 15d9 109a 8086 80df
                      0x0020  0000 2000 7e54 0000 1000 00da 0004 2700
                      0x0030  6cc9 3150 0732 040b 2984 0000 c000 0706

              Since the above code prints things in little-endian-stored words, you need to look at the value at offset 0x1f (and not 0x1e like Linux ethtool!), which in the above example is value 0xdf. Bit 0 should be set (1), which disables the power-saving feature that causes the problem. In the above example, the bit is set, which means that the above NIC is not susceptible to the bug

              Hmm, this doesn't work for me using a different em interface but the same driver.  :-\

              Edit: Hmm, not sure that debug level patch ever made it into the driver.

              Steve

              1 Reply Last reply Reply Quote 0
              • stephenw10S
                stephenw10 Netgate Administrator
                last edited by

                Ah, has just changed in more recent drivers. You have to run:

                [2.2-RC][root@xtm5.localdomain]/root: sysctl dev.em.5.nvm=1
                dev.em.5.nvm: -1 -> -1
                
                

                Then check the output in dmesg (or the system log):

                Interface EEPROM Dump:
                Offset
                0x0000  9000 877f 7adc 0420 f746 1090 ffff ffff 
                0x0010  ffff ffff 026b 0000 8086 10d3 ffff 8758 
                0x0020  0000 2001 7e74 ffff 1000 00c8 0000 2704 
                0x0030  6cc9 3150 073e 460b 2d84 0140 f000 0706
                

                My NIC has address 0x1f, bit 1 set to 0 but it's a different NIC so that's not relevant.

                Steve

                1 Reply Last reply Reply Quote 0
                • stephenw10S
                  stephenw10 Netgate Administrator
                  last edited by

                  Also you might try the suggestion from https://www.freebsd.org/doc/handbook/acpi-overview.html for acpi related system hangs.
                  Add:

                  hint.apic.0.disabled="1"
                  

                  to /boot/loader.conf.local
                  See if that allows you to boot with the other Intel card in the box.

                  Also you could try setting:

                  hw.acpi.host_mem_start="0xf0000000"
                  

                  also in /boot/loader.conf.local
                  That might help with the pci brige allocation issues.

                  Try those separately though.

                  Steve

                  1 Reply Last reply Reply Quote 0
                  • T
                    Topper727
                    last edited by

                    @stephenw10:

                    Also you might try the suggestion from https://www.freebsd.org/doc/handbook/acpi-overview.html for acpi related system hangs.
                    Add:

                    hint.apic.0.disabled="1"
                    

                    to /boot/loader.conf.local
                    See if that allows you to boot with the other Intel card in the box.

                    Also you could try setting:

                    hw.acpi.host_mem_start="0xf0000000"
                    

                    also in /boot/loader.conf.local
                    That might help with the pci brige allocation issues.

                    Try those separately though.

                    Steve

                    Well careful with the ACPI in loader.conf. I just had done that and system failed to boot like when I changed in bios. I had to reinstall it all.  In doing that I ran out of time before work so the second part can not be done.

                    ![2014-12-13 11.27.58.jpg](/public/imported_attachments/1/2014-12-13 11.27.58.jpg)
                    ![2014-12-13 11.27.58.jpg_thumb](/public/imported_attachments/1/2014-12-13 11.27.58.jpg_thumb)

                    Dell 2950 g3 server
                    Intel(R) Xeon(R) CPU E5430 @ 2.66GHz
                    Current: 2000 MHz, Max: 2667 MHz
                    8 CPUs: 2 package(s) x 4 core(s)
                    8152 MiB and 600meg 10k drive
                    Pfsense 2.4 .. Hoping to get the phpvirtualbox going again.

                    1 Reply Last reply Reply Quote 0
                    • stephenw10S
                      stephenw10 Netgate Administrator
                      last edited by

                      @Topper727:

                      Well careful with the ACPI in loader.conf.

                      Do you mean ACPI or APIC here? Did you try both?

                      Steve

                      1 Reply Last reply Reply Quote 0
                      • T
                        Topper727
                        last edited by

                        hint.apic.0.disabled="1"

                        Is what I tried. Now I will try the second command you mentioned.. Hope that don't crash me and make me reinstall again..

                        But not sure why ACPI said it crashed when apic is the command I used. Intersting. Look at the picture..

                        Dell 2950 g3 server
                        Intel(R) Xeon(R) CPU E5430 @ 2.66GHz
                        Current: 2000 MHz, Max: 2667 MHz
                        8 CPUs: 2 package(s) x 4 core(s)
                        8152 MiB and 600meg 10k drive
                        Pfsense 2.4 .. Hoping to get the phpvirtualbox going again.

                        1 Reply Last reply Reply Quote 0
                        • T
                          Topper727
                          last edited by

                          hw.acpi.host_mem_start="0xf0000000" done in both loader.conf and loader.conf.local.. I had to create a new loader.conf.local non existed.  But when I did in both the same lock up happened. I did not pull the pci Card out with 2 nics and just try the on board dual nic but I don't think any thing would be different

                          I really don't want to switch to another firewall..I really like pfsense.

                          Dell 2950 g3 server
                          Intel(R) Xeon(R) CPU E5430 @ 2.66GHz
                          Current: 2000 MHz, Max: 2667 MHz
                          8 CPUs: 2 package(s) x 4 core(s)
                          8152 MiB and 600meg 10k drive
                          Pfsense 2.4 .. Hoping to get the phpvirtualbox going again.

                          1 Reply Last reply Reply Quote 0
                          • stephenw10S
                            stephenw10 Netgate Administrator
                            last edited by

                            Did you try booting verbose yet?
                            Did you dump the nic eprom?

                            To avoid re-installing you can enter loader tunables by interrupting the boot loader and entering them manually. Of course they are then lost on the next boot.

                            Steve

                            1 Reply Last reply Reply Quote 0
                            • T
                              Topper727
                              last edited by

                              Verbose mode no
                              debug mode no

                              My work schedule keeps me busy.  I will have more time tomorrow as that is a day off for me. Then I will try those.  Really not sure how to do the debug part yet

                              Also breaking the bootloader to put in variables? Can this be done with USB keyboard? I can't use the keyboard after bios till firewall almost booted.. it need PS2 keyboard to be able to use during the part of first loading and first menu of pfsense

                              AND if I but in debug mode do I want to turn on the internal nic's and pull the pci I am using now or how you want this test?
                              and will it keep the logs if you want the log of when it will crash.

                              Dell 2950 g3 server
                              Intel(R) Xeon(R) CPU E5430 @ 2.66GHz
                              Current: 2000 MHz, Max: 2667 MHz
                              8 CPUs: 2 package(s) x 4 core(s)
                              8152 MiB and 600meg 10k drive
                              Pfsense 2.4 .. Hoping to get the phpvirtualbox going again.

                              1 Reply Last reply Reply Quote 0
                              • T
                                Topper727
                                last edited by

                                https://bugs.pcbsd.org/issues/4212

                                Dell 2950 g3 server
                                Intel(R) Xeon(R) CPU E5430 @ 2.66GHz
                                Current: 2000 MHz, Max: 2667 MHz
                                8 CPUs: 2 package(s) x 4 core(s)
                                8152 MiB and 600meg 10k drive
                                Pfsense 2.4 .. Hoping to get the phpvirtualbox going again.

                                1 Reply Last reply Reply Quote 0
                                • stephenw10S
                                  stephenw10 Netgate Administrator
                                  last edited by

                                  To dump the Intel eprom you just run the sysctl and then look in the logs like I showed above. To be honest I doubt that's your issue, the symptoms don't seem the same, but it's easy to do and if your NICs do have broken firmware that needs to be sorted.

                                  If your BIOS is set to use a USB keyboard it should work.

                                  Steve

                                  1 Reply Last reply Reply Quote 0
                                  • T
                                    Topper727
                                    last edited by

                                    Verbose on
                                    rom commands done but not the 5 you had only 0 and 1 worked for me. with pci card.  will try the onboard next

                                    Keyboard is on in bios.. I can use keyboard in bios but after pfsense starts I can't use keyboard till it gets to more then half way through bootup then I get keyboard usage back again.

                                    Table 'FACP' at 0xbf68ad08
                                    Table 'TCPA' at 0xbf68ad8c
                                    Table 'MCFG' at 0xbf68adbe
                                    Table 'APIC' at 0xbf68adfa
                                    APIC: Found table at 0xbf68adfa
                                    APIC: Using the MADT enumerator.
                                    MADT: Found CPU APIC ID 0 ACPI ID 0: enabled
                                    SMP: Added CPU 0 (AP)
                                    MADT: Found CPU APIC ID 1 ACPI ID 1: enabled
                                    SMP: Added CPU 1 (AP)
                                    Copyright © 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 10.1-RELEASE-p1 #0 fd28f0b(releng/10.1)-dirty: Sat Dec 13 14:00:20 CST 2014
                                        root@pfsense-22-amd64-builder:/usr/obj.amd64/usr/pfSensesrc/src/sys/pfSense_SMP.10 amd64
                                    FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512
                                    Preloaded elf kernel "/boot/kernel/kernel" at 0xffffffff824c7000.
                                    Calibrating TSC clock ... TSC clock: 2194542438 Hz
                                    CPU: Intel(R) Pentium(R) Dual  CPU  E2200  @ 2.20GHz (2194.54-MHz K8-class CPU)
                                      Origin = "GenuineIntel"  Id = 0x6fd  Family = 0x6  Model = 0xf  Stepping = 13
                                      Features=0xbfebfbff <fpu,vme,de,pse,tsc,msr,pae,mce,cx8,apic,sep,mtrr,pge,mca,cmov,pat,pse36,clflush,dts,acpi,mmx,fxsr,sse,sse2,ss,htt,tm,pbe>Features2=0xe39d <sse3,dtes64,mon,ds_cpl,est,tm2,ssse3,cx16,xtpr,pdcm>AMD Features=0x20000800 <syscall,lm>AMD Features2=0x1 <lahf>TSC: P-state invariant, performance statistics
                                    real memory  = 4294967296 (4096 MB)
                                    Physical memory chunk(s):
                                    0x0000000000010000 - 0x0000000000099fff, 565248 bytes (138 pages)
                                    0x0000000000100000 - 0x00000000001fffff, 1048576 bytes (256 pages)
                                    0x00000000024f6000 - 0x00000000b73f0fff, 3035607040 bytes (741115 pages)
                                    0x0000000100000000 - 0x000000013ffe7fff, 1073643520 bytes (262120 pages)
                                    avail memory = 4088520704 (3899 MB)
                                    Event timer "LAPIC" quality 400
                                    ACPI APIC Table: <ptltd   ="" apic ="">INTR: Adding local APIC 1 as a target
                                    FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs
                                    FreeBSD/SMP: 1 package(s) x 2 core(s)
                                    cpu0 (BSP): APIC ID:  0
                                    cpu1 (AP): APIC ID:  1
                                    APIC: CPU 0 has ACPI ID 0
                                    APIC: CPU 1 has ACPI ID 1
                                    x86bios:  IVT 0x000000-0x0004ff at 0xfffff80000000000
                                    x86bios: SSEG 0x098000-0x098fff at 0xfffffe003f3a4000
                                    x86bios: EBDA 0x09d000-0x09ffff at 0xfffff8000009d000
                                    x86bios:  ROM 0x0a0000-0x0fefff at 0xfffff800000a0000
                                    XEN: CPU 0 has VCPU ID 0
                                    XEN: CPU 1 has VCPU ID 1
                                    ULE: setup cpu 0
                                    ULE: setup cpu 1
                                    ACPI: RSDP 0xf7260 00014 (v00 PTLTD )
                                    ACPI: RSDT 0xbf683b6d 00060 (v01 PTLTD    RSDT  06040000  LTP 00000000)
                                    ACPI: FACP 0xbf68ad08 00084 (v01 SUPRMC          06040000 PTL  00000003)
                                    ACPI: DSDT 0xbf68569f 05669 (v01  INTEL BR_WATER 06040000 MSFT 03000001)
                                    ACPI: FACS 0xbf68bfc0 00040
                                    ACPI: TCPA 0xbf68ad8c 00032 (v01 SMC            06040000 PTL  00000000)
                                    ACPI: MCFG 0xbf68adbe 0003C (v01 PTLTD    MCFG  06040000  LTP 00000000)
                                    ACPI: APIC 0xbf68adfa 00068 (v01 PTLTD  ? APIC  06040000  LTP 00000000)
                                    ACPI: BOOT 0xbf68ae62 00028 (v01 PTLTD  $SBFTBL$ 06040000  LTP 00000001)
                                    ACPI: SLIC 0xbf68ae8a 00176 (v01 OEMID_ OEMTABLE 06040000  LTP 00000000)
                                    ACPI: SSDT 0xbf685440 0025F (v01  PmRef  Cpu0Tst 00003000 INTL 20050228)
                                    ACPI: SSDT 0xbf68539a 000A6 (v01  PmRef  Cpu7Tst 00003000 INTL 20050228)
                                    ACPI: SSDT 0xbf6852f4 000A6 (v01  PmRef  Cpu6Tst 00003000 INTL 20050228)
                                    ACPI: SSDT 0xbf68524e 000A6 (v01  PmRef  Cpu5Tst 00003000 INTL 20050228)
                                    ACPI: SSDT 0xbf6851a8 000A6 (v01  PmRef  Cpu4Tst 00003000 INTL 20050228)
                                    ACPI: SSDT 0xbf685102 000A6 (v01  PmRef  Cpu3Tst 00003000 INTL 20050228)
                                    ACPI: SSDT 0xbf68505c 000A6 (v01  PmRef  Cpu2Tst 00003000 INTL 20050228)
                                    ACPI: SSDT 0xbf684fb6 000A6 (v01  PmRef  Cpu1Tst 00003000 INTL 20050228)
                                    ACPI: SSDT 0xbf683bcd 013E9 (v01  PmRef    CpuPm 00003000 INTL 20050228)
                                    MADT: Found IO APIC ID 2, Interrupt 0 at 0xfec00000
                                    ioapic0: Routing external 8259A's -> intpin 0
                                    lapic0: Routing NMI -> LINT1
                                    lapic0: LINT1 trigger: edge
                                    lapic0: LINT1 polarity: high
                                    lapic1: Routing NMI -> LINT1
                                    lapic1: LINT1 trigger: edge
                                    lapic1: LINT1 polarity: high
                                    MADT: Interrupt override: source 0, irq 2
                                    ioapic0: Routing IRQ 0 -> intpin 2
                                    MADT: Interrupt override: source 9, irq 9
                                    ioapic0: intpin 9 trigger: level
                                    ioapic0 <version 2.0="">irqs 0-23 on motherboard
                                    cpu0 BSP:
                                        ID: 0x00000000  VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff
                                      lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
                                      timer: 0x000100ef therm: 0x00000200 err: 0x000000f0 pmc: 0x00010400
                                    firmware: 'iwn4965fw' version 0: 187972 bytes loaded at 0xffffffff81a1b80c
                                    firmware: 'iwn5000fw' version 0: 340696 bytes loaded at 0xffffffff81a496fc
                                    firmware: 'iwn5150fw' version 0: 337400 bytes loaded at 0xffffffff81a9ca84
                                    firmware: 'iwn6000fw' version 0: 454608 bytes loaded at 0xffffffff81aef12c
                                    firmware: 'wpifw' version 153229: 150100 bytes loaded at 0xffffffff81df6cc4
                                    firmware: 'iwn6000g2afw' version 0: 444128 bytes loaded at 0xffffffff81b5e1ac
                                    firmware: 'iwn6000g2bfw' version 0: 460912 bytes loaded at 0xffffffff81bca93c
                                    firmware: 'iwn6050fw' version 0: 469780 bytes loaded at 0xffffffff81c3b25c
                                    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
                                    firmware: 't4fw_cfg' version 0: 3059 bytes loaded at 0xffffffff8164c804
                                    firmware: 't4fw_cfg_uwire' version 0: 21284 bytes loaded at 0xffffffff8164d3f7
                                    firmware: 't4fw' version 0: 512512 bytes loaded at 0xffffffff8165271b
                                    firmware: 't5fw_cfg' version 0: 3435 bytes loaded at 0xffffffff816cf9cc
                                    firmware: 't5fw' version 0: 513024 bytes loaded at 0xffffffff816d0737
                                    firmware: 'mw88W8363fw' version 0: 94940 bytes loaded at 0xffffffff81cb992c
                                    firmware: 'mwlboot' version 0: 2280 bytes loaded at 0xffffffff81cd0c08
                                    firmware: 'rsu-rtl8712fw' version 120: 122328 bytes loaded at 0xffffffff81dbaae4
                                    firmware: 'runfw' version 0: 8192 bytes loaded at 0xffffffff81dd8ca4
                                    firmware: 'rt2561fw' version 0: 8192 bytes loaded at 0xffffffff81d5aff4
                                    wlan: mac acl policy registered
                                    firmware: 'rt2561sfw' version 0: 8192 bytes loaded at 0xffffffff81d5d0a4
                                    firmware: 'urtwn-rtl8188eufw' version 111: 13904 bytes loaded at 0xffffffff81ddb5dc
                                    firmware: 'urtwn-rtl8192cfwT' version 111: 16076 bytes loaded at 0xffffffff81ddecdc
                                    firmware: 'urtwn-rtl8192cfwU' version 111: 16076 bytes loaded at 0xffffffff81de2c54
                                    firmware: 'rt2661fw' version 0: 8192 bytes loaded at 0xffffffff81d5f154
                                    firmware: 'rt2860fw' version 0: 8192 bytes loaded at 0xffffffff81d61204
                                    firmware: 'mxge_eth_z8e' version 377284: 120629 bytes loaded at 0xffffffff81cd16c0
                                    wlan: <802.11 Link Layer>
                                    firmware: 'mxge_ethp_z8e' version 387604: 121317 bytes loaded at 0xffffffff81ceeeb0
                                    firmware: 'mxge_rss_eth_z8e' version 534724: 151912 bytes loaded at 0xffffffff81d0c950
                                    firmware: 'mxge_rss_ethp_z8e' version 544468: 152837 bytes loaded at 0xffffffff81d31b70
                                    ipw_bss: You need to read the LICENSE file in /usr/share/doc/legal/intel_ipw/.
                                    ipw_bss: If you agree with the license, set legal.intel_ipw.license_ack=1 in /boot/loader.conf.
                                    module_register_init: MOD_LOAD (ipw_bss_fw, 0xffffffff80606640, 0) error 1
                                    ipw_ibss: You need to read the LICENSE file in /usr/share/doc/legal/intel_ipw/.
                                    ipw_ibss: If you agree with the license, set legal.intel_ipw.license_ack=1 in /boot/loader.conf.
                                    module_register_init: MOD_LOAD (ipw_ibss_fw, 0xffffffff806066f0, 0) error 1
                                    ipw_monitor: You need to read the LICENSE file in /usr/share/doc/legal/intel_ipw/.
                                    ipw_monitor: If you agree with the license, set legal.intel_ipw.license_ack=1 in /boot/loader.conf.
                                    module_register_init: MOD_LOAD (ipw_monitor_fw, 0xffffffff806067a0, 0) error 1
                                    iwi_bss: You need to read the LICENSE file in /usr/share/doc/legal/intel_iwi/.
                                    iwi_bss: If you agree with the license, set legal.intel_iwi.license_ack=1 in /boot/loader.conf.
                                    module_register_init: MOD_LOAD (iwi_bss_fw, 0xffffffff8062de10, 0) error 1
                                    iwi_ibss: You need to read the LICENSE file in /usr/share/doc/legal/intel_iwi/.
                                    iwi_ibss: If you agree with the license, set legal.intel_iwi.license_ack=1 in /boot/loader.conf.
                                    module_register_init: MOD_LOAD (iwi_ibss_fw, 0xffffffff8062dec0, 0) error 1
                                    iwi_monitor: You need to read the LICENSE file in /usr/share/doc/legal/intel_iwi/.
                                    iwi_monitor: If you agree with the license, set legal.intel_iwi.license_ack=1 in /boot/loader.conf.
                                    module_register_init: MOD_LOAD (iwi_monitor_fw, 0xffffffff8062df70, 0) error 1
                                    firmware: 'iwn1000fw' version 0: 337520 bytes loaded at 0xffffffff8187260c
                                    firmware: 'iwn2000fw' version 0: 695876 bytes loaded at 0xffffffff818c4d2c
                                    firmware: 'iwn2030fw' version 0: 707392 bytes loaded at 0xffffffff8196ec1c
                                    Hardware, Intel Secure Key RNG: RDRAND is not present
                                    Hardware, VIA Nehemiah Padlock RNG: VIA Padlock RNG not present
                                    null: <null device,="" zero="" device="">Falling back to <software, yarrow="">random adaptor
                                    random: <software, yarrow="">initialized
                                    nfslock: pseudo-device
                                    crypto: <crypto core="">VESA: INT 0x10 vector 0xc000:0x0014
                                    VESA: information block
                                    0000  56 45 53 41 00 03 00 01 00 99 01 00 00 00 40 00
                                    0010  00 99 77 00 00 01 38 01 00 99 4a 01 00 99 73 01
                                    0020  00 99 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  60 01 61 01 62 01 63 01 64 01 65 01 66 01 67 01
                                    0050  68 01 3c 01 4d 01 5c 01 3a 01 4b 01 5a 01 07 01
                                    0060  1a 01 1b 01 05 01 17 01 18 01 12 01 14 01 15 01
                                    0070  01 01 03 01 11 01 ff ff 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  49 6e 74 65 6c 28 72 29 42 72 6f 61 64 77 61 74
                                    0110  65 72 2d 47 20 47 72 61 70 68 69 63 73 20 43 68
                                    0120  69 70 20 41 63 63 65 6c 65 72 61 74 65 64 20 56
                                    0130  47 41 20 42 49 4f 53 00 49 6e 74 65 6c 20 43 6f
                                    0140  72 70 6f 72 61 74 69 6f 6e 00 49 6e 74 65 6c 28
                                    0150  72 29 42 72 6f 61 64 77 61 74 65 72 2d 47 20 47
                                    0160  72 61 70 68 69 63 73 20 43 6f 6e 74 72 6f 6c 6c
                                    0170  65 72 00 48 61 72 64 77 61 72 65 20 56 65 72 73
                                    0180  69 6f 6e 20 30 2e 30 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: 17 mode(s) found
                                    VESA: v3.0, 7616k memory, flags:0x1, mode table:0xfffffe003f3fa040 (99000040)
                                    VESA: Intel(r)Broadwater-G Graphics Chip Accelerated VGA BIOS
                                    VESA: Intel Corporation Intel(r)Broadwater-G Graphics Controller Hardware Version 0.0
                                    io: VMBUS: load
                                    kbd: new array size 4
                                    kbd1 at kbdmux0
                                    mem: <memory>hpt27xx: RocketRAID 27xx controller driver v1.1
                                    hptrr: RocketRAID 17xx/2xxx SATA controller driver v1.2
                                    hptnr: R750/DC7280 controller driver v1.0.1
                                    cryptosoft0: <software crypto="">on motherboard
                                    crypto: assign cryptosoft0 driver id 0, flags 100663296
                                    crypto: cryptosoft0 registers alg 1 flags 0 maxoplen 0
                                    crypto: cryptosoft0 registers alg 2 flags 0 maxoplen 0
                                    crypto: cryptosoft0 registers alg 3 flags 0 maxoplen 0
                                    crypto: cryptosoft0 registers alg 4 flags 0 maxoplen 0
                                    crypto: cryptosoft0 registers alg 5 flags 0 maxoplen 0
                                    crypto: cryptosoft0 registers alg 16 flags 0 maxoplen 0
                                    crypto: cryptosoft0 registers alg 6 flags 0 maxoplen 0
                                    crypto: cryptosoft0 registers alg 7 flags 0 maxoplen 0
                                    crypto: cryptosoft0 registers alg 18 flags 0 maxoplen 0
                                    crypto: cryptosoft0 registers alg 19 flags 0 maxoplen 0
                                    crypto: cryptosoft0 registers alg 20 flags 0 maxoplen 0
                                    crypto: cryptosoft0 registers alg 8 flags 0 maxoplen 0
                                    crypto: cryptosoft0 registers alg 15 flags 0 maxoplen 0
                                    crypto: cryptosoft0 registers alg 9 flags 0 maxoplen 0
                                    crypto: cryptosoft0 registers alg 10 flags 0 maxoplen 0
                                    crypto: cryptosoft0 registers alg 13 flags 0 maxoplen 0
                                    crypto: cryptosoft0 registers alg 14 flags 0 maxoplen 0
                                    crypto: cryptosoft0 registers alg 11 flags 0 maxoplen 0
                                    crypto: cryptosoft0 registers alg 22 flags 0 maxoplen 0
                                    crypto: cryptosoft0 registers alg 23 flags 0 maxoplen 0
                                    crypto: cryptosoft0 registers alg 24 flags 0 maxoplen 0
                                    crypto: cryptosoft0 registers alg 28 flags 0 maxoplen 0
                                    crypto: cryptosoft0 registers alg 25 flags 0 maxoplen 0
                                    crypto: cryptosoft0 registers alg 26 flags 0 maxoplen 0
                                    crypto: cryptosoft0 registers alg 27 flags 0 maxoplen 0
                                    crypto: cryptosoft0 registers alg 21 flags 0 maxoplen 0
                                    crypto: cryptosoft0 registers alg 17 flags 0 maxoplen 0
                                    padlock0: No ACE support.
                                    acpi0: <ptltd  rsdt="">on motherboard
                                    ACPI: All ACPI Tables successfully acquired
                                    PCIe: Memory Mapped configuration base @ 0xe0000000
                                    ioapic0: routing intpin 9 (ISA IRQ 9) to lapic 0 vector 48
                                    acpi0: Power Button (fixed)
                                    cpu0: Processor \134_PR
                                    .CPU0 (ACPI ID 0) -> APIC ID 0
                                    cpu0: <acpi cpu="">on acpi0
                                    cpu0: switching to generic Cx mode
                                    cpu1: Processor \134_PR_.CPU1 (ACPI ID 1) -> APIC ID 1
                                    cpu1: <acpi cpu="">on acpi0
                                    ACPI: Processor \134_PR_.CPU2 (ACPI ID 2) ignored
                                    ACPI: Processor \134_PR_.CPU3 (ACPI ID 3) ignored
                                    ACPI: Processor \134_PR_.CPU4 (ACPI ID 4) ignored
                                    ACPI: Processor \134_PR_.CPU5 (ACPI ID 5) ignored
                                    ACPI: Processor \134_PR_.CPU6 (ACPI ID 6) ignored
                                    ACPI: Processor \134_PR_.CPU7 (ACPI ID 7) ignored
                                    atrtc0: <at realtime="" clock="">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 49
                                    Event timer "RTC" frequency 32768 Hz quality 0
                                    attimer0: <at timer="">port 0x40-0x43,0x50-0x53 irq 0 on acpi0
                                    Timecounter "i8254" frequency 1193182 Hz quality 0
                                    ioapic0: routing intpin 2 (ISA IRQ 0) to lapic 0 vector 50
                                    Event timer "i8254" frequency 1193182 Hz quality 100
                                    ACPI timer: 1/1 1/1 1/1 1/1 1/1 1/1 1/1 1/1 1/1 1/1 -> 10
                                    Timecounter "ACPI-fast" frequency 3579545 Hz quality 900
                                    acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1008-0x100b on acpi0
                                    pci_link0:        Index  IRQ  Rtd  Ref  IRQs
                                      Initial Probe      0  10  N    0  3 4 5 6 7 10 11 12 14 15
                                      Validation          0  10  N    0  3 4 5 6 7 10 11 12 14 15
                                      After Disable      0  255  N    0  3 4 5 6 7 10 11 12 14 15
                                    pci_link1:        Index  IRQ  Rtd  Ref  IRQs
                                      Initial Probe      0  11  N    0  3 4 5 6 7 10 11 12 14 15
                                      Validation          0  11  N    0  3 4 5 6 7 10 11 12 14 15
                                      After Disable      0  255  N    0  3 4 5 6 7 10 11 12 14 15
                                    pci_link2:        Index  IRQ  Rtd  Ref  IRQs
                                      Initial Probe      0    5  N    0  3 4 5 6 7 10 11 12 14 15
                                      Validation          0    5  N    0  3 4 5 6 7 10 11 12 14 15
                                      After Disable      0  255  N    0  3 4 5 6 7 10 11 12 14 15
                                    pci_link3:        Index  IRQ  Rtd  Ref  IRQs
                                      Initial Probe      0    7  N    0  3 4 5 6 7 10 11 12 14 15
                                      Validation          0    7  N    0  3 4 5 6 7 10 11 12 14 15
                                      After Disable      0  255  N    0  3 4 5 6 7 10 11 12 14 15
                                    pci_link4:        Index  IRQ  Rtd  Ref  IRQs
                                      Initial Probe      0  255  N    0  3 4 5 6 7 10 11 12 14 15
                                      Validation          0  255  N    0  3 4 5 6 7 10 11 12 14 15
                                      After Disable      0  255  N    0  3 4 5 6 7 10 11 12 14 15
                                    pci_link5:        Index  IRQ  Rtd  Ref  IRQs
                                      Initial Probe      0  255  N    0  3 4 5 6 7 10 11 12 14 15
                                      Validation          0  255  N    0  3 4 5 6 7 10 11 12 14 15
                                      After Disable      0  255  N    0  3 4 5 6 7 10 11 12 14 15
                                    pci_link6:        Index  IRQ  Rtd  Ref  IRQs
                                      Initial Probe      0  255  N    0  3 4 5 6 7 10 11 12 14 15
                                      Validation          0  255  N    0  3 4 5 6 7 10 11 12 14 15
                                      After Disable      0  255  N    0  3 4 5 6 7 10 11 12 14 15
                                    pci_link7:        Index  IRQ  Rtd  Ref  IRQs
                                      Initial Probe      0  255  N    0  3 4 5 6 7 10 11 12 14 15
                                      Validation          0  255  N    0  3 4 5 6 7 10 11 12 14 15
                                      After Disable      0  255  N    0  3 4 5 6 7 10 11 12 14 15
                                    pcib0: <acpi host-pci="" bridge="">port 0xcf8-0xcff on acpi0
                                    pcib0: decoding 4 range 0-0xcf7
                                    pcib0: decoding 3 range 0xa0000-0xbffff
                                    pcib0: decoding 3 range 0xd0000-0xd3fff
                                    pcib0: decoding 3 range 0xd4000-0xd7fff
                                    pcib0: decoding 3 range 0xd8000-0xdbfff
                                    pcib0: decoding 3 range 0xdc000-0xdffff
                                    pcib0: decoding 3 range 0xe0000-0xe3fff
                                    pcib0: decoding 3 range 0xc0000000-0xdfffffff
                                    pcib0: decoding 4 range 0xd00-0xfdff
                                    pcib0: decoding 3 range 0xfed40000-0xfed44fff
                                    pci0: <acpi pci="" bus="">on pcib0
                                    pci0: domain=0, physical bus=0
                                    found-> vendor=0x8086, dev=0x2970, revid=0x02
                                            domain=0, bus=0, slot=0, func=0
                                            class=06-00-00, hdrtype=0x00, mfdev=0
                                            cmdreg=0x0106, statreg=0x2090, cachelnsz=0 (dwords)
                                            lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
                                    found-> vendor=0x8086, dev=0x2972, revid=0x02
                                            domain=0, bus=0, slot=2, func=0
                                            class=03-00-00, hdrtype=0x00, mfdev=0
                                            cmdreg=0x0007, statreg=0x0090, cachelnsz=0 (dwords)
                                            lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
                                            intpin=a, irq=10
                                            powerspec 2  supports D0 D3  current D0
                                            MSI supports 1 message
                                            map[10]: type Memory, range 32, base 0xd0000000, size 20, enabled
                                    pcib0: allocated type 3 (0xd0000000-0xd00fffff) for rid 10 of pci0:0:2:0
                                            map[18]: type Prefetchable Memory, range 64, base 0xc0000000, size 28, enabled
                                    pcib0: allocated type 3 (0xc0000000-0xcfffffff) for rid 18 of pci0:0:2:0
                                            map[20]: type I/O Port, range 32, base 0x30b0, size  3, enabled
                                    pcib0: allocated type 4 (0x30b0-0x30b7) for rid 20 of pci0:0:2:0
                                    pcib0: matched entry for 0.2.INTA
                                    pcib0: slot 2 INTA hardwired to IRQ 16
                                    found-> vendor=0x8086, dev=0x27d0, revid=0x01
                                            domain=0, bus=0, slot=28, func=0
                                            class=06-04-00, hdrtype=0x01, mfdev=1
                                            cmdreg=0x0000, statreg=0x0010, cachelnsz=8 (dwords)
                                            lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
                                            intpin=a, irq=10
                                            powerspec 2  supports D0 D3  current D0
                                            MSI supports 1 message
                                    pcib0: matched entry for 0.28.INTA
                                    pcib0: slot 28 INTA hardwired to IRQ 16
                                    found-> vendor=0x8086, dev=0x27e0, revid=0x01
                                            domain=0, bus=0, slot=28, func=4
                                            class=06-04-00, hdrtype=0x01, mfdev=1
                                            cmdreg=0x0007, statreg=0x0010, cachelnsz=8 (dwords)
                                            lattimer=0x00 (0 ns), mingnt=0x04 (1000 ns), maxlat=0x00 (0 ns)
                                            intpin=a, irq=10
                                            powerspec 2  supports D0 D3  current D0
                                            MSI supports 1 message
                                    pcib0: matched entry for 0.28.INTA
                                    pcib0: slot 28 INTA hardwired to IRQ 16
                                    found-> vendor=0x8086, dev=0x27e2, revid=0x01
                                            domain=0, bus=0, slot=28, func=5
                                            class=06-04-00, hdrtype=0x01, mfdev=1
                                            cmdreg=0x0000, statreg=0x0010, cachelnsz=8 (dwords)
                                            lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
                                            intpin=b, irq=11
                                            powerspec 2  supports D0 D3  current D0
                                            MSI supports 1 message
                                    pcib0: matched entry for 0.28.INTB
                                    pcib0: slot 28 INTB hardwired to IRQ 17
                                    found-> vendor=0x8086, dev=0x27c8, revid=0x01
                                            domain=0, bus=0, slot=29, func=0
                                            class=0c-03-00, hdrtype=0x00, mfdev=1
                                            cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
                                            lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
                                            intpin=a, irq=10
                                            map[20]: type I/O Port, range 32, base 0x3000, size  5, enabled
                                    pcib0: allocated type 4 (0x3000-0x301f) for rid 20 of pci0:0:29:0
                                    pcib0: matched entry for 0.29.INTA
                                    pcib0: slot 29 INTA hardwired to IRQ 16
                                    found-> vendor=0x8086, dev=0x27c9, revid=0x01
                                            domain=0, bus=0, slot=29, func=1
                                            class=0c-03-00, hdrtype=0x00, mfdev=0
                                            cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
                                            lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
                                            intpin=b, irq=11
                                            map[20]: type I/O Port, range 32, base 0x3020, size  5, enabled
                                    pcib0: allocated type 4 (0x3020-0x303f) for rid 20 of pci0:0:29:1
                                    pcib0: matched entry for 0.29.INTB
                                    pcib0: slot 29 INTB hardwired to IRQ 17
                                    found-> vendor=0x8086, dev=0x27ca, revid=0x01
                                            domain=0, bus=0, slot=29, func=2
                                            class=0c-03-00, hdrtype=0x00, mfdev=0
                                            cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
                                            lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
                                            intpin=c, irq=5
                                            map[20]: type I/O Port, range 32, base 0x3040, size  5, enabled
                                    pcib0: allocated type 4 (0x3040-0x305f) 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=0x8086, dev=0x27cb, revid=0x01
                                            domain=0, bus=0, slot=29, func=3
                                            class=0c-03-00, hdrtype=0x00, mfdev=0
                                            cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
                                            lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
                                            intpin=d, irq=7
                                            map[20]: type I/O Port, range 32, base 0x3060, size  5, enabled
                                    pcib0: allocated type 4 (0x3060-0x307f) for rid 20 of pci0:0:29:3
                                    pcib0: matched entry for 0.29.INTD
                                    pcib0: slot 29 INTD hardwired to IRQ 19
                                    found-> vendor=0x8086, dev=0x27cc, revid=0x01
                                            domain=0, bus=0, slot=29, func=7
                                            class=0c-03-20, hdrtype=0x00, mfdev=0
                                            cmdreg=0x0106, statreg=0x0290, cachelnsz=0 (dwords)
                                            lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
                                            intpin=a, irq=10
                                            powerspec 2  supports D0 D3  current D0
                                            map[10]: type Memory, range 32, base 0xd0400000, size 10, enabled
                                    pcib0: allocated type 3 (0xd0400000-0xd04003ff) for rid 10 of pci0:0:29:7
                                    pcib0: matched entry for 0.29.INTA
                                    pcib0: slot 29 INTA hardwired to IRQ 16
                                    found-> vendor=0x8086, dev=0x244e, revid=0xe1
                                            domain=0, bus=0, slot=30, func=0
                                            class=06-04-01, hdrtype=0x01, mfdev=0
                                            cmdreg=0x0107, statreg=0x0010, cachelnsz=0 (dwords)
                                            lattimer=0x00 (0 ns), mingnt=0x04 (1000 ns), maxlat=0x00 (0 ns)
                                    found-> vendor=0x8086, dev=0x27b8, revid=0x01
                                            domain=0, bus=0, slot=31, func=0
                                            class=06-01-00, hdrtype=0x00, mfdev=1
                                            cmdreg=0x0007, statreg=0x0210, cachelnsz=0 (dwords)
                                            lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
                                    found-> vendor=0x8086, dev=0x27c1, revid=0x01
                                            domain=0, bus=0, slot=31, func=2
                                            class=01-06-01, hdrtype=0x00, mfdev=0
                                            cmdreg=0x0007, statreg=0x02b0, cachelnsz=0 (dwords)
                                            lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
                                            intpin=b, irq=11
                                            powerspec 2  supports D0 D3  current D0
                                            MSI supports 1 message
                                            map[10]: type I/O Port, range 32, base 0x30c8, size  3, enabled
                                    pcib0: allocated type 4 (0x30c8-0x30cf) for rid 10 of pci0:0:31:2
                                            map[14]: type I/O Port, range 32, base 0x30bc, size  2, enabled
                                    pcib0: allocated type 4 (0x30bc-0x30bf) for rid 14 of pci0:0:31:2
                                            map[18]: type I/O Port, range 32, base 0x30c0, size  3, enabled
                                    pcib0: allocated type 4 (0x30c0-0x30c7) for rid 18 of pci0:0:31:2
                                            map[1c]: type I/O Port, range 32, base 0x30b8, size  2, enabled
                                    pcib0: allocated type 4 (0x30b8-0x30bb) for rid 1c of pci0:0:31:2
                                            map[20]: type I/O Port, range 32, base 0x30a0, size  4, enabled
                                    pcib0: allocated type 4 (0x30a0-0x30af) for rid 20 of pci0:0:31:2
                                            map[24]: type Memory, range 32, base 0xd0400400, size 10, enabled
                                    pcib0: allocated type 3 (0xd0400400-0xd04007ff) for rid 24 of pci0:0:31:2
                                    pcib0: matched entry for 0.31.INTB
                                    pcib0: slot 31 INTB hardwired to IRQ 17
                                    found-> vendor=0x8086, dev=0x27da, revid=0x01
                                            domain=0, bus=0, slot=31, func=3
                                            class=0c-05-00, hdrtype=0x00, mfdev=0
                                            cmdreg=0x0001, statreg=0x0280, cachelnsz=0 (dwords)
                                            lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
                                            intpin=b, irq=11
                                            map[20]: type I/O Port, range 32, base 0x1100, size  5, enabled
                                    pcib0: allocated type 4 (0x1100-0x111f) for rid 20 of pci0:0:31:3
                                    pcib0: matched entry for 0.31.INTB
                                    pcib0: slot 31 INTB hardwired to IRQ 17
                                    vgapci0: <vga-compatible display="">port 0x30b0-0x30b7 mem 0xd0000000-0xd00fffff,0xc0000000-0xcfffffff irq 16 at device 2.0 on pci0
                                    agp0: <intel 946gz="" svga="" controller="">on vgapci0
                                    pcib0: allocated type 3 (0xd0100000-0xd0100fff) for rid 64 of agp0
                                    agp0: Allocated flush page phys 0xd0100000 virt 0xfffff800d0100000
                                    agp0: aperture size is 256M, detected 7676k stolen memory
                                    agp0: AGP_I965_PGTBL_CTL2: 00000000
                                    agp0: AGP_I855_GCC1: 0x30
                                    agp0: AGP_I965_MSAC: 0x00
                                    agp0: Mappable GTT entries: 65536
                                    agp0: Total GTT entries: 131072
                                    vgapci0: Boot video device
                                    pcib1: <acpi pci-pci="" bridge="">irq 16 at device 28.0 on pci0
                                    pcib1:  domain            0
                                    pcib1:  secondary bus    1
                                    pcib1:  subordinate bus  1
                                    pci1: <acpi pci="" bus="">on pcib1
                                    pci1: domain=0, physical bus=1
                                    pcib2: <acpi pci-pci="" bridge="">irq 16 at device 28.4 on pci0
                                    pcib2:  domain            0
                                    pcib2:  secondary bus    2
                                    pcib2:  subordinate bus  2
                                    pcib2:  special decode    ISA
                                    pci2: <acpi pci="" bus="">on pcib2
                                    pci2: domain=0, physical bus=2
                                    pcib3: <acpi pci-pci="" bridge="">irq 17 at device 28.5 on pci0
                                    pcib3: failed to allocate initial I/O port window: 0-0xfff
                                    pcib3: failed to allocate initial memory window: 0-0xfffff
                                    pcib3: failed to allocate initial prefetch window: 0-0xfffff
                                    pcib3:  domain            0
                                    pcib3:  secondary bus    3
                                    pcib3:  subordinate bus  3
                                    pci3: <acpi pci="" bus="">on pcib3
                                    pci3: domain=0, physical bus=3
                                    uhci0: <intel 82801g="" (ich7)="" usb="" controller="" usb-a="">port 0x3000-0x301f irq 16 at device 29.0 on pci0
                                    ioapic0: routing intpin 16 (PCI IRQ 16) to lapic 0 vector 51
                                    usbus0 on uhci0
                                    uhci0: usbpf: Attached
                                    uhci1: <intel 82801g="" (ich7)="" usb="" controller="" usb-b="">port 0x3020-0x303f irq 17 at device 29.1 on pci0
                                    ioapic0: routing intpin 17 (PCI IRQ 17) to lapic 0 vector 52
                                    usbus1 on uhci1
                                    uhci1: usbpf: Attached
                                    uhci2: <intel 82801g="" (ich7)="" usb="" controller="" usb-c="">port 0x3040-0x305f irq 18 at device 29.2 on pci0
                                    ioapic0: routing intpin 18 (PCI IRQ 18) to lapic 0 vector 53
                                    usbus2 on uhci2
                                    uhci2: usbpf: Attached
                                    uhci3: <intel 82801g="" (ich7)="" usb="" controller="" usb-d="">port 0x3060-0x307f irq 19 at device 29.3 on pci0
                                    ioapic0: routing intpin 19 (PCI IRQ 19) to lapic 0 vector 54
                                    usbus3 on uhci3
                                    uhci3: usbpf: Attached
                                    ehci0: <intel 82801gb="" r="" (ich7)="" usb="" 2.0="" controller="">mem 0xd0400000-0xd04003ff irq 16 at device 29.7 on pci0
                                    usbus4: EHCI version 1.0
                                    usbus4 on ehci0
                                    ehci0: usbpf: Attached
                                    pcib4: <acpi pci-pci="" bridge="">at device 30.0 on pci0
                                    pcib4: allocating non-ISA range 0x4000-0x40ff
                                    pcib0: allocated type 4 (0x4000-0x40ff) for rid 1c of pcib4
                                    pcib4: allocating non-ISA range 0x4400-0x44ff
                                    pcib0: allocated type 4 (0x4400-0x44ff) for rid 1c of pcib4
                                    pcib4: allocating non-ISA range 0x4800-0x48ff
                                    pcib0: allocated type 4 (0x4800-0x48ff) for rid 1c of pcib4
                                    pcib4: allocating non-ISA range 0x4c00-0x4cff
                                    pcib0: allocated type 4 (0x4c00-0x4cff) for rid 1c of pcib4
                                    pcib4: failed to allocate initial memory window: 0xd0100000-0xd01fffff
                                    pcib4:  domain            0
                                    pcib4:  secondary bus    4
                                    pcib4:  subordinate bus  4
                                    pcib4:  I/O decode        0x4000-0x4fff
                                    pcib4:  special decode    ISA, subtractive
                                    pci4: <acpi pci="" bus="">on pcib4
                                    pci4: domain=0, physical bus=4
                                    found-> vendor=0x8086, dev=0x1079, revid=0x03
                                            domain=0, bus=4, slot=0, func=0
                                            class=02-00-00, hdrtype=0x00, mfdev=1
                                            cmdreg=0x0117, statreg=0x0230, cachelnsz=8 (dwords)
                                            lattimer=0x34 (1560 ns), mingnt=0xff (63750 ns), maxlat=0x00 (0 ns)
                                            intpin=a, irq=10
                                            powerspec 2  supports D0 D3  current D0
                                            map[10]: type Memory, range 64, base 0xd0180000, size 17, enabled
                                    pcib0: allocated type 3 (0xd0180000-0xd019ffff) for rid 10 of pci0:4:0:0
                                            map[18]: type Memory, range 64, base 0xd0100000, size 18, enabled
                                    pci4: pci0:4:0:0 bar 0x18 failed to allocate
                                            map[20]: type I/O Port, range 32, base 0x4000, size  6, enabled
                                    pcib4: allocated I/O port range (0x4000-0x403f) for rid 20 of pci0:4:0:0
                                    pcib4: matched entry for 4.0.INTA
                                    pcib4: slot 0 INTA hardwired to IRQ 16
                                    found-> vendor=0x8086, dev=0x1079, revid=0x03
                                            domain=0, bus=4, slot=0, func=1
                                            class=02-00-00, hdrtype=0x00, mfdev=1
                                            cmdreg=0x0117, statreg=0x0230, cachelnsz=8 (dwords)
                                            lattimer=0x34 (1560 ns), mingnt=0xff (63750 ns), maxlat=0x00 (0 ns)
                                            intpin=b, irq=11
                                            powerspec 2  supports D0 D3  current D0
                                            map[10]: type Memory, range 64, base 0xd01a0000, size 17, enabled
                                    pcib0: allocated type 3 (0xd01a0000-0xd01bffff) for rid 10 of pci0:4:0:1
                                            map[18]: type Memory, range 64, base 0xd0140000, size 18, enabled
                                    pcib0: allocated type 3 (0xd0140000-0xd017ffff) for rid 18 of pci0:4:0:1
                                            map[20]: type I/O Port, range 32, base 0x4040, size  6, enabled
                                    pcib4: allocated I/O port range (0x4040-0x407f) for rid 20 of pci0:4:0:1
                                    pcib4: matched entry for 4.0.INTB
                                    pcib4: slot 0 INTB hardwired to IRQ 17
                                    em0: <intel(r) 1000="" pro="" legacy="" network="" connection="" 1.0.6="">port 0x4000-0x403f mem 0xd0180000-0xd019ffff irq 16 at device 0.0 on pci4
                                    em0: bpf attached
                                    em1: <intel(r) 1000="" pro="" legacy="" network="" connection="" 1.0.6="">port 0x4040-0x407f mem 0xd01a0000-0xd01bffff,0xd0140000-0xd017ffff irq 17 at device 0.1 on pci4
                                    em1: bpf attached
                                    isab0: <pci-isa bridge="">at device 31.0 on pci0
                                    isa0: <isa bus="">on isab0
                                    ahci0: <intel ich7="" ahci="" sata="" controller="">port 0x30c8-0x30cf,0x30bc-0x30bf,0x30c0-0x30c7,0x30b8-0x30bb,0x30a0-0x30af mem 0xd0400400-0xd04007ff irq 17 at device 31.2 on pci0
                                    ahci0: attempting to allocate 1 MSI vectors (1 supported)
                                    msi: routing MSI IRQ 256 to local APIC 0 vector 55
                                    ahci0: using IRQ 256 for MSI
                                    ahci0: AHCI v1.10 with 4 3Gbps ports, Port Multiplier not supported
                                    ahci0: Caps: 64bit NCQ ALP AL CLO 3Gbps PMD SSC PSC 32cmd 4ports
                                    ahcich0: <ahci channel="">at channel 0 on ahci0
                                    ahcich0: Caps: HPCP
                                    ahcich1: <ahci channel="">at channel 1 on ahci0
                                    ahcich1: Caps: HPCP
                                    ahcich2: <ahci channel="">at channel 2 on ahci0
                                    ahcich2: Caps: HPCP
                                    ahcich3: <ahci channel="">at channel 3 on ahci0
                                    ahcich3: Caps: HPCP
                                    pci0: <serial bus,="" smbus="">at device 31.3 (no driver attached)
                                    acpi_button0: <power button="">on acpi0
                                    atkbdc0: <keyboard controller="" (i8042)="">port 0x60,0x64 irq 1 on acpi0
                                    atkbd0: <at keyboard="">irq 1 on atkbdc0
                                    atkbd: the current kbd controller command byte 0067
                                    atkbd: keyboard ID 0xffffffff (1)
                                    atkbd: failed to reset the keyboard.
                                    kbd0 at atkbd0
                                    kbd0: atkbd0, AT 84 (1), config:0x0, flags:0x3d0000
                                    ioapic0: routing intpin 1 (ISA IRQ 1) to lapic 0 vector 56
                                    atkbd0: [GIANT-LOCKED]
                                    psm0: unable to allocate IRQ
                                    psmcpnp0: <ps 2="" mouse="" port="">irq 12 on acpi0
                                    psm0: current command byte:0067
                                    psm0: failed to reset the aux device.
                                    fdc0: <floppy drive="" controller="">port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0
                                    fdc0: ic_type 90 part_id 80
                                    ioapic0: routing intpin 6 (ISA IRQ 6) to lapic 0 vector 57
                                    acpi0: wakeup code va 0xfffffe0045d84000 pa 0x94000
                                    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 2 of orm0
                                    pcib0: allocated type 3 (0xd0800-0xd0fff) for rid 2 of orm0
                                    pcib0: allocated type 3 (0xd1000-0xd17ff) for rid 2 of orm0
                                    pcib0: allocated type 3 (0xd1800-0xd1fff) for rid 2 of orm0
                                    pcib0: allocated type 3 (0xd2000-0xd27ff) for rid 2 of orm0
                                    pcib0: allocated type 3 (0xd2800-0xd2fff) for rid 2 of orm0
                                    pcib0: allocated type 3 (0xd3000-0xd37ff) for rid 2 of orm0
                                    pcib0: allocated type 3 (0xd3800-0xd3fff) for rid 2 of orm0
                                    pcib0: allocated type 3 (0xd4000-0xd47ff) for rid 2 of orm0
                                    pcib0: allocated type 3 (0xd4800-0xd4fff) for rid 2 of orm0
                                    pcib0: allocated type 3 (0xd5000-0xd57ff) for rid 2 of orm0
                                    pcib0: allocated type 3 (0xd5800-0xd5fff) for rid 2 of orm0
                                    pcib0: allocated type 3 (0xd6000-0xd67ff) for rid 2 of orm0
                                    pcib0: allocated type 3 (0xd6800-0xd6fff) for rid 2 of orm0
                                    pcib0: allocated type 3 (0xd7000-0xd77ff) for rid 2 of orm0
                                    pcib0: allocated type 3 (0xd7800-0xd7fff) for rid 2 of orm0
                                    pcib0: allocated type 3 (0xd8000-0xd87ff) for rid 2 of orm0
                                    pcib0: allocated type 3 (0xd8800-0xd8fff) for rid 2 of orm0
                                    pcib0: allocated type 3 (0xd9000-0xd97ff) for rid 2 of orm0
                                    pcib0: allocated type 3 (0xd9800-0xd9fff) for rid 2 of orm0
                                    pcib0: allocated type 3 (0xda000-0xda7ff) for rid 2 of orm0
                                    pcib0: allocated type 3 (0xda800-0xdafff) for rid 2 of orm0
                                    pcib0: allocated type 3 (0xdb000-0xdb7ff) for rid 2 of orm0
                                    pcib0: allocated type 3 (0xdb800-0xdbfff) for rid 2 of orm0
                                    pcib0: allocated type 3 (0xdc000-0xdc7ff) for rid 2 of orm0
                                    pcib0: allocated type 3 (0xdc800-0xdcfff) for rid 2 of orm0
                                    pcib0: allocated type 3 (0xdd000-0xdd7ff) for rid 2 of orm0
                                    pcib0: allocated type 3 (0xdd800-0xddfff) for rid 2 of orm0
                                    pcib0: allocated type 3 (0xde000-0xde7ff) for rid 2 of orm0
                                    pcib0: allocated type 3 (0xde800-0xdefff) for rid 2 of orm0
                                    pcib0: allocated type 3 (0xdf000-0xdf7ff) for rid 2 of orm0
                                    pcib0: allocated type 3 (0xdf800-0xdffff) for rid 2 of orm0
                                    pcib0: allocated type 3 (0xe0000-0xe07ff) for rid 2 of orm0
                                    pcib0: allocated type 3 (0xe0800-0xe0fff) for rid 2 of orm0
                                    pcib0: allocated type 3 (0xe1000-0xe17ff) for rid 2 of orm0
                                    pcib0: allocated type 3 (0xe1800-0xe1fff) for rid 2 of orm0
                                    pcib0: allocated type 3 (0xe2000-0xe27ff) for rid 2 of orm0
                                    pcib0: allocated type 3 (0xe2800-0xe2fff) for rid 2 of orm0
                                    pcib0: allocated type 3 (0xe3000-0xe37ff) for rid 2 of orm0
                                    pcib0: allocated type 3 (0xe3800-0xe3fff) for rid 2 of orm0
                                    isa_probe_children: disabling PnP devices
                                    atkbdc: atkbdc0 already exists; skipping it
                                    atrtc: atrtc0 already exists; skipping it
                                    attimer: attimer0 already exists; skipping it
                                    fdc: fdc0 already exists; skipping it
                                    sc: sc0 already exists; skipping it
                                    isa_probe_children: probing non-PnP devices
                                    orm0: <isa option="" roms="">at iomem 0xc0000-0xcafff,0xcb000-0xcbfff on isa0
                                    sc0: <system console="">at flags 0x100 on isa0
                                    sc0: VGA <16 virtual consoles, flags=0x300>
                                    sc0: fb0, kbd1, terminal emulator: scteken (teken terminal)
                                    vga0: <generic isa="" vga="">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
                                    ppc0: cannot reserve I/O port range
                                    ppc0 failed to probe at irq 7 on isa0
                                    pcib0: allocated type 4 (0x3f8-0x3ff) for rid 0 of uart0
                                    uart0 failed to probe at port 0x3f8-0x3ff irq 4 on isa0
                                    pcib0: allocated type 4 (0x2f8-0x2ff) for rid 0 of uart1
                                    uart1 failed to probe at port 0x2f8-0x2ff irq 3 on isa0
                                    wbwd0 failed to probe on isa0
                                    isa_probe_children: probing PnP devices
                                    est0: enabling SpeedStep
                                    est0: <enhanced speedstep="" frequency="" control="">on cpu0
                                    est: CPU supports Enhanced Speedstep, but is not recognized.
                                    est: cpu_vendor GenuineIntel, msr b200b2006000b20
                                    device_attach: est0 attach returned 6
                                    p4tcc0: <cpu frequency="" thermal="" control="">on cpu0
                                    est1: <enhanced speedstep="" frequency="" control="">on cpu1
                                    est: CPU supports Enhanced Speedstep, but is not recognized.
                                    est: cpu_vendor GenuineIntel, msr b200b2006000b20
                                    device_attach: est1 attach returned 6
                                    p4tcc1: <cpu frequency="" thermal="" control="">on cpu1
                                    Device configuration finished.
                                    procfs registered
                                    lapic: Divisor 2, Frequency 99751952 Hz
                                    Timecounters tick every 1.000 msec
                                    pflog0: bpf attached
                                    crypto: <crypto device="">vlan: initialized, using hash tables with chaining
                                    tcp_init: net.inet.tcp.tcbhashsize auto tuned to 32768
                                    IPsec: Initialized Security Association Processing.
                                    pfsync0: bpf attached
                                    lo0: bpf attached
                                    enc0: 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: 12Mbps Full Speed USB v1.0
                                    usbus4: 480Mbps High Speed USB v2.0
                                    ahcich0: AHCI reset…
                                    ahcich0: SATA connect time=900us status=00000113
                                    ahcich0: AHCI reset: device found
                                    ahcich1: AHCI reset...
                                    ahcich1: SATA offline status=00000004
                                    ahcich1: AHCI reset: device not found
                                    ahcich2: AHCI reset...
                                    ugen1.1: <intel>at usbus1
                                    uhub0: <intel 1="" 9="" uhci="" root="" hub,="" class="" 0,="" rev="" 1.00="" 1.00,="" addr="">on usbus1
                                    ugen0.1: <intel>at usbus0
                                    uhub1: <intel 1="" 9="" uhci="" root="" hub,="" class="" 0,="" rev="" 1.00="" 1.00,="" addr="">on usbus0
                                    ugen3.1: <intel>at usbus3
                                    uhub2: <intel 1="" 9="" uhci="" root="" hub,="" class="" 0,="" rev="" 1.00="" 1.00,="" addr="">on usbus3
                                    ugen2.1: <intel>at usbus2
                                    uhub3: <intel 1="" 9="" uhci="" root="" hub,="" class="" 0,="" rev="" 1.00="" 1.00,="" addr="">on usbus2
                                    ugen4.1: <intel>at usbus4
                                    uhub4: <intel 1="" 9="" ehci="" root="" hub,="" class="" 0,="" rev="" 2.00="" 1.00,="" addr="">on usbus4
                                    ahcich2: SATA connect time=1000us status=00000113
                                    ahcich2: AHCI reset: device found
                                    ahcich2: AHCI reset: device ready after 0ms
                                    ahcich3: AHCI reset...
                                    ahcich3: SATA offline status=00000004
                                    ahcich3: AHCI reset: device not found
                                    ahcich0: AHCI reset: device ready after 100ms
                                    pass0 at ahcich0 bus 0 scbus0 target 0 lun 0
                                    GEOM: new disk cd0
                                    cd0 at ahcich2 bus 0 scbus2 target 0 lun 0
                                    cd0: <tsstcorp cddvdw="" ts-h653n="" 0208="">Removable CD-ROM SCSI-0 device
                                    cd0: 150.000MB/s transfers (SATA 1.x, UDMA2, ATAPI 12bytes, PIO 8192bytes)
                                    cd0: Attempt to query device size failed: NOT READY, Medium not present - tray closed
                                    pass0: <st3250310as 3.aaf="">ATA-7 SATA 1.x device
                                    pass0: Serial Number 6RYAJH0Y
                                    pass0: 150.000MB/s transfers (SATA 1.x, UDMA6, PIO 8192bytes)
                                    pass0: Command Queueing enabled
                                    pass1 at ahcich2 bus 0 scbus2 target 0 lun 0
                                    pass1: <tsstcorp cddvdw="" ts-h653n="" 0208="">Removable CD-ROM SCSI-0 device
                                    pass1: 150.000MB/s transfers (SATA 1.x, UDMA2, ATAPI 12bytes, PIO 8192bytes)
                                    ada0 at ahcich0 bus 0 scbus0 target 0 lun 0
                                    ada0: <st3250310as 3.aaf="">ATA-7 SATA 1.x device
                                    ada0: Serial Number 6RYAJH0Y
                                    ada0: 150.000MB/s transfers (SATA 1.x, UDMA6, PIO 8192bytes)
                                    ada0: Command Queueing enabled
                                    ada0: 238475MB (488397168 512 byte sectors: 16H 63S/T 16383C)
                                    ada0: Previously was known as ad4
                                    GEOM: new disk ada0
                                    Netvsc initializing... done!
                                    SMP: AP CPU #1 Launched!
                                    cpu1 AP:
                                        ID: 0x01000000  VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff
                                      lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
                                      timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
                                    ioapic0: routing intpin 1 (ISA IRQ 1) to lapic 1 vector 48
                                    ioapic0: routing intpin 9 (ISA IRQ 9) to lapic 1 vector 49
                                    ioapic0: routing intpin 17 (PCI IRQ 17) to lapic 1 vector 50
                                    ioapic0: routing intpin 19 (PCI IRQ 19) to lapic 1 vector 51
                                    SMP: passed TSC synchronization test
                                    TSC timecounter discards lower 1 bit(s)
                                    Timecounter "TSC-low" frequency 1097271219 Hz quality 1000
                                    Root mount waiting for: usbus4 usbus3 usbus2 usbus1 usbus0
                                    uhub0: 2 ports with 2 removable, self powered
                                    uhub1: 2 ports with 2 removable, self powered
                                    uhub2: 2 ports with 2 removable, self powered
                                    uhub3: 2 ports with 2 removable, self powered
                                    Root mount waiting for: usbus4
                                    Root mount waiting for: usbus4
                                    uhub4: 8 ports with 8 removable, self powered
                                    Root mount waiting for: usbus4
                                    Trying to mount root from ufs:/dev/ada0s1a [rw]…
                                    WARNING: / was not properly dismounted
                                    start_init: trying /sbin/init
                                    ugen0.2: <microsoft>at usbus0
                                    ukbd0: <microsoft 0="" 2="" natural="" ergonomic="" keyboard="" 4000,="" class="" 0,="" rev="" 2.00="" 1.73,="" addr="">on usbus0
                                    kbd2 at ukbd0
                                    kbd2: ukbd0, generic (0), config:0x0, flags:0x3d0000
                                    uhid0: <microsoft 0="" 2="" natural="" ergonomic="" keyboard="" 4000,="" class="" 0,="" rev="" 2.00="" 1.73,="" addr="">on usbus0
                                    ugen3.2: <crystalfontz america="">at usbus3
                                    umodem0: <crystalfontz 2="" america="" cfa-735="" display,="" class="" 0,="" rev="" 2.00="" 2.00,="" addr="">on usbus3
                                    umodem0: data interface 1, has no CM over data, has no break
                                    coretemp0: <cpu on-die="" thermal="" sensors="">on cpu0
                                    coretemp0: Setting TjMax=85
                                    est0: <enhanced speedstep="" frequency="" control="">on cpu0
                                    est: CPU supports Enhanced Speedstep, but is not recognized.
                                    est: cpu_vendor GenuineIntel, msr b200b2006000b20
                                    device_attach: est0 attach returned 6
                                    coretemp1: <cpu on-die="" thermal="" sensors="">on cpu1
                                    coretemp1: Setting TjMax=85
                                    est1: <enhanced speedstep="" frequency="" control="">on cpu1
                                    est: CPU supports Enhanced Speedstep, but is not recognized.
                                    est: cpu_vendor GenuineIntel, msr b200b2006000b20
                                    device_attach: est1 attach returned 6
                                    em1: Link is up 1000 Mbps Full Duplex
                                    em1: link state changed to UP
                                    pflog0: promiscuous mode enabled
                                    em0: Link is up 1000 Mbps Full Duplex
                                    em0: link state changed to UP
                                    em1: promiscuous mode enabled
                                    em0: promiscuous mode enabled
                                    [2.2-RC]</enhanced></cpu></enhanced></cpu></crystalfontz></crystalfontz></microsoft></microsoft></microsoft></st3250310as></tsstcorp></st3250310as></tsstcorp></intel></intel></intel></intel></intel></intel></intel></intel></intel></intel></crypto></cpu></enhanced></cpu></enhanced></generic></system></isa></floppy></ps></at></keyboard></power></serial></ahci></ahci></ahci></ahci></intel></isa></pci-isa></intel(r)></intel(r)></acpi></acpi></intel></intel></intel></intel></intel></acpi></acpi></acpi></acpi></acpi></acpi></intel></vga-compatible></acpi></acpi></at></at></acpi></acpi></ptltd ></software></memory>_</crypto></software,></software,></null></version></ptltd ></lahf></syscall,lm></sse3,dtes64,mon,ds_cpl,est,tm2,ssse3,cx16,xtpr,pdcm></fpu,vme,de,pse,tsc,msr,pae,mce,cx8,apic,sep,mtrr,pge,mca,cmov,pat,pse36,clflush,dts,acpi,mmx,fxsr,sse,sse2,ss,htt,tm,pbe>

                                    Dell 2950 g3 server
                                    Intel(R) Xeon(R) CPU E5430 @ 2.66GHz
                                    Current: 2000 MHz, Max: 2667 MHz
                                    8 CPUs: 2 package(s) x 4 core(s)
                                    8152 MiB and 600meg 10k drive
                                    Pfsense 2.4 .. Hoping to get the phpvirtualbox going again.

                                    1 Reply Last reply Reply Quote 0
                                    • T
                                      Topper727
                                      last edited by

                                      Here is with the built on lan ports and the USB lan to get 2 ports.

                                      LOADER.CONF

                                      autoboot_delay="3"
                                      vm.kmem_size="435544320"
                                      vm.kmem_size_max="535544320"
                                      hw.acpi.host_mem_start="0xf0000000"
                                      boot_verbose="1"
                                      comconsole_speed="115200"
                                      hw.usb.no_pf="1"

                                      dmesg log

                                      Table 'FACP' at 0xbf68ad08
                                      Table 'TCPA' at 0xbf68ad8c
                                      Table 'MCFG' at 0xbf68adbe
                                      Table 'APIC' at 0xbf68adfa
                                      APIC: Found table at 0xbf68adfa
                                      APIC: Using the MADT enumerator.
                                      MADT: Found CPU APIC ID 0 ACPI ID 0: enabled
                                      SMP: Added CPU 0 (AP)
                                      MADT: Found CPU APIC ID 1 ACPI ID 1: enabled
                                      SMP: Added CPU 1 (AP)
                                      Copyright © 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 10.1-RELEASE-p1 #0 fd28f0b(releng/10.1)-dirty: Sun Dec 14 23:42:20 CST 2014
                                          root@pfsense-22-amd64-builder:/usr/obj.amd64/usr/pfSensesrc/src/sys/pfSense_SMP.10 amd64
                                      FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512
                                      Preloaded elf kernel "/boot/kernel/kernel" at 0xffffffff824c7000.
                                      Calibrating TSC clock ... TSC clock: 2194546673 Hz
                                      CPU: Intel(R) Pentium(R) Dual  CPU  E2200  @ 2.20GHz (2194.55-MHz K8-class CPU)
                                        Origin = "GenuineIntel"  Id = 0x6fd  Family = 0x6  Model = 0xf  Stepping = 13
                                        Features=0xbfebfbff <fpu,vme,de,pse,tsc,msr,pae,mce,cx8,apic,sep,mtrr,pge,mca,cmov,pat,pse36,clflush,dts,acpi,mmx,fxsr,sse,sse2,ss,htt,tm,pbe>Features2=0xe39d <sse3,dtes64,mon,ds_cpl,est,tm2,ssse3,cx16,xtpr,pdcm>AMD Features=0x20000800 <syscall,lm>AMD Features2=0x1 <lahf>TSC: P-state invariant, performance statistics
                                      real memory  = 4294967296 (4096 MB)
                                      Physical memory chunk(s):
                                      0x0000000000010000 - 0x0000000000099fff, 565248 bytes (138 pages)
                                      0x0000000000100000 - 0x00000000001fffff, 1048576 bytes (256 pages)
                                      0x00000000024f6000 - 0x00000000b73f0fff, 3035607040 bytes (741115 pages)
                                      0x0000000100000000 - 0x000000013ffe7fff, 1073643520 bytes (262120 pages)
                                      avail memory = 4088520704 (3899 MB)
                                      Event timer "LAPIC" quality 400
                                      ACPI APIC Table: <ptltd   ="" apic ="">INTR: Adding local APIC 1 as a target
                                      FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs
                                      FreeBSD/SMP: 1 package(s) x 2 core(s)
                                      cpu0 (BSP): APIC ID:  0
                                      cpu1 (AP): APIC ID:  1
                                      APIC: CPU 0 has ACPI ID 0
                                      APIC: CPU 1 has ACPI ID 1
                                      x86bios:  IVT 0x000000-0x0004ff at 0xfffff80000000000
                                      x86bios: SSEG 0x098000-0x098fff at 0xfffffe003f3a4000
                                      x86bios: EBDA 0x09d000-0x09ffff at 0xfffff8000009d000
                                      x86bios:  ROM 0x0a0000-0x0fefff at 0xfffff800000a0000
                                      XEN: CPU 0 has VCPU ID 0
                                      XEN: CPU 1 has VCPU ID 1
                                      ULE: setup cpu 0
                                      ULE: setup cpu 1
                                      ACPI: RSDP 0xf7260 00014 (v00 PTLTD )
                                      ACPI: RSDT 0xbf683b6d 00060 (v01 PTLTD    RSDT  06040000  LTP 00000000)
                                      ACPI: FACP 0xbf68ad08 00084 (v01 SUPRMC          06040000 PTL  00000003)
                                      ACPI: DSDT 0xbf68569f 05669 (v01  INTEL BR_WATER 06040000 MSFT 03000001)
                                      ACPI: FACS 0xbf68bfc0 00040
                                      ACPI: TCPA 0xbf68ad8c 00032 (v01 SMC            06040000 PTL  00000000)
                                      ACPI: MCFG 0xbf68adbe 0003C (v01 PTLTD    MCFG  06040000  LTP 00000000)
                                      ACPI: APIC 0xbf68adfa 00068 (v01 PTLTD  ? APIC  06040000  LTP 00000000)
                                      ACPI: BOOT 0xbf68ae62 00028 (v01 PTLTD  $SBFTBL$ 06040000  LTP 00000001)
                                      ACPI: SLIC 0xbf68ae8a 00176 (v01 OEMID_ OEMTABLE 06040000  LTP 00000000)
                                      ACPI: SSDT 0xbf685440 0025F (v01  PmRef  Cpu0Tst 00003000 INTL 20050228)
                                      ACPI: SSDT 0xbf68539a 000A6 (v01  PmRef  Cpu7Tst 00003000 INTL 20050228)
                                      ACPI: SSDT 0xbf6852f4 000A6 (v01  PmRef  Cpu6Tst 00003000 INTL 20050228)
                                      ACPI: SSDT 0xbf68524e 000A6 (v01  PmRef  Cpu5Tst 00003000 INTL 20050228)
                                      ACPI: SSDT 0xbf6851a8 000A6 (v01  PmRef  Cpu4Tst 00003000 INTL 20050228)
                                      ACPI: SSDT 0xbf685102 000A6 (v01  PmRef  Cpu3Tst 00003000 INTL 20050228)
                                      ACPI: SSDT 0xbf68505c 000A6 (v01  PmRef  Cpu2Tst 00003000 INTL 20050228)
                                      ACPI: SSDT 0xbf684fb6 000A6 (v01  PmRef  Cpu1Tst 00003000 INTL 20050228)
                                      ACPI: SSDT 0xbf683bcd 013E9 (v01  PmRef    CpuPm 00003000 INTL 20050228)
                                      MADT: Found IO APIC ID 2, Interrupt 0 at 0xfec00000
                                      ioapic0: Routing external 8259A's -> intpin 0
                                      lapic0: Routing NMI -> LINT1
                                      lapic0: LINT1 trigger: edge
                                      lapic0: LINT1 polarity: high
                                      lapic1: Routing NMI -> LINT1
                                      lapic1: LINT1 trigger: edge
                                      lapic1: LINT1 polarity: high
                                      MADT: Interrupt override: source 0, irq 2
                                      ioapic0: Routing IRQ 0 -> intpin 2
                                      MADT: Interrupt override: source 9, irq 9
                                      ioapic0: intpin 9 trigger: level
                                      ioapic0 <version 2.0="">irqs 0-23 on motherboard
                                      cpu0 BSP:
                                          ID: 0x00000000  VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff
                                        lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
                                        timer: 0x000100ef therm: 0x00000200 err: 0x000000f0 pmc: 0x00010400
                                      firmware: 'iwn4965fw' version 0: 187972 bytes loaded at 0xffffffff81a1b80c
                                      firmware: 'iwn5000fw' version 0: 340696 bytes loaded at 0xffffffff81a496fc
                                      firmware: 'iwn5150fw' version 0: 337400 bytes loaded at 0xffffffff81a9ca84
                                      firmware: 'iwn6000fw' version 0: 454608 bytes loaded at 0xffffffff81aef12c
                                      firmware: 'wpifw' version 153229: 150100 bytes loaded at 0xffffffff81df6cc4
                                      firmware: 'iwn6000g2afw' version 0: 444128 bytes loaded at 0xffffffff81b5e1ac
                                      firmware: 'iwn6000g2bfw' version 0: 460912 bytes loaded at 0xffffffff81bca93c
                                      firmware: 'iwn6050fw' version 0: 469780 bytes loaded at 0xffffffff81c3b25c
                                      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
                                      firmware: 't4fw_cfg' version 0: 3059 bytes loaded at 0xffffffff8164c804
                                      firmware: 't4fw_cfg_uwire' version 0: 21284 bytes loaded at 0xffffffff8164d3f7
                                      firmware: 't4fw' version 0: 512512 bytes loaded at 0xffffffff8165271b
                                      firmware: 't5fw_cfg' version 0: 3435 bytes loaded at 0xffffffff816cf9cc
                                      firmware: 't5fw' version 0: 513024 bytes loaded at 0xffffffff816d0737
                                      firmware: 'mw88W8363fw' version 0: 94940 bytes loaded at 0xffffffff81cb992c
                                      firmware: 'mwlboot' version 0: 2280 bytes loaded at 0xffffffff81cd0c08
                                      firmware: 'rsu-rtl8712fw' version 120: 122328 bytes loaded at 0xffffffff81dbaae4
                                      firmware: 'runfw' version 0: 8192 bytes loaded at 0xffffffff81dd8ca4
                                      firmware: 'rt2561fw' version 0: 8192 bytes loaded at 0xffffffff81d5aff4
                                      wlan: mac acl policy registered
                                      firmware: 'rt2561sfw' version 0: 8192 bytes loaded at 0xffffffff81d5d0a4
                                      firmware: 'urtwn-rtl8188eufw' version 111: 13904 bytes loaded at 0xffffffff81ddb5dc
                                      firmware: 'urtwn-rtl8192cfwT' version 111: 16076 bytes loaded at 0xffffffff81ddecdc
                                      firmware: 'urtwn-rtl8192cfwU' version 111: 16076 bytes loaded at 0xffffffff81de2c54
                                      firmware: 'rt2661fw' version 0: 8192 bytes loaded at 0xffffffff81d5f154
                                      firmware: 'rt2860fw' version 0: 8192 bytes loaded at 0xffffffff81d61204
                                      firmware: 'mxge_eth_z8e' version 377284: 120629 bytes loaded at 0xffffffff81cd16c0
                                      wlan: <802.11 Link Layer>
                                      firmware: 'mxge_ethp_z8e' version 387604: 121317 bytes loaded at 0xffffffff81ceeeb0
                                      firmware: 'mxge_rss_eth_z8e' version 534724: 151912 bytes loaded at 0xffffffff81d0c950
                                      firmware: 'mxge_rss_ethp_z8e' version 544468: 152837 bytes loaded at 0xffffffff81d31b70
                                      ipw_bss: You need to read the LICENSE file in /usr/share/doc/legal/intel_ipw/.
                                      ipw_bss: If you agree with the license, set legal.intel_ipw.license_ack=1 in /boot/loader.conf.
                                      module_register_init: MOD_LOAD (ipw_bss_fw, 0xffffffff80606640, 0) error 1
                                      ipw_ibss: You need to read the LICENSE file in /usr/share/doc/legal/intel_ipw/.
                                      ipw_ibss: If you agree with the license, set legal.intel_ipw.license_ack=1 in /boot/loader.conf.
                                      module_register_init: MOD_LOAD (ipw_ibss_fw, 0xffffffff806066f0, 0) error 1
                                      ipw_monitor: You need to read the LICENSE file in /usr/share/doc/legal/intel_ipw/.
                                      ipw_monitor: If you agree with the license, set legal.intel_ipw.license_ack=1 in /boot/loader.conf.
                                      module_register_init: MOD_LOAD (ipw_monitor_fw, 0xffffffff806067a0, 0) error 1
                                      iwi_bss: You need to read the LICENSE file in /usr/share/doc/legal/intel_iwi/.
                                      iwi_bss: If you agree with the license, set legal.intel_iwi.license_ack=1 in /boot/loader.conf.
                                      module_register_init: MOD_LOAD (iwi_bss_fw, 0xffffffff8062de10, 0) error 1
                                      iwi_ibss: You need to read the LICENSE file in /usr/share/doc/legal/intel_iwi/.
                                      iwi_ibss: If you agree with the license, set legal.intel_iwi.license_ack=1 in /boot/loader.conf.
                                      module_register_init: MOD_LOAD (iwi_ibss_fw, 0xffffffff8062dec0, 0) error 1
                                      iwi_monitor: You need to read the LICENSE file in /usr/share/doc/legal/intel_iwi/.
                                      iwi_monitor: If you agree with the license, set legal.intel_iwi.license_ack=1 in /boot/loader.conf.
                                      module_register_init: MOD_LOAD (iwi_monitor_fw, 0xffffffff8062df70, 0) error 1
                                      firmware: 'iwn1000fw' version 0: 337520 bytes loaded at 0xffffffff8187260c
                                      firmware: 'iwn2000fw' version 0: 695876 bytes loaded at 0xffffffff818c4d2c
                                      firmware: 'iwn2030fw' version 0: 707392 bytes loaded at 0xffffffff8196ec1c
                                      Hardware, Intel Secure Key RNG: RDRAND is not present
                                      Hardware, VIA Nehemiah Padlock RNG: VIA Padlock RNG not present
                                      null: <null device,="" zero="" device="">Falling back to <software, yarrow="">random adaptor
                                      random: <software, yarrow="">initialized
                                      nfslock: pseudo-device
                                      crypto: <crypto core="">VESA: INT 0x10 vector 0xc000:0x0014
                                      VESA: information block
                                      0000  56 45 53 41 00 03 00 01 00 99 01 00 00 00 40 00
                                      0010  00 99 77 00 00 01 38 01 00 99 4a 01 00 99 73 01
                                      0020  00 99 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  60 01 61 01 62 01 63 01 64 01 65 01 66 01 67 01
                                      0050  68 01 3c 01 4d 01 5c 01 3a 01 4b 01 5a 01 07 01
                                      0060  1a 01 1b 01 05 01 17 01 18 01 12 01 14 01 15 01
                                      0070  01 01 03 01 11 01 ff ff 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  49 6e 74 65 6c 28 72 29 42 72 6f 61 64 77 61 74
                                      0110  65 72 2d 47 20 47 72 61 70 68 69 63 73 20 43 68
                                      0120  69 70 20 41 63 63 65 6c 65 72 61 74 65 64 20 56
                                      0130  47 41 20 42 49 4f 53 00 49 6e 74 65 6c 20 43 6f
                                      0140  72 70 6f 72 61 74 69 6f 6e 00 49 6e 74 65 6c 28
                                      0150  72 29 42 72 6f 61 64 77 61 74 65 72 2d 47 20 47
                                      0160  72 61 70 68 69 63 73 20 43 6f 6e 74 72 6f 6c 6c
                                      0170  65 72 00 48 61 72 64 77 61 72 65 20 56 65 72 73
                                      0180  69 6f 6e 20 30 2e 30 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: 17 mode(s) found
                                      VESA: v3.0, 7616k memory, flags:0x1, mode table:0xfffffe003f3fa040 (99000040)
                                      VESA: Intel(r)Broadwater-G Graphics Chip Accelerated VGA BIOS
                                      VESA: Intel Corporation Intel(r)Broadwater-G Graphics Controller Hardware Version 0.0
                                      io: VMBUS: load
                                      kbd: new array size 4
                                      kbd1 at kbdmux0
                                      mem: <memory>hpt27xx: RocketRAID 27xx controller driver v1.1
                                      hptrr: RocketRAID 17xx/2xxx SATA controller driver v1.2
                                      hptnr: R750/DC7280 controller driver v1.0.1
                                      cryptosoft0: <software crypto="">on motherboard
                                      crypto: assign cryptosoft0 driver id 0, flags 100663296
                                      crypto: cryptosoft0 registers alg 1 flags 0 maxoplen 0
                                      crypto: cryptosoft0 registers alg 2 flags 0 maxoplen 0
                                      crypto: cryptosoft0 registers alg 3 flags 0 maxoplen 0
                                      crypto: cryptosoft0 registers alg 4 flags 0 maxoplen 0
                                      crypto: cryptosoft0 registers alg 5 flags 0 maxoplen 0
                                      crypto: cryptosoft0 registers alg 16 flags 0 maxoplen 0
                                      crypto: cryptosoft0 registers alg 6 flags 0 maxoplen 0
                                      crypto: cryptosoft0 registers alg 7 flags 0 maxoplen 0
                                      crypto: cryptosoft0 registers alg 18 flags 0 maxoplen 0
                                      crypto: cryptosoft0 registers alg 19 flags 0 maxoplen 0
                                      crypto: cryptosoft0 registers alg 20 flags 0 maxoplen 0
                                      crypto: cryptosoft0 registers alg 8 flags 0 maxoplen 0
                                      crypto: cryptosoft0 registers alg 15 flags 0 maxoplen 0
                                      crypto: cryptosoft0 registers alg 9 flags 0 maxoplen 0
                                      crypto: cryptosoft0 registers alg 10 flags 0 maxoplen 0
                                      crypto: cryptosoft0 registers alg 13 flags 0 maxoplen 0
                                      crypto: cryptosoft0 registers alg 14 flags 0 maxoplen 0
                                      crypto: cryptosoft0 registers alg 11 flags 0 maxoplen 0
                                      crypto: cryptosoft0 registers alg 22 flags 0 maxoplen 0
                                      crypto: cryptosoft0 registers alg 23 flags 0 maxoplen 0
                                      crypto: cryptosoft0 registers alg 24 flags 0 maxoplen 0
                                      crypto: cryptosoft0 registers alg 28 flags 0 maxoplen 0
                                      crypto: cryptosoft0 registers alg 25 flags 0 maxoplen 0
                                      crypto: cryptosoft0 registers alg 26 flags 0 maxoplen 0
                                      crypto: cryptosoft0 registers alg 27 flags 0 maxoplen 0
                                      crypto: cryptosoft0 registers alg 21 flags 0 maxoplen 0
                                      crypto: cryptosoft0 registers alg 17 flags 0 maxoplen 0
                                      padlock0: No ACE support.
                                      acpi0: <ptltd  rsdt="">on motherboard
                                      ACPI: All ACPI Tables successfully acquired
                                      PCIe: Memory Mapped configuration base @ 0xe0000000
                                      ioapic0: routing intpin 9 (ISA IRQ 9) to lapic 0 vector 48
                                      acpi0: Power Button (fixed)
                                      cpu0: Processor \134_PR
                                      .CPU0 (ACPI ID 0) -> APIC ID 0
                                      cpu0: <acpi cpu="">on acpi0
                                      cpu0: switching to generic Cx mode
                                      cpu1: Processor \134_PR_.CPU1 (ACPI ID 1) -> APIC ID 1
                                      cpu1: <acpi cpu="">on acpi0
                                      ACPI: Processor \134_PR_.CPU2 (ACPI ID 2) ignored
                                      ACPI: Processor \134_PR_.CPU3 (ACPI ID 3) ignored
                                      ACPI: Processor \134_PR_.CPU4 (ACPI ID 4) ignored
                                      ACPI: Processor \134_PR_.CPU5 (ACPI ID 5) ignored
                                      ACPI: Processor \134_PR_.CPU6 (ACPI ID 6) ignored
                                      ACPI: Processor \134_PR_.CPU7 (ACPI ID 7) ignored
                                      atrtc0: <at realtime="" clock="">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 49
                                      Event timer "RTC" frequency 32768 Hz quality 0
                                      attimer0: <at timer="">port 0x40-0x43,0x50-0x53 irq 0 on acpi0
                                      Timecounter "i8254" frequency 1193182 Hz quality 0
                                      ioapic0: routing intpin 2 (ISA IRQ 0) to lapic 0 vector 50
                                      Event timer "i8254" frequency 1193182 Hz quality 100
                                      ACPI timer: 1/1 1/1 1/1 1/1 1/1 1/1 1/1 1/1 1/1 1/1 -> 10
                                      Timecounter "ACPI-fast" frequency 3579545 Hz quality 900
                                      acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1008-0x100b on acpi0
                                      pci_link0:        Index  IRQ  Rtd  Ref  IRQs
                                        Initial Probe      0  10  N    0  3 4 5 6 7 10 11 12 14 15
                                        Validation          0  10  N    0  3 4 5 6 7 10 11 12 14 15
                                        After Disable      0  255  N    0  3 4 5 6 7 10 11 12 14 15
                                      pci_link1:        Index  IRQ  Rtd  Ref  IRQs
                                        Initial Probe      0  11  N    0  3 4 5 6 7 10 11 12 14 15
                                        Validation          0  11  N    0  3 4 5 6 7 10 11 12 14 15
                                        After Disable      0  255  N    0  3 4 5 6 7 10 11 12 14 15
                                      pci_link2:        Index  IRQ  Rtd  Ref  IRQs
                                        Initial Probe      0    5  N    0  3 4 5 6 7 10 11 12 14 15
                                        Validation          0    5  N    0  3 4 5 6 7 10 11 12 14 15
                                        After Disable      0  255  N    0  3 4 5 6 7 10 11 12 14 15
                                      pci_link3:        Index  IRQ  Rtd  Ref  IRQs
                                        Initial Probe      0    7  N    0  3 4 5 6 7 10 11 12 14 15
                                        Validation          0    7  N    0  3 4 5 6 7 10 11 12 14 15
                                        After Disable      0  255  N    0  3 4 5 6 7 10 11 12 14 15
                                      pci_link4:        Index  IRQ  Rtd  Ref  IRQs
                                        Initial Probe      0  255  N    0  3 4 5 6 7 10 11 12 14 15
                                        Validation          0  255  N    0  3 4 5 6 7 10 11 12 14 15
                                        After Disable      0  255  N    0  3 4 5 6 7 10 11 12 14 15
                                      pci_link5:        Index  IRQ  Rtd  Ref  IRQs
                                        Initial Probe      0  255  N    0  3 4 5 6 7 10 11 12 14 15
                                        Validation          0  255  N    0  3 4 5 6 7 10 11 12 14 15
                                        After Disable      0  255  N    0  3 4 5 6 7 10 11 12 14 15
                                      pci_link6:        Index  IRQ  Rtd  Ref  IRQs
                                        Initial Probe      0  255  N    0  3 4 5 6 7 10 11 12 14 15
                                        Validation          0  255  N    0  3 4 5 6 7 10 11 12 14 15
                                        After Disable      0  255  N    0  3 4 5 6 7 10 11 12 14 15
                                      pci_link7:        Index  IRQ  Rtd  Ref  IRQs
                                        Initial Probe      0  255  N    0  3 4 5 6 7 10 11 12 14 15
                                        Validation          0  255  N    0  3 4 5 6 7 10 11 12 14 15
                                        After Disable      0  255  N    0  3 4 5 6 7 10 11 12 14 15
                                      pcib0: <acpi host-pci="" bridge="">port 0xcf8-0xcff on acpi0
                                      pcib0: decoding 4 range 0-0xcf7
                                      pcib0: decoding 3 range 0xa0000-0xbffff
                                      pcib0: decoding 3 range 0xd0000-0xd3fff
                                      pcib0: decoding 3 range 0xd4000-0xd7fff
                                      pcib0: decoding 3 range 0xd8000-0xdbfff
                                      pcib0: decoding 3 range 0xdc000-0xdffff
                                      pcib0: decoding 3 range 0xe0000-0xe3fff
                                      pcib0: decoding 3 range 0xc0000000-0xdfffffff
                                      pcib0: decoding 4 range 0xd00-0xfdff
                                      pcib0: decoding 3 range 0xfed40000-0xfed44fff
                                      pci0: <acpi pci="" bus="">on pcib0
                                      pci0: domain=0, physical bus=0
                                      found-> vendor=0x8086, dev=0x2970, revid=0x02
                                              domain=0, bus=0, slot=0, func=0
                                              class=06-00-00, hdrtype=0x00, mfdev=0
                                              cmdreg=0x0106, statreg=0x2090, cachelnsz=0 (dwords)
                                              lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
                                      found-> vendor=0x8086, dev=0x2972, revid=0x02
                                              domain=0, bus=0, slot=2, func=0
                                              class=03-00-00, hdrtype=0x00, mfdev=0
                                              cmdreg=0x0007, statreg=0x0090, cachelnsz=0 (dwords)
                                              lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
                                              intpin=a, irq=10
                                              powerspec 2  supports D0 D3  current D0
                                              MSI supports 1 message
                                              map[10]: type Memory, range 32, base 0xd0000000, size 20, enabled
                                      pcib0: allocated type 3 (0xd0000000-0xd00fffff) for rid 10 of pci0:0:2:0
                                              map[18]: type Prefetchable Memory, range 64, base 0xc0000000, size 28, enabled
                                      pcib0: allocated type 3 (0xc0000000-0xcfffffff) for rid 18 of pci0:0:2:0
                                              map[20]: type I/O Port, range 32, base 0x30b0, size  3, enabled
                                      pcib0: allocated type 4 (0x30b0-0x30b7) for rid 20 of pci0:0:2:0
                                      pcib0: matched entry for 0.2.INTA
                                      pcib0: slot 2 INTA hardwired to IRQ 16
                                      found-> vendor=0x8086, dev=0x27d0, revid=0x01
                                              domain=0, bus=0, slot=28, func=0
                                              class=06-04-00, hdrtype=0x01, mfdev=1
                                              cmdreg=0x0000, statreg=0x0010, cachelnsz=8 (dwords)
                                              lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
                                              intpin=a, irq=10
                                              powerspec 2  supports D0 D3  current D0
                                              MSI supports 1 message
                                      pcib0: matched entry for 0.28.INTA
                                      pcib0: slot 28 INTA hardwired to IRQ 16
                                      found-> vendor=0x8086, dev=0x27e0, revid=0x01
                                              domain=0, bus=0, slot=28, func=4
                                              class=06-04-00, hdrtype=0x01, mfdev=1
                                              cmdreg=0x0007, statreg=0x0010, cachelnsz=8 (dwords)
                                              lattimer=0x00 (0 ns), mingnt=0x04 (1000 ns), maxlat=0x00 (0 ns)
                                              intpin=a, irq=10
                                              powerspec 2  supports D0 D3  current D0
                                              MSI supports 1 message
                                      pcib0: matched entry for 0.28.INTA
                                      pcib0: slot 28 INTA hardwired to IRQ 16
                                      found-> vendor=0x8086, dev=0x27e2, revid=0x01
                                              domain=0, bus=0, slot=28, func=5
                                              class=06-04-00, hdrtype=0x01, mfdev=1
                                              cmdreg=0x0007, statreg=0x0010, cachelnsz=8 (dwords)
                                              lattimer=0x00 (0 ns), mingnt=0x04 (1000 ns), maxlat=0x00 (0 ns)
                                              intpin=b, irq=11
                                              powerspec 2  supports D0 D3  current D0
                                              MSI supports 1 message
                                      pcib0: matched entry for 0.28.INTB
                                      pcib0: slot 28 INTB hardwired to IRQ 17
                                      found-> vendor=0x8086, dev=0x27c8, revid=0x01
                                              domain=0, bus=0, slot=29, func=0
                                              class=0c-03-00, hdrtype=0x00, mfdev=1
                                              cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
                                              lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
                                              intpin=a, irq=10
                                              map[20]: type I/O Port, range 32, base 0x3000, size  5, enabled
                                      pcib0: allocated type 4 (0x3000-0x301f) for rid 20 of pci0:0:29:0
                                      pcib0: matched entry for 0.29.INTA
                                      pcib0: slot 29 INTA hardwired to IRQ 16
                                      found-> vendor=0x8086, dev=0x27c9, revid=0x01
                                              domain=0, bus=0, slot=29, func=1
                                              class=0c-03-00, hdrtype=0x00, mfdev=0
                                              cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
                                              lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
                                              intpin=b, irq=11
                                              map[20]: type I/O Port, range 32, base 0x3020, size  5, enabled
                                      pcib0: allocated type 4 (0x3020-0x303f) for rid 20 of pci0:0:29:1
                                      pcib0: matched entry for 0.29.INTB
                                      pcib0: slot 29 INTB hardwired to IRQ 17
                                      found-> vendor=0x8086, dev=0x27ca, revid=0x01
                                              domain=0, bus=0, slot=29, func=2
                                              class=0c-03-00, hdrtype=0x00, mfdev=0
                                              cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
                                              lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
                                              intpin=c, irq=5
                                              map[20]: type I/O Port, range 32, base 0x3040, size  5, enabled
                                      pcib0: allocated type 4 (0x3040-0x305f) 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=0x8086, dev=0x27cb, revid=0x01
                                              domain=0, bus=0, slot=29, func=3
                                              class=0c-03-00, hdrtype=0x00, mfdev=0
                                              cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
                                              lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
                                              intpin=d, irq=7
                                              map[20]: type I/O Port, range 32, base 0x3060, size  5, enabled
                                      pcib0: allocated type 4 (0x3060-0x307f) for rid 20 of pci0:0:29:3
                                      pcib0: matched entry for 0.29.INTD
                                      pcib0: slot 29 INTD hardwired to IRQ 19
                                      found-> vendor=0x8086, dev=0x27cc, revid=0x01
                                              domain=0, bus=0, slot=29, func=7
                                              class=0c-03-20, hdrtype=0x00, mfdev=0
                                              cmdreg=0x0106, statreg=0x0290, cachelnsz=0 (dwords)
                                              lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
                                              intpin=a, irq=10
                                              powerspec 2  supports D0 D3  current D0
                                              map[10]: type Memory, range 32, base 0xd0500000, size 10, enabled
                                      pcib0: allocated type 3 (0xd0500000-0xd05003ff) for rid 10 of pci0:0:29:7
                                      pcib0: matched entry for 0.29.INTA
                                      pcib0: slot 29 INTA hardwired to IRQ 16
                                      found-> vendor=0x8086, dev=0x244e, revid=0xe1
                                              domain=0, bus=0, slot=30, func=0
                                              class=06-04-01, hdrtype=0x01, mfdev=0
                                              cmdreg=0x0107, statreg=0x0010, cachelnsz=0 (dwords)
                                              lattimer=0x00 (0 ns), mingnt=0x04 (1000 ns), maxlat=0x00 (0 ns)
                                      found-> vendor=0x8086, dev=0x27b8, revid=0x01
                                              domain=0, bus=0, slot=31, func=0
                                              class=06-01-00, hdrtype=0x00, mfdev=1
                                              cmdreg=0x0007, statreg=0x0210, cachelnsz=0 (dwords)
                                              lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
                                      found-> vendor=0x8086, dev=0x27c1, revid=0x01
                                              domain=0, bus=0, slot=31, func=2
                                              class=01-06-01, hdrtype=0x00, mfdev=0
                                              cmdreg=0x0007, statreg=0x02b0, cachelnsz=0 (dwords)
                                              lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
                                              intpin=b, irq=11
                                              powerspec 2  supports D0 D3  current D0
                                              MSI supports 1 message
                                              map[10]: type I/O Port, range 32, base 0x30c8, size  3, enabled
                                      pcib0: allocated type 4 (0x30c8-0x30cf) for rid 10 of pci0:0:31:2
                                              map[14]: type I/O Port, range 32, base 0x30bc, size  2, enabled
                                      pcib0: allocated type 4 (0x30bc-0x30bf) for rid 14 of pci0:0:31:2
                                              map[18]: type I/O Port, range 32, base 0x30c0, size  3, enabled
                                      pcib0: allocated type 4 (0x30c0-0x30c7) for rid 18 of pci0:0:31:2
                                              map[1c]: type I/O Port, range 32, base 0x30b8, size  2, enabled
                                      pcib0: allocated type 4 (0x30b8-0x30bb) for rid 1c of pci0:0:31:2
                                              map[20]: type I/O Port, range 32, base 0x30a0, size  4, enabled
                                      pcib0: allocated type 4 (0x30a0-0x30af) for rid 20 of pci0:0:31:2
                                              map[24]: type Memory, range 32, base 0xd0500400, size 10, enabled
                                      pcib0: allocated type 3 (0xd0500400-0xd05007ff) for rid 24 of pci0:0:31:2
                                      pcib0: matched entry for 0.31.INTB
                                      pcib0: slot 31 INTB hardwired to IRQ 17
                                      found-> vendor=0x8086, dev=0x27da, revid=0x01
                                              domain=0, bus=0, slot=31, func=3
                                              class=0c-05-00, hdrtype=0x00, mfdev=0
                                              cmdreg=0x0001, statreg=0x0280, cachelnsz=0 (dwords)
                                              lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
                                              intpin=b, irq=11
                                              map[20]: type I/O Port, range 32, base 0x1100, size  5, enabled
                                      pcib0: allocated type 4 (0x1100-0x111f) for rid 20 of pci0:0:31:3
                                      pcib0: matched entry for 0.31.INTB
                                      pcib0: slot 31 INTB hardwired to IRQ 17
                                      vgapci0: <vga-compatible display="">port 0x30b0-0x30b7 mem 0xd0000000-0xd00fffff,0xc0000000-0xcfffffff irq 16 at device 2.0 on pci0
                                      agp0: <intel 946gz="" svga="" controller="">on vgapci0
                                      pcib0: allocated type 3 (0xd0100000-0xd0100fff) for rid 64 of agp0
                                      agp0: Allocated flush page phys 0xd0100000 virt 0xfffff800d0100000
                                      agp0: aperture size is 256M, detected 7676k stolen memory
                                      agp0: AGP_I965_PGTBL_CTL2: 00000000
                                      agp0: AGP_I855_GCC1: 0x30
                                      agp0: AGP_I965_MSAC: 0x00
                                      agp0: Mappable GTT entries: 65536
                                      agp0: Total GTT entries: 131072
                                      vgapci0: Boot video device
                                      pcib1: <acpi pci-pci="" bridge="">irq 16 at device 28.0 on pci0
                                      pcib1:  domain            0
                                      pcib1:  secondary bus    1
                                      pcib1:  subordinate bus  1
                                      pci1: <acpi pci="" bus="">on pcib1
                                      pci1: domain=0, physical bus=1
                                      pcib2: <acpi pci-pci="" bridge="">irq 16 at device 28.4 on pci0
                                      pcib2: allocating non-ISA range 0x4000-0x40ff
                                      pcib0: allocated type 4 (0x4000-0x40ff) for rid 1c of pcib2
                                      pcib2: allocating non-ISA range 0x4400-0x44ff
                                      pcib0: allocated type 4 (0x4400-0x44ff) for rid 1c of pcib2
                                      pcib2: allocating non-ISA range 0x4800-0x48ff
                                      pcib0: allocated type 4 (0x4800-0x48ff) for rid 1c of pcib2
                                      pcib2: allocating non-ISA range 0x4c00-0x4cff
                                      pcib0: allocated type 4 (0x4c00-0x4cff) for rid 1c of pcib2
                                      pcib2: failed to allocate initial memory window: 0xd0100000-0xd01fffff
                                      pcib2:  domain            0
                                      pcib2:  secondary bus    2
                                      pcib2:  subordinate bus  2
                                      pcib2:  I/O decode        0x4000-0x4fff
                                      pcib2:  special decode    ISA
                                      pci2: <acpi pci="" bus="">on pcib2
                                      pci2: domain=0, physical bus=2
                                      found-> vendor=0x8086, dev=0x109a, revid=0x00
                                              domain=0, bus=2, slot=0, func=0
                                              class=02-00-00, hdrtype=0x00, mfdev=0
                                              cmdreg=0x0107, statreg=0x0010, cachelnsz=8 (dwords)
                                              lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
                                              intpin=a, irq=10
                                              powerspec 2  supports D0 D3  current D0
                                              MSI supports 1 message, 64 bit
                                              map[10]: type Memory, range 32, base 0xd0100000, size 17, enabled
                                      pcib2: failed to allocate initial memory window (0xd0100000-0xd011ffff,0x20000)
                                      pci2: pci0:2:0:0 bar 0x10 failed to allocate
                                              map[18]: type I/O Port, range 32, base 0x4000, size  5, enabled
                                      pcib2: allocated I/O port range (0x4000-0x401f) for rid 18 of pci0:2:0:0
                                      pcib2: matched entry for 2.0.INTA
                                      pcib2: slot 0 INTA hardwired to IRQ 16
                                      em0: <intel(r) 1000="" pro="" network="" connection="" 7.4.2="">port 0x4000-0x401f irq 16 at device 0.0 on pci2
                                      pcib0: allocated type 3 (0xd0200000-0xd02fffff) for rid 20 of pcib2
                                      pcib2: allocated initial memory window of 0xd0200000-0xd02fffff
                                      pcib2: allocated memory range (0xd0200000-0xd021ffff) for rid 10 of em0
                                      em0: Lazy allocation of 0x20000 bytes rid 0x10 type 3 at 0xd0200000
                                      em0: attempting to allocate 1 MSI vectors (1 supported)
                                      msi: routing MSI IRQ 256 to local APIC 0 vector 51
                                      em0: using IRQ 256 for MSI
                                      em0: Using an MSI interrupt
                                      em0: Setup of Shared code failed
                                      device_attach: em0 attach returned 6
                                      pcib3: <acpi pci-pci="" bridge="">irq 17 at device 28.5 on pci0
                                      pcib3: allocating non-ISA range 0x5000-0x50ff
                                      pcib0: allocated type 4 (0x5000-0x50ff) for rid 1c of pcib3
                                      pcib3: allocating non-ISA range 0x5400-0x54ff
                                      pcib0: allocated type 4 (0x5400-0x54ff) for rid 1c of pcib3
                                      pcib3: allocating non-ISA range 0x5800-0x58ff
                                      pcib0: allocated type 4 (0x5800-0x58ff) for rid 1c of pcib3
                                      pcib3: allocating non-ISA range 0x5c00-0x5cff
                                      pcib0: allocated type 4 (0x5c00-0x5cff) for rid 1c of pcib3
                                      pcib3: failed to allocate initial memory window: 0xd0200000-0xd02fffff
                                      pcib3:  domain            0
                                      pcib3:  secondary bus    3
                                      pcib3:  subordinate bus  3
                                      pcib3:  I/O decode        0x5000-0x5fff
                                      pcib3:  special decode    ISA
                                      pci3: <acpi pci="" bus="">on pcib3
                                      pci3: domain=0, physical bus=3
                                      found-> vendor=0x8086, dev=0x109a, revid=0x00
                                              domain=0, bus=3, slot=0, func=0
                                              class=02-00-00, hdrtype=0x00, mfdev=0
                                              cmdreg=0x0107, statreg=0x0010, cachelnsz=8 (dwords)
                                              lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
                                              intpin=a, irq=11
                                              powerspec 2  supports D0 D3  current D0
                                              MSI supports 1 message, 64 bit
                                              map[10]: type Memory, range 32, base 0xd0200000, size 17, enabled
                                      pcib3: failed to allocate initial memory window (0xd0200000-0xd021ffff,0x20000)
                                      pci3: pci0:3:0:0 bar 0x10 failed to allocate
                                              map[18]: type I/O Port, range 32, base 0x5000, size  5, enabled
                                      pcib3: allocated I/O port range (0x5000-0x501f) for rid 18 of pci0:3:0:0
                                      pcib3: matched entry for 3.0.INTA
                                      pcib3: slot 0 INTA hardwired to IRQ 17
                                      em0: <intel(r) 1000="" pro="" network="" connection="" 7.4.2="">port 0x5000-0x501f irq 17 at device 0.0 on pci3
                                      pcib0: allocated type 3 (0xd0300000-0xd03fffff) for rid 20 of pcib3
                                      pcib3: allocated initial memory window of 0xd0300000-0xd03fffff
                                      pcib3: allocated memory range (0xd0300000-0xd031ffff) for rid 10 of em0
                                      em0: Lazy allocation of 0x20000 bytes rid 0x10 type 3 at 0xd0300000
                                      em0: attempting to allocate 1 MSI vectors (1 supported)
                                      msi: routing MSI IRQ 256 to local APIC 0 vector 51
                                      em0: using IRQ 256 for MSI
                                      em0: Using an MSI interrupt
                                      em0: bpf attached
                                      uhci0: <intel 82801g="" (ich7)="" usb="" controller="" usb-a="">port 0x3000-0x301f irq 16 at device 29.0 on pci0
                                      ioapic0: routing intpin 16 (PCI IRQ 16) to lapic 0 vector 52
                                      usbus0 on uhci0
                                      uhci0: usbpf: Attached
                                      uhci1: <intel 82801g="" (ich7)="" usb="" controller="" usb-b="">port 0x3020-0x303f irq 17 at device 29.1 on pci0
                                      ioapic0: routing intpin 17 (PCI IRQ 17) to lapic 0 vector 53
                                      usbus1 on uhci1
                                      uhci1: usbpf: Attached
                                      uhci2: <intel 82801g="" (ich7)="" usb="" controller="" usb-c="">port 0x3040-0x305f irq 18 at device 29.2 on pci0
                                      ioapic0: routing intpin 18 (PCI IRQ 18) to lapic 0 vector 54
                                      usbus2 on uhci2
                                      uhci2: usbpf: Attached
                                      uhci3: <intel 82801g="" (ich7)="" usb="" controller="" usb-d="">port 0x3060-0x307f irq 19 at device 29.3 on pci0
                                      ioapic0: routing intpin 19 (PCI IRQ 19) to lapic 0 vector 55
                                      usbus3 on uhci3
                                      uhci3: usbpf: Attached
                                      ehci0: <intel 82801gb="" r="" (ich7)="" usb="" 2.0="" controller="">mem 0xd0500000-0xd05003ff irq 16 at device 29.7 on pci0
                                      usbus4: EHCI version 1.0
                                      usbus4 on ehci0
                                      ehci0: usbpf: Attached
                                      pcib4: <acpi pci-pci="" bridge="">at device 30.0 on pci0
                                      pcib4:  domain            0
                                      pcib4:  secondary bus    4
                                      pcib4:  subordinate bus  4
                                      pcib4:  special decode    ISA, subtractive
                                      pci4: <acpi pci="" bus="">on pcib4
                                      pci4: domain=0, physical bus=4
                                      isab0: <pci-isa bridge="">at device 31.0 on pci0
                                      isa0: <isa bus="">on isab0
                                      ahci0: <intel ich7="" ahci="" sata="" controller="">port 0x30c8-0x30cf,0x30bc-0x30bf,0x30c0-0x30c7,0x30b8-0x30bb,0x30a0-0x30af mem 0xd0500400-0xd05007ff irq 17 at device 31.2 on pci0
                                      ahci0: attempting to allocate 1 MSI vectors (1 supported)
                                      msi: routing MSI IRQ 257 to local APIC 0 vector 56
                                      ahci0: using IRQ 257 for MSI
                                      ahci0: AHCI v1.10 with 4 3Gbps ports, Port Multiplier not supported
                                      ahci0: Caps: 64bit NCQ ALP AL CLO 3Gbps PMD SSC PSC 32cmd 4ports
                                      ahcich0: <ahci channel="">at channel 0 on ahci0
                                      ahcich0: Caps: HPCP
                                      ahcich1: <ahci channel="">at channel 1 on ahci0
                                      ahcich1: Caps: HPCP
                                      ahcich2: <ahci channel="">at channel 2 on ahci0
                                      ahcich2: Caps: HPCP
                                      ahcich3: <ahci channel="">at channel 3 on ahci0
                                      ahcich3: Caps: HPCP
                                      pci0: <serial bus,="" smbus="">at device 31.3 (no driver attached)
                                      acpi_button0: <power button="">on acpi0
                                      atkbdc0: <keyboard controller="" (i8042)="">port 0x60,0x64 irq 1 on acpi0
                                      atkbd0: <at keyboard="">irq 1 on atkbdc0
                                      atkbd: the current kbd controller command byte 0067
                                      atkbd: keyboard ID 0xffffffff (1)
                                      atkbd: failed to reset the keyboard.
                                      kbd0 at atkbd0
                                      kbd0: atkbd0, AT 84 (1), config:0x0, flags:0x3d0000
                                      ioapic0: routing intpin 1 (ISA IRQ 1) to lapic 0 vector 57
                                      atkbd0: [GIANT-LOCKED]
                                      psm0: unable to allocate IRQ
                                      psmcpnp0: <ps 2="" mouse="" port="">irq 12 on acpi0
                                      psm0: current command byte:0067
                                      psm0: failed to reset the aux device.
                                      fdc0: <floppy drive="" controller="">port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0
                                      fdc0: ic_type 90 part_id 80
                                      ioapic0: routing intpin 6 (ISA IRQ 6) to lapic 0 vector 58
                                      acpi0: wakeup code va 0xfffffe0045d8c000 pa 0x94000
                                      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 2 of orm0
                                      pcib0: allocated type 3 (0xd0800-0xd0fff) for rid 2 of orm0
                                      pcib0: allocated type 3 (0xd1000-0xd17ff) for rid 2 of orm0
                                      pcib0: allocated type 3 (0xd1800-0xd1fff) for rid 2 of orm0
                                      pcib0: allocated type 3 (0xd2000-0xd27ff) for rid 2 of orm0
                                      pcib0: allocated type 3 (0xd2800-0xd2fff) for rid 2 of orm0
                                      pcib0: allocated type 3 (0xd3000-0xd37ff) for rid 2 of orm0
                                      pcib0: allocated type 3 (0xd3800-0xd3fff) for rid 2 of orm0
                                      pcib0: allocated type 3 (0xd4000-0xd47ff) for rid 2 of orm0
                                      pcib0: allocated type 3 (0xd4800-0xd4fff) for rid 2 of orm0
                                      pcib0: allocated type 3 (0xd5000-0xd57ff) for rid 2 of orm0
                                      pcib0: allocated type 3 (0xd5800-0xd5fff) for rid 2 of orm0
                                      pcib0: allocated type 3 (0xd6000-0xd67ff) for rid 2 of orm0
                                      pcib0: allocated type 3 (0xd6800-0xd6fff) for rid 2 of orm0
                                      pcib0: allocated type 3 (0xd7000-0xd77ff) for rid 2 of orm0
                                      pcib0: allocated type 3 (0xd7800-0xd7fff) for rid 2 of orm0
                                      pcib0: allocated type 3 (0xd8000-0xd87ff) for rid 2 of orm0
                                      pcib0: allocated type 3 (0xd8800-0xd8fff) for rid 2 of orm0
                                      pcib0: allocated type 3 (0xd9000-0xd97ff) for rid 2 of orm0
                                      pcib0: allocated type 3 (0xd9800-0xd9fff) for rid 2 of orm0
                                      pcib0: allocated type 3 (0xda000-0xda7ff) for rid 2 of orm0
                                      pcib0: allocated type 3 (0xda800-0xdafff) for rid 2 of orm0
                                      pcib0: allocated type 3 (0xdb000-0xdb7ff) for rid 2 of orm0
                                      pcib0: allocated type 3 (0xdb800-0xdbfff) for rid 2 of orm0
                                      pcib0: allocated type 3 (0xdc000-0xdc7ff) for rid 2 of orm0
                                      pcib0: allocated type 3 (0xdc800-0xdcfff) for rid 2 of orm0
                                      pcib0: allocated type 3 (0xdd000-0xdd7ff) for rid 2 of orm0
                                      pcib0: allocated type 3 (0xdd800-0xddfff) for rid 2 of orm0
                                      pcib0: allocated type 3 (0xde000-0xde7ff) for rid 2 of orm0
                                      pcib0: allocated type 3 (0xde800-0xdefff) for rid 2 of orm0
                                      pcib0: allocated type 3 (0xdf000-0xdf7ff) for rid 2 of orm0
                                      pcib0: allocated type 3 (0xdf800-0xdffff) for rid 2 of orm0
                                      pcib0: allocated type 3 (0xe0000-0xe07ff) for rid 2 of orm0
                                      pcib0: allocated type 3 (0xe0800-0xe0fff) for rid 2 of orm0
                                      pcib0: allocated type 3 (0xe1000-0xe17ff) for rid 2 of orm0
                                      pcib0: allocated type 3 (0xe1800-0xe1fff) for rid 2 of orm0
                                      pcib0: allocated type 3 (0xe2000-0xe27ff) for rid 2 of orm0
                                      pcib0: allocated type 3 (0xe2800-0xe2fff) for rid 2 of orm0
                                      pcib0: allocated type 3 (0xe3000-0xe37ff) for rid 2 of orm0
                                      pcib0: allocated type 3 (0xe3800-0xe3fff) for rid 2 of orm0
                                      isa_probe_children: disabling PnP devices
                                      atkbdc: atkbdc0 already exists; skipping it
                                      atrtc: atrtc0 already exists; skipping it
                                      attimer: attimer0 already exists; skipping it
                                      fdc: fdc0 already exists; skipping it
                                      sc: sc0 already exists; skipping it
                                      isa_probe_children: probing non-PnP devices
                                      orm0: <isa option="" roms="">at iomem 0xc0000-0xcafff,0xcb000-0xcbfff on isa0
                                      sc0: <system console="">at flags 0x100 on isa0
                                      sc0: VGA <16 virtual consoles, flags=0x300>
                                      sc0: fb0, kbd1, terminal emulator: scteken (teken terminal)
                                      vga0: <generic isa="" vga="">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
                                      ppc0: cannot reserve I/O port range
                                      ppc0 failed to probe at irq 7 on isa0
                                      pcib0: allocated type 4 (0x3f8-0x3ff) for rid 0 of uart0
                                      uart0 failed to probe at port 0x3f8-0x3ff irq 4 on isa0
                                      pcib0: allocated type 4 (0x2f8-0x2ff) for rid 0 of uart1
                                      uart1 failed to probe at port 0x2f8-0x2ff irq 3 on isa0
                                      wbwd0 failed to probe on isa0
                                      isa_probe_children: probing PnP devices
                                      est0: enabling SpeedStep
                                      est0: <enhanced speedstep="" frequency="" control="">on cpu0
                                      est: CPU supports Enhanced Speedstep, but is not recognized.
                                      est: cpu_vendor GenuineIntel, msr b200b2006000b20
                                      device_attach: est0 attach returned 6
                                      p4tcc0: <cpu frequency="" thermal="" control="">on cpu0
                                      est1: <enhanced speedstep="" frequency="" control="">on cpu1
                                      est: CPU supports Enhanced Speedstep, but is not recognized.
                                      est: cpu_vendor GenuineIntel, msr b200b2006000b20
                                      device_attach: est1 attach returned 6
                                      p4tcc1: <cpu frequency="" thermal="" control="">on cpu1
                                      Device configuration finished.
                                      procfs registered
                                      lapic: Divisor 2, Frequency 99752152 Hz
                                      Timecounters tick every 1.000 msec
                                      pflog0: bpf attached
                                      crypto: <crypto device="">vlan: initialized, using hash tables with chaining
                                      tcp_init: net.inet.tcp.tcbhashsize auto tuned to 32768
                                      IPsec: Initialized Security Association Processing.
                                      pfsync0: bpf attached
                                      lo0: bpf attached
                                      enc0: 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: 12Mbps Full Speed USB v1.0
                                      usbus4: 480Mbps High Speed USB v2.0
                                      ahcich0: AHCI reset…
                                      ahcich0: SATA connect time=900us status=00000113
                                      ahcich0: AHCI reset: device found
                                      ahcich1: AHCI reset...
                                      ahcich1: SATA offline status=00000004
                                      ahcich1: AHCI reset: device not found
                                      ahcich2: AHCI reset...
                                      ugen1.1: <intel>at usbus1
                                      uhub0: <intel 1="" 9="" uhci="" root="" hub,="" class="" 0,="" rev="" 1.00="" 1.00,="" addr="">on usbus1
                                      ugen0.1: <intel>at usbus0
                                      uhub1: <intel 1="" 9="" uhci="" root="" hub,="" class="" 0,="" rev="" 1.00="" 1.00,="" addr="">on usbus0
                                      ugen3.1: <intel>at usbus3
                                      uhub2: <intel 1="" 9="" uhci="" root="" hub,="" class="" 0,="" rev="" 1.00="" 1.00,="" addr="">on usbus3
                                      ugen2.1: <intel>at usbus2
                                      uhub3: <intel 1="" 9="" uhci="" root="" hub,="" class="" 0,="" rev="" 1.00="" 1.00,="" addr="">on usbus2
                                      ugen4.1: <intel>at usbus4
                                      uhub4: <intel 1="" 9="" ehci="" root="" hub,="" class="" 0,="" rev="" 2.00="" 1.00,="" addr="">on usbus4
                                      ahcich2: SATA connect time=900us status=00000113
                                      ahcich2: AHCI reset: device found
                                      ahcich2: AHCI reset: device ready after 0ms
                                      ahcich3: AHCI reset...
                                      ahcich3: SATA offline status=00000004
                                      ahcich3: AHCI reset: device not found
                                      ahcich0: AHCI reset: device ready after 100ms
                                      pass0 at ahcich0 bus 0 scbus0 target 0 lun 0
                                      GEOM: new disk cd0
                                      cd0 at ahcich2 bus 0 scbus2 target 0 lun 0
                                      cd0: <tsstcorp cddvdw="" ts-h653n="" 0208="">Removable CD-ROM SCSI-0 device
                                      cd0: 150.000MB/s transfers (SATA 1.x, UDMA2, ATAPI 12bytes, PIO 8192bytes)
                                      cd0: Attempt to query device size failed: NOT READY, Medium not present - tray closed
                                      pass0: <st3250310as 3.aaf="">ATA-7 SATA 1.x device
                                      pass0: Serial Number 6RYAJH0Y
                                      pass0: 150.000MB/s transfers (SATA 1.x, UDMA6, PIO 8192bytes)
                                      pass0: Command Queueing enabled
                                      pass1 at ahcich2 bus 0 scbus2 target 0 lun 0
                                      pass1: <tsstcorp cddvdw="" ts-h653n="" 0208="">Removable CD-ROM SCSI-0 device
                                      pass1: 150.000MB/s transfers (SATA 1.x, UDMA2, ATAPI 12bytes, PIO 8192bytes)
                                      ada0 at ahcich0 bus 0 scbus0 target 0 lun 0
                                      ada0: <st3250310as 3.aaf="">ATA-7 SATA 1.x device
                                      ada0: Serial Number 6RYAJH0Y
                                      ada0: 150.000MB/s transfers (SATA 1.x, UDMA6, PIO 8192bytes)
                                      ada0: Command Queueing enabled
                                      ada0: 238475MB (488397168 512 byte sectors: 16H 63S/T 16383C)
                                      ada0: Previously was known as ad4
                                      GEOM: new disk ada0
                                      Netvsc initializing... done!
                                      SMP: AP CPU #1 Launched!
                                      cpu1 AP:
                                          ID: 0x01000000  VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff
                                        lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
                                        timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
                                      ioapic0: routing intpin 1 (ISA IRQ 1) to lapic 1 vector 48
                                      ioapic0: routing intpin 9 (ISA IRQ 9) to lapic 1 vector 49
                                      ioapic0: routing intpin 17 (PCI IRQ 17) to lapic 1 vector 50
                                      ioapic0: routing intpin 19 (PCI IRQ 19) to lapic 1 vector 51
                                      msi: Assigning MSI IRQ 257 to local APIC 1 vector 52
                                      SMP: passed TSC synchronization test
                                      TSC timecounter discards lower 1 bit(s)
                                      Timecounter "TSC-low" frequency 1097273336 Hz quality 1000
                                      Root mount waiting for: usbus4 usbus3 usbus2 usbus1 usbus0
                                      uhub0: 2 ports with 2 removable, self powered
                                      uhub1: 2 ports with 2 removable, self powered
                                      uhub2: 2 ports with 2 removable, self powered
                                      uhub3: 2 ports with 2 removable, self powered
                                      Root mount waiting for: usbus4
                                      Root mount waiting for: usbus4
                                      uhub4: 8 ports with 8 removable, self powered
                                      Root mount waiting for: usbus4
                                      Trying to mount root from ufs:/dev/ada0s1a [rw]…
                                      start_init: trying /sbin/init
                                      ugen0.2: <microsoft>at usbus0
                                      ukbd0: <microsoft 0="" 2="" natural="" ergonomic="" keyboard="" 4000,="" class="" 0,="" rev="" 2.00="" 1.73,="" addr="">on usbus0
                                      kbd2 at ukbd0
                                      kbd2: ukbd0, generic (0), config:0x0, flags:0x3d0000
                                      uhid0: <microsoft 0="" 2="" natural="" ergonomic="" keyboard="" 4000,="" class="" 0,="" rev="" 2.00="" 1.73,="" addr="">on usbus0
                                      ugen3.2: <crystalfontz america="">at usbus3
                                      umodem0: <crystalfontz 2="" america="" cfa-735="" display,="" class="" 0,="" rev="" 2.00="" 2.00,="" addr="">on usbus3
                                      umodem0: data interface 1, has no CM over data, has no break
                                      em0: Link is up 1000 Mbps Full Duplex
                                      ugen4.2: <vendor 0x0409="">at usbus4
                                      uhub5: <vendor 2="" 9="" 0x0409="" product="" 0x005a,="" class="" 0,="" rev="" 2.00="" 1.00,="" addr="">on usbus4
                                      uhub5: 4 ports with 4 removable, self powered
                                      ugen4.3: <vendor 0x0b95="">at usbus4
                                      axe0: <vendor 3="" 0x0b95="" product="" 0x7720,="" rev="" 2.00="" 0.01,="" addr="">on usbus4
                                      axe0: PHYADDR 0xe0:0x10
                                      miibus0: <mii bus="">on axe0
                                      ukphy0: <generic ieee="" 802.3u="" media="" interface="">PHY 16 on miibus0
                                      ukphy0: OUI 0x007063, model 0x0001, rev. 1
                                      ukphy0:  none, 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
                                      ue0: <usb ethernet="">on axe0
                                      ue0: bpf attached
                                      coretemp0: <cpu on-die="" thermal="" sensors="">on cpu0
                                      coretemp0: Setting TjMax=85
                                      est0: <enhanced speedstep="" frequency="" control="">on cpu0
                                      est: CPU supports Enhanced Speedstep, but is not recognized.
                                      est: cpu_vendor GenuineIntel, msr b200b2006000b20
                                      device_attach: est0 attach returned 6
                                      coretemp1: <cpu on-die="" thermal="" sensors="">on cpu1
                                      coretemp1: Setting TjMax=85
                                      est1: <enhanced speedstep="" frequency="" control="">on cpu1
                                      est: CPU supports Enhanced Speedstep, but is not recognized.
                                      est: cpu_vendor GenuineIntel, msr b200b2006000b20
                                      device_attach: est1 attach returned 6
                                      em0: Link is Down
                                      em0: Link is up 1000 Mbps Full Duplex
                                      em0: link state changed to UP
                                      pflog0: promiscuous mode enabled
                                      em0: promiscuous mode enabled
                                      ue0: promiscuous mode enabled
                                      [2.2-RC]</enhanced></cpu></enhanced></cpu></usb></generic></mii></vendor></vendor></vendor></vendor></crystalfontz></crystalfontz></microsoft></microsoft></microsoft></st3250310as></tsstcorp></st3250310as></tsstcorp></intel></intel></intel></intel></intel></intel></intel></intel></intel></intel></crypto></cpu></enhanced></cpu></enhanced></generic></system></isa></floppy></ps></at></keyboard></power></serial></ahci></ahci></ahci></ahci></intel></isa></pci-isa></acpi></acpi></intel></intel></intel></intel></intel></intel(r)></acpi></acpi></intel(r)></acpi></acpi></acpi></acpi></intel></vga-compatible></acpi></acpi></at></at></acpi></acpi></ptltd ></software></memory>_</crypto></software,></software,></null></version></ptltd ></lahf></syscall,lm></sse3,dtes64,mon,ds_cpl,est,tm2,ssse3,cx16,xtpr,pdcm></fpu,vme,de,pse,tsc,msr,pae,mce,cx8,apic,sep,mtrr,pge,mca,cmov,pat,pse36,clflush,dts,acpi,mmx,fxsr,sse,sse2,ss,htt,tm,pbe>

                                      Dell 2950 g3 server
                                      Intel(R) Xeon(R) CPU E5430 @ 2.66GHz
                                      Current: 2000 MHz, Max: 2667 MHz
                                      8 CPUs: 2 package(s) x 4 core(s)
                                      8152 MiB and 600meg 10k drive
                                      Pfsense 2.4 .. Hoping to get the phpvirtualbox going again.

                                      1 Reply Last reply Reply Quote 0
                                      • stephenw10S
                                        stephenw10 Netgate Administrator
                                        last edited by

                                        You won't see em5 because you only have two em interfaces. The box I was using for a test has 6 em NICs. em5 wasn't being used so I ran the test on it in case it broke the interface for whatever reason.
                                        I don't see the rom dump output from your onboard NICs?

                                        In your first verbose boot log both em NICs are recognised and attached. Did you do anything other than boot verbose?

                                        There's  nothing obvious to help diagnose this though.

                                        Steve

                                        1 Reply Last reply Reply Quote 0
                                        • T
                                          Topper727
                                          last edited by

                                          I did those commands for rom dump and it did same result you seen after you entered it.. Although I used only em0 and em1.  I looked in system log in UI and nothing and then dmesg and seen nothing either.  I am not sure where it put the dump at

                                          Dell 2950 g3 server
                                          Intel(R) Xeon(R) CPU E5430 @ 2.66GHz
                                          Current: 2000 MHz, Max: 2667 MHz
                                          8 CPUs: 2 package(s) x 4 core(s)
                                          8152 MiB and 600meg 10k drive
                                          Pfsense 2.4 .. Hoping to get the phpvirtualbox going again.

                                          1 Reply Last reply Reply Quote 0
                                          • stephenw10S
                                            stephenw10 Netgate Administrator
                                            last edited by

                                            The actual dumped data appears in the system log. You can access that from the webgui or using 'dmesg' at the command line.

                                            Steve

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.