Vikash Badal
2014-Jun-27 07:08 UTC
FreeBSD 10.0-STABLE #0 r267746: panic when using ue0 network
Please assist. The laptop is now unusable as i cannot perform any network activity. hardware: Dell M3800 nic: ugen2.4: <AX88179 ASIX Elec. Corp.> at usbus2, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON (248mA) Unread portion of the kernel message buffer: panic: vm_fault: fault on nofault entry, addr: fffffe02346f0000 cpuid = 0 KDB: stack backtrace: #0 0xffffffff8092a2d0 at kdb_backtrace+0x60 #1 0xffffffff808ef825 at panic+0x155 #2 0xffffffff80b5f8e9 at vm_fault_hold+0x1a89 #3 0xffffffff80b5de17 at vm_fault+0x77 #4 0xffffffff80ce455c at trap_pfault+0x19c #5 0xffffffff80ce3d80 at trap+0x4a0 #6 0xffffffff80cca7f2 at calltrap+0x8 #7 0xffffffff81c1687e at axge_bulk_read_callback+0x19e #8 0xffffffff8079684c at usbd_callback_wrapper+0x71c #9 0xffffffff80797ac3 at usb_command_wrapper+0x113 #10 0xffffffff80796a71 at usb_callback_proc+0xc1 #11 0xffffffff80791b8f at usb_process+0x11f #12 0xffffffff808c03da at fork_exit+0x9a #13 0xffffffff80ccad2e at fork_trampoline+0xe Uptime: 10m38s -------------- next part -------------- nomad dumped core - see /var/crash/vmcore.0 Fri Jun 27 07:37:03 SAST 2014 FreeBSD nomad 10.0-STABLE FreeBSD 10.0-STABLE #0 r267746: Sun Jun 22 22:48:49 UTC 2014 root at grind.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 panic: vm_fault: fault on nofault entry, addr: fffffe02346f0000 GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "amd64-marcel-freebsd"... Unread portion of the kernel message buffer: panic: vm_fault: fault on nofault entry, addr: fffffe02346f0000 cpuid = 0 KDB: stack backtrace: #0 0xffffffff8092a2d0 at kdb_backtrace+0x60 #1 0xffffffff808ef825 at panic+0x155 #2 0xffffffff80b5f8e9 at vm_fault_hold+0x1a89 #3 0xffffffff80b5de17 at vm_fault+0x77 #4 0xffffffff80ce455c at trap_pfault+0x19c #5 0xffffffff80ce3d80 at trap+0x4a0 #6 0xffffffff80cca7f2 at calltrap+0x8 #7 0xffffffff81c1687e at axge_bulk_read_callback+0x19e #8 0xffffffff8079684c at usbd_callback_wrapper+0x71c #9 0xffffffff80797ac3 at usb_command_wrapper+0x113 #10 0xffffffff80796a71 at usb_callback_proc+0xc1 #11 0xffffffff80791b8f at usb_process+0x11f #12 0xffffffff808c03da at fork_exit+0x9a #13 0xffffffff80ccad2e at fork_trampoline+0xe Uptime: 10m38s Dumping 505 out of 8070 MB:..4%..13%..23%..32%..42%..51%..61%..73%..83%..92% Reading symbols from /boot/kernel/zfs.ko.symbols...done. Loaded symbols for /boot/kernel/zfs.ko.symbols Reading symbols from /boot/kernel/opensolaris.ko.symbols...done. Loaded symbols for /boot/kernel/opensolaris.ko.symbols Reading symbols from /boot/kernel/uhid.ko.symbols...done. Loaded symbols for /boot/kernel/uhid.ko.symbols Reading symbols from /boot/kernel/if_axge.ko.symbols...done. Loaded symbols for /boot/kernel/if_axge.ko.symbols Reading symbols from /boot/kernel/uether.ko.symbols...done. Loaded symbols for /boot/kernel/uether.ko.symbols #0 doadump (textdump=<value optimized out>) at pcpu.h:219 219 pcpu.h: No such file or directory. in pcpu.h (kgdb) #0 doadump (textdump=<value optimized out>) at pcpu.h:219 #1 0xffffffff808ef4a2 in kern_reboot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:452 #2 0xffffffff808ef864 in panic (fmt=<value optimized out>) at /usr/src/sys/kern/kern_shutdown.c:759 #3 0xffffffff80b5f8e9 in vm_fault_hold (map=<value optimized out>, vaddr=<value optimized out>, fault_type=<value optimized out>, fault_flags=<value optimized out>, m_hold=<value optimized out>) at /usr/src/sys/vm/vm_fault.c:283 #4 0xffffffff80b5de17 in vm_fault (map=0xfffff80002000000, vaddr=<value optimized out>, fault_type=1 '\001', fault_flags=0) at /usr/src/sys/vm/vm_fault.c:224 #5 0xffffffff80ce455c in trap_pfault (frame=0xfffffe0231c1d7e0, usermode=0) at /usr/src/sys/amd64/amd64/trap.c:768 #6 0xffffffff80ce3d80 in trap (frame=0xfffffe0231c1d7e0) at /usr/src/sys/amd64/amd64/trap.c:456 #7 0xffffffff80cca7f2 in calltrap () at /usr/src/sys/amd64/amd64/exception.S:232 #8 0xffffffff80ce20f8 in memcpy () at /usr/src/sys/amd64/amd64/support.S:147 #9 0xffffffff8077b3ad in usbd_copy_out (cache=0xfffffe00048e4530, offset=<value optimized out>, ptr=<value optimized out>, len=<value optimized out>) at /usr/src/sys/dev/usb/usb_busdma.c:274 #10 0xffffffff81c1687e in axge_bulk_read_callback (xfer=0xfffffe00048e2278, error=<value optimized out>) at /usr/src/sys/modules/usb/axge/../../../dev/usb/net/if_axge.c:993 #11 0xffffffff8079684c in usbd_callback_wrapper (pq=<value optimized out>) at /usr/src/sys/dev/usb/usb_transfer.c:2336 #12 0xffffffff80797ac3 in usb_command_wrapper (pq=0xfffffe00048e2060, xfer=<value optimized out>) at /usr/src/sys/dev/usb/usb_transfer.c:2988 #13 0xffffffff80796a71 in usb_callback_proc (_pm=<value optimized out>) at /usr/src/sys/dev/usb/usb_transfer.c:2201 #14 0xffffffff80791b8f in usb_process (arg=0xfffffe0000b69d58) at /usr/src/sys/dev/usb/usb_process.c:177 #15 0xffffffff808c03da in fork_exit ( callout=0xffffffff80791a70 <usb_process>, arg=0xfffffe0000b69d58, frame=0xfffffe0231c1dac0) at /usr/src/sys/kern/kern_fork.c:995 #16 0xffffffff80ccad2e in fork_trampoline () at /usr/src/sys/amd64/amd64/exception.S:606 #17 0x0000000000000000 in ?? () Current language: auto; currently minimal (kgdb) ------------------------------------------------------------------------ ps -axlww UID PID PPID CPU PRI NI VSZ RSS MWCHAN STAT TT TIME COMMAND 0 0 0 0 -8 0 0 0 - DLs - 0:00.14 [kernel] 0 1 0 0 20 0 9460 0 wait DLs - 0:00.04 [init] 0 2 0 0 -16 0 0 0 - DL - 0:00.00 [cam] 0 3 0 0 -8 0 0 0 tx->tx_s DL - 0:00.01 [zfskern] 0 4 0 0 -16 0 0 0 waiting_ DL - 0:00.00 [sctp_iterator] 0 5 0 0 -16 0 0 0 idle DL - 0:00.00 [enc_daemon0] 0 6 0 0 -16 0 0 0 psleep DL - 0:00.00 [pagedaemon] 0 7 0 0 -16 0 0 0 psleep DL - 0:00.00 [vmdaemon] 0 8 0 0 155 0 0 0 pgzero DL - 0:00.00 [pagezero] 0 9 0 0 -16 0 0 0 psleep DL - 0:00.00 [bufdaemon] 0 10 0 0 -16 0 0 0 audit_wo DL - 0:00.00 [audit] 0 11 0 0 155 0 0 0 - RL - 23:21.12 [idle] 0 12 0 0 -84 0 0 0 - WL - 0:00.94 [intr] 0 13 0 0 -8 0 0 0 - DL - 0:00.00 [geom] 0 14 0 0 -16 0 0 0 - DL - 0:00.01 [rand_harvestq] 0 15 0 0 -68 0 0 0 - DL - 0:00.08 [usb] 0 16 0 0 -16 0 0 0 tzpoll DL - 0:00.00 [acpi_thermal] 0 17 0 0 -16 0 0 0 cooling DL - 0:00.00 [acpi_cooling1] 0 18 0 0 -16 0 0 0 - RL - 0:00.00 [vnlru] 0 19 0 0 16 0 0 0 - RL - 0:00.00 [syncer] 0 20 0 0 -16 0 0 0 - RL - 0:00.00 [softdepflush] 0 231 1 0 20 0 13164 0 select Ds - 0:00.01 [devd] 0 302 1 0 20 0 14480 0 select Ds - 0:00.02 [syslogd] 0 505 1 0 52 0 61164 0 select Ds - 0:00.00 [sshd] 0 533 1 0 20 0 24088 0 select Ds - 0:00.00 [sendmail] 25 536 1 0 52 0 24088 0 pause Ds - 0:00.00 [sendmail] 0 540 1 0 20 0 16580 0 nanslp Ds - 0:00.00 [cron] 0 577 1 0 20 0 47712 0 wait Ds - 0:00.02 [login] 0 578 1 0 52 0 14476 0 ttyin Ds+ - 0:00.00 [getty] 0 579 1 0 52 0 14476 0 ttyin Ds+ - 0:00.00 [getty] 0 580 1 0 52 0 14476 0 ttyin Ds+ - 0:00.00 [getty] 0 581 1 0 52 0 14476 0 ttyin Ds+ - 0:00.00 [getty] 0 582 1 0 52 0 14476 0 ttyin Ds+ - 0:00.00 [getty] 0 583 1 0 52 0 14476 0 ttyin Ds+ - 0:00.00 [getty] 0 584 1 0 52 0 14476 0 ttyin Ds+ - 0:00.00 [getty] 0 588 577 0 20 0 23560 0 pause D - 0:00.02 [csh] 0 926 1 0 52 0 14612 0 select Ds - 0:00.00 [dhclient] 65 1006 1 0 22 0 14612 0 select Ds - 0:00.00 [dhclient] 0 1042 588 0 20 0 38972 0 kqread D+ - 0:00.00 [svnlite] ------------------------------------------------------------------------ vmstat -s 345978 cpu context switches 24059 device interrupts 18183 software interrupts 92741 traps 644954 system calls 20 kernel threads created 733 fork() calls 289 vfork() calls 0 rfork() calls 0 swap pager pageins 0 swap pager pages paged in 0 swap pager pageouts 0 swap pager pages paged out 592 vnode pager pageins 3934 vnode pager pages paged in 0 vnode pager pageouts 0 vnode pager pages paged out 0 page daemon wakeups 0 pages examined by the page daemon 0 pages reactivated 29931 copy-on-write faults 167 copy-on-write optimized faults 42021 zero fill pages zeroed 0 zero fill pages prezeroed 8 intransit blocking page faults 80081 total VM faults taken 469 page faults requiring I/O 0 pages affected by kernel thread creation 27253 pages affected by fork() 11272 pages affected by vfork() 0 pages affected by rfork() 0 pages cached 121941 pages freed 0 pages freed by daemon 0 pages freed by exiting processes 3792 pages active 3882 pages inactive 0 pages in VM cache 86208 pages wired down 1913539 pages free 4096 bytes per page 194244 total name lookups cache hits (25% pos + 3% neg) system 0% per-directory deletions 28%, falsehits 0%, toolong 0% ------------------------------------------------------------------------ vmstat -m Type InUse MemUse HighUse Requests Size(s) USB 57 89K - 90 16,32,128,256,512,1024,2048,4096 USBdev 78 24K - 156 32,64,128,256,512,1024 cdev 6 2K - 6 256 filedesc 39 78K - 1043 2048 sigio 1 1K - 1 64 filecaps 1 1K - 3 16 kdtrace 341 78K - 1502 64,256 kenv 82 11K - 91 16,32,64,128 kqueue 2 3K - 14 256,2048 proc-args 19 2K - 635 16,32,64,128,256 kbdmux 6 18K - 6 16,512,1024,2048 hhook 2 1K - 2 256 ithread 101 17K - 101 32,128,256 KTRACE 100 13K - 100 128 LED 4 1K - 4 16,128 linker 207 67K - 274 16,32,64,128,256,512,1024,2048,4096 entropy 1027 65K - 1030 32,64,4096 lockf 20 3K - 4336 64,128 loginclass 3 1K - 14 64 devbuf 19635 39568K - 20639 16,32,64,128,256,512,1024,2048,4096 temp 46 17K - 1604 16,32,64,128,256,1024,2048 ip6ndp 3 1K - 4 64,128 CAM SIM 3 1K - 3 256 module 487 61K - 487 128 mtx_pool 2 16K - 2 osd 5 1K - 13 16,32,64 pmchooks 1 1K - 1 128 pgrp 19 3K - 51 128 session 17 3K - 21 128 proc 2 32K - 2 subproc 148 211K - 1152 512,4096 cred 64 10K - 7478 64,256 plimit 13 4K - 16 256 uidinfo 4 5K - 7 128,4096 hdaa 10 33K - 10 256,512,1024 hdac 2 2K - 2 256,1024 hdacc 2 1K - 2 32 CAM XPT 23 2K - 71 16,32,64,128,256,512,1024,2048 sysctl 0 0K - 430 16,32,64 sysctloid 5124 253K - 5328 16,32,64,128 sysctltmp 0 0K - 151 16,32,64,128,256 SCSI ENC 25 100K - 117 16,64,256,2048 tidhash 1 32K - 1 callout 9 3208K - 9 umtx 648 81K - 648 128 p1003.1b 1 1K - 1 16 SWAP 2 1097K - 2 64 bus 1356 121K - 6411 16,32,64,128,256,1024 bus-sc 107 1411K - 3775 16,32,64,128,256,512,1024,2048,4096 pci_link 16 2K - 16 64,128 devstat 6 13K - 6 32,4096 eventhandler 86 7K - 86 64,128 kobj 332 1328K - 488 4096 Per-cpu 1 1K - 1 32 acpi_perf 8 4K - 8 512 DEVFS3 122 31K - 136 256 rman 234 28K - 659 16,32,128 sbuf 0 0K - 695 16,32,64,128,256,512,1024,2048,4096 DEVFS1 105 53K - 121 512 DEVFS_RULE 55 26K - 55 64,512 taskqueue 85 13K - 135 16,32,64,128,256 Unitno 21 2K - 301 32,64 vmem 2 160K - 4 4096 ioctlops 0 0K - 1995 16,32,64,128,256,512,1024 select 10 2K - 10 128 iov 0 0K - 1396 64,128,256,512,1024,2048 msg 4 30K - 4 2048,4096 sem 4 106K - 4 2048,4096 shm 1 20K - 1 tty 17 17K - 17 1024 mbuf_tag 0 0K - 32 32,128 shmfd 1 8K - 1 soname 3 1K - 13769 16,32,128 pcb 22 1175K - 45 16,32,128,1024,2048 DEVFS 22 1K - 24 16,128 acl 0 0K - 3 4096 vfscache 1 2048K - 1 vfs_hash 1 1024K - 1 vnodes 1 1K - 1 256 DEVFSP 2 1K - 71 64 mount 106 4K - 288 16,32,64,128,256 vnodemarker 0 0K - 391 512 BPF 10 18K - 11 128,512,4096 ifnet 3 5K - 4 128,2048 ifaddr 40 13K - 61 32,64,128,256,512,2048,4096 ether_multi 17 1K - 26 16,32,64 clone 7 1K - 7 128 arpcom 1 1K - 2 16 lltable 8 3K - 10 256,512 routetbl 33 6K - 278 32,64,128,256,512 igmp 2 1K - 3 256 in_multi 2 1K - 4 256 sctp_a_it 0 0K - 5 16 sctp_vrf 1 1K - 1 64 sctp_ifa 4 1K - 5 128 sctp_ifn 2 1K - 2 128 sctp_iter 0 0K - 5 256 hostcache 1 28K - 1 syncache 1 64K - 1 in6_multi 15 2K - 15 32,256 mld 2 1K - 3 128 rpc 2 16K - 2 audit_evclass 187 6K - 228 32 ufs_quota 1 1024K - 1 vm_pgdata 2 1025K - 2 128 UMAHash 7 75K - 28 512,1024,2048,4096 memdesc 1 4K - 1 4096 pfs_nodes 21 6K - 21 256 atkbddev 2 1K - 2 64 GEOM 58 10K - 518 16,32,64,128,256,512,1024,2048 acpipwr 2 1K - 2 64 CAM DEV 5 10K - 6 2048 feeder 14 2K - 17 32,128 mixer 2 8K - 2 4096 raid_data 0 0K - 66 32,128,256 CAM CCB 0 0K - 11083 2048 acpiintr 1 1K - 1 64 md_nvidia_data 0 0K - 11 512 md_sii_data 0 0K - 11 512 acpica 9383 938K - 96593 16,32,64,128,256,512,1024,2048,4096 CAM path 7 1K - 32 32 apmdev 1 1K - 1 128 madt_table 0 0K - 1 4096 acpitask 1 16K - 1 acpisem 100 13K - 100 128 CAM periph 6 2K - 18 16,32,64,128,256 io_apic 1 2K - 1 2048 acpidev 82 6K - 82 64 MCA 18 3K - 18 64,128 CAM queue 8 3K - 13 16,512 msi 12 2K - 12 128 nexusdev 3 1K - 3 16 isadev 8 1K - 8 128 CAM dev queue 3 1K - 3 64 kstat_data 6 1K - 6 64 solaris 12368 20729K - 3465453 16,32,64,128,256,512,1024,2048,4096 ------------------------------------------------------------------------ vmstat -z ITEM SIZE LIMIT USED FREE REQ FAIL SLEEP UMA Kegs: 384, 0, 196, 4, 196, 0, 0 UMA Zones: 1664, 0, 196, 0, 196, 0, 0 UMA Slabs: 80, 0, 17633, 17, 18973, 0, 0 UMA RCntSlabs: 88, 0, 438, 12, 438, 0, 0 UMA Hash: 256, 0, 72, 18, 79, 0, 0 4 Bucket: 32, 0, 1592, 908, 12746, 0, 0 6 Bucket: 48, 0, 715, 945, 3388, 0, 0 8 Bucket: 64, 0, 48, 1130, 1596, 0, 0 12 Bucket: 96, 0, 41, 984, 96, 0, 0 16 Bucket: 128, 0, 4885, 1129, 15932, 17, 0 32 Bucket: 256, 0, 1275, 510, 8364, 50, 0 64 Bucket: 512, 0, 1241, 343, 4145, 56, 0 128 Bucket: 1024, 0, 1155, 141, 4748, 0, 0 vmem btag: 56, 0, 14123, 432, 14191, 205, 0 VM OBJECT: 256, 0, 1212, 438, 20477, 0, 0 RADIX NODE: 144, 0, 4352, 292, 31193, 0, 0 MAP: 240, 0, 3, 61, 3, 0, 0 KMAP ENTRY: 128, 0, 8, 271, 8, 0, 0 MAP ENTRY: 128, 0, 499, 1516, 32331, 0, 0 VMSPACE: 448, 0, 19, 278, 1024, 0, 0 fakepg: 104, 0, 0, 0, 0, 0, 0 mt_zone: 4112, 0, 352, 0, 352, 0, 0 16: 16, 0, 3612, 32281, 146681, 0, 0 32: 32, 0, 3218, 657, 1091844, 0, 0 64: 64, 0, 21780, 1470, 510257, 0, 0 128: 128, 0, 9866, 33038, 608960, 0, 0 256: 256, 0, 2940, 33240, 431613, 0, 0 512: 512, 0, 454, 98, 746303, 0, 0 1024: 1024, 0, 1569, 30699, 77324, 0, 0 2048: 2048, 0, 85, 65, 12545, 0, 0 4096: 4096, 0, 548, 1005, 17001, 0, 0 64 pcpu: 8, 0, 1712, 336, 1766, 0, 0 SLEEPQUEUE: 80, 0, 325, 822, 325, 0, 0 Files: 80, 0, 61, 939, 21320, 0, 0 TURNSTILE: 136, 0, 325, 355, 325, 0, 0 rl_entry: 40, 0, 44, 956, 44, 0, 0 umtx pi: 96, 0, 0, 0, 0, 0, 0 MAC labels: 40, 0, 0, 0, 0, 0, 0 PROC: 1208, 0, 38, 70, 1042, 0, 0 THREAD: 1168, 0, 301, 23, 458, 0, 0 cpuset: 72, 0, 241, 804, 398, 0, 0 audit_record: 1248, 0, 0, 0, 0, 0, 0 mbuf_packet: 256, 3212070, 89, 796, 581, 0, 0 mbuf: 256, 3212070, 1, 1134, 845, 0, 0 mbuf_cluster: 2048, 501886, 875, 1, 875, 0, 0 mbuf_jumbo_page: 4096, 250942, 0, 0, 0, 0, 0 mbuf_jumbo_9k: 9216, 223059, 0, 0, 0, 0, 0 mbuf_jumbo_16k: 16384, 167292, 0, 0, 0, 0, 0 mbuf_ext_refcnt: 4, 0, 0, 0, 0, 0, 0 DMAR_MAP_ENTRY: 120, 0, 0, 0, 0, 0, 0 ttyinq: 160, 0, 120, 330, 255, 0, 0 ttyoutq: 256, 0, 64, 371, 136, 0, 0 g_bio: 248, 0, 0, 496, 33065, 0, 0 ata_request: 336, 0, 0, 0, 0, 0, 0 vtnet_tx_hdr: 24, 0, 0, 0, 0, 0, 0 FPU_save_area: 832, 0, 0, 0, 0, 0, 0 taskq_zone: 48, 0, 0, 415, 186, 0, 0 VNODE: 472, 0, 809, 735, 65434, 0, 0 VNODEPOLL: 112, 0, 0, 0, 0, 0, 0 BUF TRIE: 144, 0, 0, 52326, 0, 0, 0 S VFS Cache: 108, 0, 609, 1771, 72866, 0, 0 STS VFS Cache: 148, 0, 0, 0, 0, 0, 0 L VFS Cache: 328, 0, 65, 235, 407, 0, 0 LTS VFS Cache: 368, 0, 0, 0, 0, 0, 0 NAMEI: 1024, 0, 0, 104, 164810, 0, 0 NCLNODE: 528, 0, 0, 0, 0, 0, 0 DIRHASH: 1024, 0, 0, 0, 0, 0, 0 pipe: 744, 0, 1, 104, 420, 0, 0 procdesc: 128, 0, 0, 0, 0, 0, 0 range_seg_cache: 64, 0, 317, 31737, 158007, 0, 0 zio_cache: 920, 0, 1, 1239, 288736, 0, 0 zio_link_cache: 48, 0, 0, 2324, 183770, 0, 0 zio_buf_512: 512, 0, 1078, 30626, 70345, 0, 0 zio_data_buf_512: 512, 0, 128, 136, 455, 0, 0 zio_buf_1024: 1024, 0, 23, 81, 882, 0, 0 zio_data_buf_1024: 1024, 0, 57, 75, 308, 0, 0 zio_buf_1536: 1536, 0, 18, 54, 370, 0, 0 zio_data_buf_1536: 1536, 0, 41, 41, 50, 0, 0 zio_buf_2048: 2048, 0, 20, 36, 398, 0, 0 zio_data_buf_2048: 2048, 0, 52, 24, 301, 0, 0 zio_buf_2560: 2560, 0, 2, 22, 122, 0, 0 zio_data_buf_2560: 2560, 0, 34, 8, 36, 0, 0 zio_buf_3072: 3072, 0, 2, 19, 64, 0, 0 zio_data_buf_3072: 3072, 0, 17, 13, 258, 0, 0 zio_buf_3584: 3584, 0, 1, 7, 53, 0, 0 zio_data_buf_3584: 3584, 0, 17, 1, 19, 0, 0 zio_buf_4096: 4096, 0, 16, 184, 11880, 0, 0 zio_data_buf_4096: 4096, 0, 4, 13, 305, 0, 0 zio_buf_5120: 5120, 0, 1, 10, 58, 0, 0 zio_data_buf_5120: 5120, 0, 20, 2, 196, 0, 0 zio_buf_6144: 6144, 0, 0, 7, 43, 0, 0 zio_data_buf_6144: 6144, 0, 9, 2, 131, 0, 0 zio_buf_7168: 7168, 0, 1, 9, 30, 0, 0 zio_data_buf_7168: 7168, 0, 10, 2, 117, 0, 0 zio_buf_8192: 8192, 0, 0, 11, 349, 0, 0 zio_data_buf_8192: 8192, 0, 15, 2, 108, 0, 0 zio_buf_10240: 10240, 0, 2, 4, 15, 0, 0 zio_data_buf_10240: 10240, 0, 13, 4, 113, 0, 0 zio_buf_12288: 12288, 0, 2, 13, 191, 0, 0 zio_data_buf_12288: 12288, 0, 10, 5, 53, 0, 0 zio_buf_14336: 14336, 0, 0, 6, 10, 0, 0 zio_data_buf_14336: 14336, 0, 10, 4, 20, 0, 0 zio_buf_16384: 16384, 0, 451, 1819, 6311, 0, 0 zio_data_buf_16384: 16384, 0, 9, 4, 17, 0, 0 zio_buf_20480: 20480, 0, 1, 10, 91, 0, 0 zio_data_buf_20480: 20480, 0, 10, 3, 22, 0, 0 zio_buf_24576: 24576, 0, 0, 8, 88, 0, 0 zio_data_buf_24576: 24576, 0, 12, 4, 24, 0, 0 zio_buf_28672: 28672, 0, 0, 10, 55, 0, 0 zio_data_buf_28672: 28672, 0, 3, 4, 15, 0, 0 zio_buf_32768: 32768, 0, 1, 8, 39, 0, 0 zio_data_buf_32768: 32768, 0, 5, 3, 17, 0, 0 zio_buf_36864: 36864, 0, 1, 9, 30, 0, 0 zio_data_buf_36864: 36864, 0, 3, 5, 15, 0, 0 zio_buf_40960: 40960, 0, 0, 6, 14, 0, 0 zio_data_buf_40960: 40960, 0, 8, 3, 20, 0, 0 zio_buf_45056: 45056, 0, 0, 7, 16, 0, 0 zio_data_buf_45056: 45056, 0, 4, 3, 16, 0, 0 zio_buf_49152: 49152, 0, 0, 8, 19, 0, 0 zio_data_buf_49152: 49152, 0, 2, 3, 14, 0, 0 zio_buf_53248: 53248, 0, 0, 6, 13, 0, 0 zio_data_buf_53248: 53248, 0, 2, 4, 14, 0, 0 zio_buf_57344: 57344, 0, 0, 4, 12, 0, 0 zio_data_buf_57344: 57344, 0, 1, 4, 13, 0, 0 zio_buf_61440: 61440, 0, 0, 5, 10, 0, 0 zio_data_buf_61440: 61440, 0, 3, 4, 15, 0, 0 zio_buf_65536: 65536, 0, 0, 6, 13, 0, 0 zio_data_buf_65536: 65536, 0, 1, 4, 13, 0, 0 zio_buf_69632: 69632, 0, 0, 4, 9, 0, 0 zio_data_buf_69632: 69632, 0, 2, 4, 14, 0, 0 zio_buf_73728: 73728, 0, 0, 5, 11, 0, 0 zio_data_buf_73728: 73728, 0, 2, 4, 14, 0, 0 zio_buf_77824: 77824, 0, 0, 6, 11, 0, 0 zio_data_buf_77824: 77824, 0, 2, 4, 14, 0, 0 zio_buf_81920: 81920, 0, 0, 7, 13, 0, 0 zio_data_buf_81920: 81920, 0, 1, 4, 13, 0, 0 zio_buf_86016: 86016, 0, 0, 7, 19, 0, 0 zio_data_buf_86016: 86016, 0, 2, 4, 14, 0, 0 zio_buf_90112: 90112, 0, 0, 9, 24, 0, 0 zio_data_buf_90112: 90112, 0, 3, 4, 15, 0, 0 zio_buf_94208: 94208, 0, 0, 8, 26, 0, 0 zio_data_buf_94208: 94208, 0, 5, 4, 12, 0, 0 zio_buf_98304: 98304, 0, 1, 7, 16, 0, 0 zio_data_buf_98304: 98304, 0, 0, 0, 0, 0, 0 zio_buf_102400: 102400, 0, 0, 2, 2, 0, 0 zio_data_buf_102400: 102400, 0, 0, 0, 0, 0, 0 zio_buf_106496: 106496, 0, 0, 2, 2, 0, 0 zio_data_buf_106496: 106496, 0, 2, 0, 2, 0, 0 zio_buf_110592: 110592, 0, 0, 2, 3, 0, 0 zio_data_buf_110592: 110592, 0, 1, 0, 1, 0, 0 zio_buf_114688: 114688, 0, 0, 6, 11, 0, 0 zio_data_buf_114688: 114688, 0, 1, 0, 1, 0, 0 zio_buf_118784: 118784, 0, 0, 2, 4, 0, 0 zio_data_buf_118784: 118784, 0, 1, 0, 1, 0, 0 zio_buf_122880: 122880, 0, 0, 4, 6, 0, 0 zio_data_buf_122880: 122880, 0, 0, 0, 0, 0, 0 zio_buf_126976: 126976, 0, 0, 4, 6, 0, 0 zio_data_buf_126976: 126976, 0, 1, 0, 1, 0, 0 zio_buf_131072: 131072, 0, 1, 9, 67, 0, 0 zio_data_buf_131072: 131072, 0, 142, 0, 142, 0, 0 lz4_ctx: 16384, 0, 0, 8, 28, 0, 0 sa_cache: 80, 0, 740, 1510, 65364, 0, 0 dnode_t: 744, 0, 1207, 31673, 66028, 0, 0 dmu_buf_impl_t: 224, 0, 2057, 31994, 76461, 0, 0 arc_buf_hdr_t: 216, 0, 1476, 1818, 12736, 0, 0 arc_buf_t: 72, 0, 1386, 2134, 12779, 0, 0 zil_lwb_cache: 192, 0, 5, 375, 36, 0, 0 zfs_znode_cache: 368, 0, 740, 710, 65364, 0, 0 Mountpoints: 816, 0, 11, 44, 11, 0, 0 ksiginfo: 112, 0, 70, 980, 93, 0, 0 itimer: 352, 0, 0, 0, 0, 0, 0 KNOTE: 128, 0, 3, 772, 377, 0, 0 socket: 696, 258250, 17, 88, 2607, 0, 0 unpcb: 240, 258256, 8, 488, 2295, 0, 0 ipq: 56, 15691, 0, 0, 0, 0, 0 udp_inpcb: 392, 258250, 2, 238, 292, 0, 0 udpcb: 16, 258279, 2, 1002, 292, 0, 0 tcp_inpcb: 392, 258250, 7, 233, 11, 0, 0 tcpcb: 1024, 258252, 5, 99, 11, 0, 0 tcptw: 88, 27810, 2, 133, 2, 0, 0 syncache: 160, 15375, 0, 0, 0, 0, 0 hostcache: 136, 15370, 1, 86, 1, 0, 0 tcpreass: 40, 31400, 0, 0, 0, 0, 0 sackhole: 32, 0, 0, 0, 0, 0, 0 sctp_ep: 1408, 258250, 0, 0, 0, 0, 0 sctp_asoc: 2352, 40000, 0, 0, 0, 0, 0 sctp_laddr: 48, 80012, 0, 415, 5, 0, 0 sctp_raddr: 728, 80000, 0, 0, 0, 0, 0 sctp_chunk: 136, 400026, 0, 0, 0, 0, 0 sctp_readq: 104, 400026, 0, 0, 0, 0, 0 sctp_stream_msg_out: 104, 400026, 0, 0, 0, 0, 0 sctp_asconf: 40, 400000, 0, 0, 0, 0, 0 sctp_asconf_ack: 48, 400060, 0, 0, 0, 0, 0 udplite_inpcb: 392, 258250, 0, 0, 0, 0, 0 ripcb: 392, 258250, 1, 29, 1, 0, 0 rtentry: 200, 0, 13, 367, 15, 0, 0 selfd: 56, 0, 22, 1043, 1310, 0, 0 SWAPMETA: 288, 1003782, 0, 0, 0, 0, 0 ------------------------------------------------------------------------ vmstat -i interrupt total rate irq1: atkbd0 1152 37 irq9: acpi0 4 0 irq16: ehci0 1190 38 irq23: ehci1 10585 341 cpu0:timer 19545 630 irq264: hdac0 7 0 irq265: xhci0 11 0 irq266: hdac1 63 2 irq267: ahci0 11047 356 cpu1:timer 4790 154 cpu6:timer 2537 81 cpu4:timer 2412 77 cpu3:timer 2301 74 cpu5:timer 3148 101 cpu2:timer 2692 86 cpu7:timer 2518 81 Total 64002 2064 ------------------------------------------------------------------------ pstat -T 61/258249 files 0M/8191M swap space ------------------------------------------------------------------------ pstat -s Device 512-blocks Used Avail Capacity /dev/ada0p2 16776960 0 16776960 0% ------------------------------------------------------------------------ iostat iostat: kvm_read(_tk_nin): invalid address (0x0) iostat: disabling TTY statistics ada0 pass0 pass1 cpu KB/t tps MB/s KB/t tps MB/s KB/t tps MB/s us ni sy in id 7.49 353 2.58 0.00 0 0.00 0.00 0 0.00 0 0 0 0 100 ------------------------------------------------------------------------ ipcs -a Message Queues: T ID KEY MODE OWNER GROUP CREATOR CGROUP CBYTES QNUM QBYTES LSPID LRPID STIME RTIME CTIME Shared Memory: T ID KEY MODE OWNER GROUP CREATOR CGROUP NATTCH SEGSZ CPID LPID ATIME DTIME CTIME Semaphores: T ID KEY MODE OWNER GROUP CREATOR CGROUP NSEMS OTIME CTIME ------------------------------------------------------------------------ ipcs -T msginfo: msgmax: 16384 (max characters in a message) msgmni: 40 (# of message queues) msgmnb: 2048 (max characters in a message queue) msgtql: 40 (max # of messages in system) msgssz: 8 (size of a message segment) msgseg: 2048 (# of message segments in system) shminfo: shmmax: 536870912 (max shared memory segment size) shmmin: 1 (min shared memory segment size) shmmni: 192 (max number of shared memory identifiers) shmseg: 128 (max shared memory segments per process) shmall: 131072 (max amount of shared memory in pages) seminfo: semmni: 50 (# of semaphore identifiers) semmns: 340 (# of semaphores in system) semmnu: 150 (# of undo structures in system) semmsl: 340 (max # of semaphores per id) semopm: 100 (max # of operations per semop call) semume: 50 (max # of undo entries per process) semusz: 632 (size in bytes of undo structure) semvmx: 32767 (semaphore maximum value) semaem: 16384 (adjust on exit max value) ------------------------------------------------------------------------ nfsstat Client Info: Rpc Counts: Getattr Setattr Lookup Readlink Read Write Create Remove 0 0 0 0 0 0 0 0 Rename Link Symlink Mkdir Rmdir Readdir RdirPlus Access 0 0 0 0 0 0 0 0 Mknod Fsstat Fsinfo PathConf Commit 0 0 0 0 0 Rpc Info: TimedOut Invalid X Replies Retries Requests 0 0 0 0 0 Cache Info: Attr Hits Misses Lkup Hits Misses BioR Hits Misses BioW Hits Misses 0 0 0 0 0 0 0 0 BioRLHits Misses BioD Hits Misses DirE Hits Misses Accs Hits Misses 0 0 0 0 0 0 0 0 Server Info: Getattr Setattr Lookup Readlink Read Write Create Remove 0 0 0 0 0 0 0 0 Rename Link Symlink Mkdir Rmdir Readdir RdirPlus Access 0 0 0 0 0 0 0 0 Mknod Fsstat Fsinfo PathConf Commit 0 0 0 0 0 Server Ret-Failed 0 Server Faults 0 Server Cache Stats: Inprog Idem Non-idem Misses 0 0 0 0 Server Write Gathering: WriteOps WriteRPC Opsaved 0 0 0 ------------------------------------------------------------------------ netstat -s tcp: 247 packets sent 92 data packets (36935 bytes) 0 data packets (0 bytes) retransmitted 0 data packets unnecessarily retransmitted 0 resends initiated by MTU discovery 149 ack-only packets (16 delayed) 0 URG only packets 0 window probe packets 0 window update packets 6 control packets 335 packets received 60 acks (for 36937 bytes) 2 duplicate acks 0 acks for unsent data 280 packets (319032 bytes) received in-sequence 0 completely duplicate packets (0 bytes) 0 old duplicate packets 0 packets with some dup. data (0 bytes duped) 0 out-of-order packets (0 bytes) 0 packets (0 bytes) of data after window 0 window probes 9 window update packets 0 packets received after close 0 discarded for bad checksums 0 discarded for bad header offset fields 0 discarded because packet too short 0 discarded due to memory problems 4 connection requests 0 connection accepts 0 bad connection attempts 0 listen queue overflows 0 ignored RSTs in the windows 4 connections established (including accepts) 4 connections closed (including 0 drops) 2 connections updated cached RTT on close 2 connections updated cached RTT variance on close 0 connections updated cached ssthresh on close 0 embryonic connections dropped 60 segments updated rtt (of 26 attempts) 0 retransmit timeouts 0 connections dropped by rexmit timeout 0 persist timeouts 0 connections dropped by persist timeout 0 Connections (fin_wait_2) dropped because of timeout 0 keepalive timeouts 0 keepalive probes sent 0 connections dropped by keepalive 15 correct ACK header predictions 263 correct data packet header predictions 0 syncache entries added 0 retransmitted 0 dupsyn 0 dropped 0 completed 0 bucket overflow 0 cache overflow 0 reset 0 stale 0 aborted 0 badack 0 unreach 0 zone failures 0 cookies sent 0 cookies received 1 hostcache entry added 0 bucket overflow 0 SACK recovery episodes 0 segment rexmits in SACK recovery episodes 0 byte rexmits in SACK recovery episodes 0 SACK options (SACK blocks) received 0 SACK options (SACK blocks) sent 0 SACK scoreboard overflow 0 packets with ECN CE bit set 0 packets with ECN ECT(0) bit set 0 packets with ECN ECT(1) bit set 0 successful ECN handshakes 0 times ECN reduced the congestion window udp: 17 datagrams received 0 with incomplete header 0 with bad data length field 0 with bad checksum 0 with no checksum 16 dropped due to no socket 1 broadcast/multicast datagram undelivered 0 dropped due to full socket buffers 0 not for hashed pcb 0 delivered 16 datagrams output 0 times multicast source filter matched ip: 354 total packets received 0 bad header checksums 0 with size smaller than minimum 0 with data size < data length 0 with ip length > max ip packet size 0 with header length < data size 0 with data length < header length 0 with bad options 0 with incorrect version number 0 fragments received 0 fragments dropped (dup or out of space) 0 fragments dropped after timeout 0 packets reassembled ok 344 packets for this host 8 packets for unknown/unsupported protocol 0 packets forwarded (0 packets fast forwarded) 2 packets not forwardable 0 packets received for unknown multicast group 0 redirects sent 263 packets sent from this host 0 packets sent with fabricated ip header 0 output packets dropped due to no bufs, etc. 0 output packets discarded due to no route 0 output datagrams fragmented 0 fragments created 0 datagrams that can't be fragmented 0 tunneling packets that can't find gif 0 datagrams with bad address in header icmp: 8 calls to icmp_error 0 errors not generated in response to an icmp message Output histogram: destination unreachable: 8 0 messages with bad code fields 0 messages less than the minimum length 0 messages with bad checksum 0 messages with bad length 0 multicast echo requests ignored 0 multicast timestamp requests ignored Input histogram: destination unreachable: 8 0 message responses generated 0 invalid return addresses 0 no return routes igmp: 0 messages received 0 messages received with too few bytes 0 messages received with wrong TTL 0 messages received with bad checksum 0 V1/V2 membership queries received 0 V3 membership queries received 0 membership queries received with invalid field(s) 0 general queries received 0 group queries received 0 group-source queries received 0 group-source queries dropped 0 membership reports received 0 membership reports received with invalid field(s) 0 membership reports received for groups to which we belong 0 V3 reports received without Router Alert 0 membership reports sent arp: 2 ARP requests sent 0 ARP replies sent 17 ARP requests received 1 ARP reply received 18 ARP packets received 0 total packets dropped due to no ARP entry 0 ARP entrys timed out 0 Duplicate IPs seen ip6: 16 total packets received 0 with size smaller than minimum 0 with data size < data length 0 with bad options 0 with incorrect version number 0 fragments received 0 fragments dropped (dup or out of space) 0 fragments dropped after timeout 0 fragments that exceeded limit 0 packets reassembled ok 8 packets for this host 0 packets forwarded 0 packets not forwardable 0 redirects sent 16 packets sent from this host 0 packets sent with fabricated ip header 0 output packets dropped due to no bufs, etc. 0 output packets discarded due to no route 0 output datagrams fragmented 0 fragments created 0 datagrams that can't be fragmented 0 packets that violated scope rules 0 multicast packets which we don't join Input histogram: UDP: 8 ICMP6: 8 Mbuf statistics: 8 one mbuf two or more mbuf: lo0= 8 0 one ext mbuf 0 two or more ext mbuf 0 packets whose headers are not contiguous 0 tunneling packets that can't find gif 0 packets discarded because of too many headers 8 failures of source address selection source addresses on a non-outgoing I/F 8 addresses scope=f Source addresses selection rule applied: 8 same address icmp6: 8 calls to icmp6_error 0 errors not generated in response to an icmp6 message 0 errors not generated because of rate limitation Output histogram: unreach: 8 0 messages with bad code fields 0 messages < minimum length 0 bad checksums 0 messages with bad length Input histogram: unreach: 8 Histogram of error messages to be generated: 0 no route 0 administratively prohibited 0 beyond scope 0 address unreachable 8 port unreachable 0 packet too big 0 time exceed transit 0 time exceed reassembly 0 erroneous header field 0 unrecognized next header 0 unrecognized option 0 redirect 0 unknown 0 message responses generated 0 messages with too many ND options 0 messages with bad ND options 0 bad neighbor solicitation messages 0 bad neighbor advertisement messages 0 bad router solicitation messages 0 bad router advertisement messages 0 bad redirect messages 0 path MTU changes rip6: 0 messages received 0 checksum calculations on inbound 0 messages with bad checksum 0 messages dropped due to no socket 0 multicast messages dropped due to no socket 0 messages dropped due to full socket buffers 0 delivered 0 datagrams output ------------------------------------------------------------------------ netstat -m netstat: invalid address (0x0) 90/1930/2020 mbufs in use (current/cache/total) 79/797/876/501886 mbuf clusters in use (current/cache/total/max) 89/796 mbuf+clusters out of packet secondary zone in use (current/cache) 0/0/0/250942 4k (page size) jumbo clusters in use (current/cache/total/max) 0/0/0/223059 9k jumbo clusters in use (current/cache/total/max) 0/0/0/167292 16k jumbo clusters in use (current/cache/total/max) 180K/2076K/2257K bytes allocated to network (current/cache/total) 0/0/0 requests for mbufs denied (mbufs/clusters/mbuf+clusters) 0/0/0 requests for mbufs delayed (mbufs/clusters/mbuf+clusters) 0/0/0 requests for jumbo clusters delayed (4k/9k/16k) 0/0/0 requests for jumbo clusters denied (4k/9k/16k) ------------------------------------------------------------------------ netstat -anr Routing tables Internet: Destination Gateway Flags Netif Expire default 192.168.0.1 UGS ue0 127.0.0.1 link#1 UH lo0 192.168.0.0/24 link#2 U ue0 192.168.0.139 link#2 UHS lo0 Internet6: Destination Gateway Flags Netif Expire ::/96 ::1 UGRS lo0 ::1 link#1 UH lo0 ::ffff:0.0.0.0/96 ::1 UGRS lo0 fe80::/10 ::1 UGRS lo0 fe80::%lo0/64 link#1 U lo0 fe80::1%lo0 link#1 UHS lo0 ff01::%lo0/32 ::1 U lo0 ff02::/16 ::1 UGRS lo0 ff02::%lo0/32 ::1 U lo0 ------------------------------------------------------------------------ netstat -anA Active Internet connections (including servers) Tcpcb Proto Recv-Q Send-Q Local Address Foreign Address (state) fffff8000da59400 tcp4 0 0 192.168.0.139.3221 192.168.0.128.80 ESTABLISHED fffff8015e5b6c00 tcp4 0 0 192.168.0.139.4120 192.168.0.128.80 ESTABLISHED fffff8015e583b58 tcp4 0 0 192.168.0.139.2507 192.168.0.128.80 TIME_WAIT fffff8015e583bb0 tcp4 0 0 192.168.0.139.5047 192.168.0.128.80 TIME_WAIT fffff8000daf0c00 tcp4 0 0 127.0.0.1.25 *.* LISTEN fffff8000da23400 tcp4 0 0 *.22 *.* LISTEN fffff8000da23800 tcp6 0 0 *.22 *.* LISTEN fffff8000d7257a8 udp4 0 0 *.514 *.* fffff8000d725930 udp6 0 0 *.514 *.* Active UNIX domain sockets Address Type Recv-Q Send-Q Inode Conn Refs Nextref Addr fffff8000d745870 stream 0 0 fffff8000d40b588 0 0 0 /var/run/devd.pipe fffff8000d906d20 dgram 0 0 0 fffff8000d906e10 0 fffff8000dcdc690 fffff8000dcdc690 dgram 0 0 0 fffff8000d906e10 0 fffff8000dc5d960 fffff8000dc5d960 dgram 0 0 0 fffff8000d906e10 0 fffff8000d745780 fffff8000d757b40 dgram 0 0 0 fffff8000d907000 0 0 fffff8000d745780 dgram 0 0 0 fffff8000d906e10 0 0 fffff8000d906e10 dgram 0 0 fffff8000d581ce8 0 fffff8000d906d20 0 /var/run/logpriv fffff8000d907000 dgram 0 0 fffff8000d582000 0 fffff8000d757b40 0 /var/run/log ------------------------------------------------------------------------ netstat -aL Current listen queue sizes (qlen/incqlen/maxqlen) Proto Listen Local Address tcp4 0/0/10 localhost.smtp tcp4 0/0/128 *.ssh tcp6 0/0/128 *.ssh unix 0/0/4 /var/run/devd.pipe ------------------------------------------------------------------------ fstat fstat: can't read file 1 at 0x200007fffffffff fstat: can't read file 2 at 0x4000000001fffff fstat: can't read file 4 at 0x780000ffff fstat: can't read file 7 at 0x200007fffffffff fstat: can't read file 8 at 0x4000000001fffff fstat: can't read znode_phys at 0x1 fstat: can't read znode_phys at 0x1 fstat: can't read znode_phys at 0x1 fstat: can't read file 1 at 0x200000000000000 fstat: can't read file 2 at 0x400000000000000 fstat: can't read file 7 at 0x200000000000002 fstat: can't read file 8 at 0x400000000000000 fstat: can't read znode_phys at 0x1 fstat: can't read znode_phys at 0x1 fstat: can't read znode_phys at 0x1 fstat: can't read znode_phys at 0x1 fstat: can't read file 1 at 0x200007fffffffff fstat: can't read file 2 at 0x4000000001fffff fstat: can't read file 4 at 0x780000ffff fstat: can't read file 7 at 0x200007fffffffff fstat: can't read file 8 at 0x4000000001fffff fstat: can't read znode_phys at 0x1 fstat: can't read znode_phys at 0x1 fstat: can't read znode_phys at 0x1 fstat: can't read znode_phys at 0x1 fstat: can't read znode_phys at 0x1 fstat: can't read znode_phys at 0x1 fstat: can't read file 1 at 0x200007fffffffff fstat: can't read file 2 at 0x4000000001fffff fstat: can't read znode_phys at 0x1 fstat: can't read znode_phys at 0x1 fstat: can't read znode_phys at 0x1 fstat: can't read file 1 at 0x200007fffffffff fstat: can't read file 2 at 0x4000000001fffff fstat: can't read znode_phys at 0x1 fstat: can't read znode_phys at 0x1 fstat: can't read znode_phys at 0x1 fstat: can't read file 1 at 0x200007fffffffff fstat: can't read file 2 at 0x4000000001fffff fstat: can't read znode_phys at 0x1 fstat: can't read znode_phys at 0x1 fstat: can't read znode_phys at 0x1 fstat: can't read file 1 at 0x200007fffffffff fstat: can't read file 2 at 0x4000000001fffff fstat: can't read znode_phys at 0x1 fstat: can't read znode_phys at 0x1 fstat: can't read znode_phys at 0x1 fstat: can't read file 1 at 0x200007fffffffff fstat: can't read file 2 at 0x4000000001fffff fstat: can't read znode_phys at 0x1 fstat: can't read znode_phys at 0x1 fstat: can't read znode_phys at 0x1 fstat: can't read file 1 at 0x200007fffffffff fstat: can't read file 2 at 0x4000000001fffff fstat: can't read znode_phys at 0x1 fstat: can't read znode_phys at 0x1 fstat: can't read znode_phys at 0x1 fstat: can't read file 1 at 0x200007fffffffff fstat: can't read file 2 at 0x4000000001fffff fstat: can't read znode_phys at 0x1 fstat: can't read znode_phys at 0x1 fstat: can't read znode_phys at 0x1 fstat: can't read file 1 at 0x200007fffffffff fstat: can't read file 2 at 0x4000000001fffff fstat: can't read znode_phys at 0x1 fstat: can't read znode_phys at 0x1 fstat: can't read znode_phys at 0x1 fstat: can't read file 1 at 0x200007fffffffff fstat: can't read file 2 at 0x4000000001fffff fstat: can't read znode_phys at 0x1 fstat: can't read znode_phys at 0x1 fstat: can't read znode_phys at 0x1 fstat: can't read file 1 at 0x200007fffffffff fstat: can't read file 2 at 0x4000000001fffff fstat: can't read file 4 at 0x780000ffff fstat: can't read znode_phys at 0x1 fstat: can't read znode_phys at 0x1 fstat: can't read znode_phys at 0x1 fstat: can't read file 1 at 0x200007fffffffff fstat: can't read file 2 at 0x4000000001fffff fstat: can't read file 4 at 0x780000ffff fstat: can't read znode_phys at 0x1 fstat: can't read znode_phys at 0x1 fstat: can't read znode_phys at 0x1 fstat: can't read file 1 at 0x200007fffffffff fstat: can't read file 2 at 0x4000000001fffff fstat: can't read file 4 at 0x780000ffff fstat: can't read znode_phys at 0x1 fstat: can't read znode_phys at 0x1 fstat: can't read znode_phys at 0x1 fstat: can't read file 1 at 0x200007fffffffff fstat: can't read file 2 at 0x4000000001fffff fstat: can't read file 4 at 0x780000ffff fstat: can't read file 7 at 0x200007fffffffff fstat: can't read file 8 at 0x4000000001fffff fstat: can't read file 10 at 0x780000ffff fstat: can't read file 13 at 0x200007fffffffff fstat: can't read file 14 at 0x4000000001fffff fstat: can't read file 16 at 0x780000ffff fstat: can't read file 19 at 0x200007fffffffff fstat: can't read znode_phys at 0x1 fstat: can't read znode_phys at 0x1 fstat: can't read znode_phys at 0x1 fstat: can't read znode_phys at 0x1 fstat: can't read file 1 at 0x200007fffffffff fstat: can't read file 2 at 0x4000000001fffff fstat: can't read file 4 at 0x780000ffff fstat: can't read znode_phys at 0x1 fstat: can't read znode_phys at 0x1 fstat: can't read znode_phys at 0x1 fstat: can't read znode_phys at 0x1 fstat: can't read znode_phys at 0x1 fstat: can't read znode_phys at 0x1 fstat: can't read znode_phys at 0x1 fstat: can't read znode_phys at 0x1 USER CMD PID FD MOUNT INUM MODE SZ|DV R/W root svnlite 1042 root - - error - root svnlite 1042 wd - - error - root svnlite 1042 text - - error - root svnlite 1042 ctty /dev 41 crw------- ttyv0 rw root svnlite 1042 0 /dev 41 crw------- ttyv0 rw root svnlite 1042 6 /dev 41 crw------- ttyv0 rw _dhcp dhclient 1006 root - - error - _dhcp dhclient 1006 wd - - error - _dhcp dhclient 1006 jail - - error - _dhcp dhclient 1006 text - - error - _dhcp dhclient 1006 0 /dev 7 crw-rw-rw- null rw _dhcp dhclient 1006 6 /dev 7 crw-rw-rw- null rw root dhclient 926 root - - error - root dhclient 926 wd - - error - root dhclient 926 text - - error - root dhclient 926 0 /dev 7 crw-rw-rw- null rw root dhclient 926 6 /dev 7 crw-rw-rw- null rw root csh 588 root - - error - root csh 588 wd - - error - root csh 588 text - - error - root csh 588 ctty /dev 41 crw------- ttyv0 rw root getty 584 root - - error - root getty 584 wd - - error - root getty 584 text - - error - root getty 584 ctty /dev 48 crw------- ttyv7 rw root getty 584 0 /dev 48 crw------- ttyv7 rw root getty 583 root - - error - root getty 583 wd - - error - root getty 583 text - - error - root getty 583 ctty /dev 47 crw------- ttyv6 rw root getty 583 0 /dev 47 crw------- ttyv6 rw root getty 582 root - - error - root getty 582 wd - - error - root getty 582 text - - error - root getty 582 ctty /dev 46 crw------- ttyv5 rw root getty 582 0 /dev 46 crw------- ttyv5 rw root getty 581 root - - error - root getty 581 wd - - error - root getty 581 text - - error - root getty 581 ctty /dev 45 crw------- ttyv4 rw root getty 581 0 /dev 45 crw------- ttyv4 rw root getty 580 root - - error - root getty 580 wd - - error - root getty 580 text - - error - root getty 580 ctty /dev 44 crw------- ttyv3 rw root getty 580 0 /dev 44 crw------- ttyv3 rw root getty 579 root - - error - root getty 579 wd - - error - root getty 579 text - - error - root getty 579 ctty /dev 43 crw------- ttyv2 rw root getty 579 0 /dev 43 crw------- ttyv2 rw root getty 578 root - - error - root getty 578 wd - - error - root getty 578 text - - error - root getty 578 ctty /dev 42 crw------- ttyv1 rw root getty 578 0 /dev 42 crw------- ttyv1 rw root login 577 root - - error - root login 577 wd - - error - root login 577 text - - error - root login 577 ctty /dev 41 crw------- ttyv0 rw root login 577 0 /dev 41 crw------- ttyv0 rw root cron 540 root - - error - root cron 540 wd - - error - root cron 540 text - - error - root cron 540 0 /dev 7 crw-rw-rw- null rw smmsp sendmail 536 root - - error - smmsp sendmail 536 wd - - error - smmsp sendmail 536 text - - error - smmsp sendmail 536 0 /dev 7 crw-rw-rw- null r root sendmail 533 root - - error - root sendmail 533 wd - - error - root sendmail 533 text - - error - root sendmail 533 0 /dev 7 crw-rw-rw- null r root sshd 505 root - - error - root sshd 505 wd - - error - root sshd 505 text - - error - root sshd 505 0 /dev 7 crw-rw-rw- null rw root syslogd 302 root - - error - root syslogd 302 wd - - error - root syslogd 302 text - - error - root syslogd 302 0 /dev 7 crw-rw-rw- null rw root syslogd 302 6 /dev 7 crw-rw-rw- null rw root syslogd 302 12 /dev 7 crw-rw-rw- null rw root syslogd 302 18 - - error - root devd 231 root - - error - root devd 231 wd - - error - root devd 231 text - - error - root devd 231 0 /dev 7 crw-rw-rw- null rw root devd 231 6 /dev 7 crw-rw-rw- null rw root init 1 root - - error - root init 1 wd - - error - root init 1 text - - error - root kernel 0 root - - error - root kernel 0 wd - - error - ------------------------------------------------------------------------ dmesg \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0tqqqqqqqqqqqqqqq\^[[m\^[[30m\^[[47m\^[(0u\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[[37m\^[[44m\^[[1m<\^[[33m\^[[44m \^[[37m\^[[44mO\^[[33m\^[[44mK \^[[37m\^[[44m>\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0m\^[[m\^[[30m\^[[47m\^[(0qqqqqqqqqqqqqqqj\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[30m\^[[40m \^[[36m\^[[44m\^[[K\^[[14;38H\^[[39;49m\^[[m\^[[10;33H\^[[30m\^[[47mDHCP lease\^[[11;33Hacquisition\^[[12;33Hfailed. \^H\^H\^[[39;49m\^[[m\^[[16;49H\^[[25;1H\^[[?1l\^[>\^[[1;25r\^[[m\^[[4l\^[[?1h\^[=\^[[39;49m\^[[?1h\^[=\^[[39;49m\^[[m\^[[H\^[[2J\^[[16B\^[[36m\^[[44m\^[[1m\^[[J\^[[H FreeBSD Installer\^[[K \^[(0qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq\^[(B\^[[K \^[[K \^[[K \^[[K \^[[K \^[[K \^[[K \^[[37m\^[[47m\^[(0lqq\^[(B\^[[34m\^[[47mNetwork Configuration\^[[37m\^[[47m\^[(0qqqq\^[[m\^[[30m\^[[47m\^[(0k\^[(B\^[[36m\^[[44m\^[[1m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0tqqqqqqqqqqqqqqqqqqqqqqqqqqq\^[[m\^[[30m\^[[47m\^[(0u\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[[37m\^[[44m\^[[1m<\^[[33m\^[[44m \^[[37m\^[[44mY\^[[33m\^[[44mes \^[[37m\^[[44m>\^[[m\^[[30m\^[[47m <\^[[1m \^[[m\^[[31m\^[[47mN\^[[30m\^[[47m\^[[1mo \^[[m\^[[30m\^[[47m> \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0m\^[[m\^[[30m\^[[47m\^[(0qqqqqqqqqqqqqqqqqqqqqqqqqqqj\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[30m\^[[40m \^[[36m\^[[44m\^[[K\^[[14;33H\^[[39;49m\^[[m\^[[10;27H\^[[30m\^[[47mWould you like to use\^[[11;27HDHCP to configure this\^[[12;27Hinterface? \^H\^H\^H\^H\^[[39;49m\^[[m\^[[16;55H\^[[25;1H\^[[?1l\^[>\^[[1;25r\^[[m\^[[4l\^[[?1h\^[=\^[[39;49m\^[[?1h\^[=\^[[39;49m\^[[m\^[[H\^[[2J\^[[15B\^[[36m\^[[44m\^[[1m\^[[J\^[[H FreeBSD Installer\^[[K \^[(0qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq\^[(B\^[[K \^[[K \^[[K \^[[K \^[[K \^[[K \^[[K \^[[K \^[[37m\^[[47m\^[(0lqqqqqqqqqqqqqq\^[[m\^[[30m\^[[47m\^[(0k\^[(B\^[[36m\^[[44m\^[[1m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m Acquiring \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m DHCP \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m lease... \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0m\^[[m\^[[30m\^[[47m\^[(0qqqqqqqqqqqqqqj\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[30m\^[[40m \^[[36m\^[[44m\^[[K\^[[A\^H\^H\^H\^[[39;49m\^[[m \^[[2C\^[[25;1H\^[[?1l\^[>\^[[1;25r\^[[m\^[[4l\^[[?1h\^[=\^[[39;49m\^[[?1h\^[=\^[[39;49m\^[[m\^[[H\^[[2J\^[[16B\^[[36m\^[[44m\^[[1m\^[[J\^[[H FreeBSD Installer\^[[K \^[(0qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq\^[(B\^[[K \^[[K \^[[K \^[[K \^[[K \^[[K \^[[K \^[[37m\^[[47m\^[(0lqqqqqqqqqqqqqqq\^[[m\^[[30m\^[[47m\^[(0k\^[(B\^[[36m\^[[44m\^[[1m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0tqqqqqqqqqqqqqqq\^[[m\^[[30m\^[[47m\^[(0u\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[[37m\^[[44m\^[[1m<\^[[33m\^[[44m \^[[37m\^[[44mO\^[[33m\^[[44mK \^[[37m\^[[44m>\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0m\^[[m\^[[30m\^[[47m\^[(0qqqqqqqqqqqqqqqj\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[30m\^[[40m \^[[36m\^[[44m\^[[K\^[[14;38H\^[[39;49m\^[[m\^[[10;33H\^[[30m\^[[47mDHCP lease\^[[11;33Hacquisition\^[[12;33Hfailed. \^H\^H\^[[39;49m\^[[m\^[[16;49H\^[[25;1H\^[[?1l\^[>\^[[1;25r\^[[m\^[[4l\^[[?1h\^[=\^[[39;49m\^[[?1h\^[=\^[[39;49m\^[[m\^[[H\^[[2J\^[[16B\^[[36m\^[[44m\^[[1m\^[[J\^[[H FreeBSD Installer\^[[K \^[(0qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq\^[(B\^[[K \^[[K \^[[K \^[[K \^[[K \^[[K \^[[K \^[[37m\^[[47m\^[(0lqq\^[(B\^[[34m\^[[47mNetwork Configuration\^[[37m\^[[47m\^[(0qqqq\^[[m\^[[30m\^[[47m\^[(0k\^[(B\^[[36m\^[[44m\^[[1m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0tqqqqqqqqqqqqqqqqqqqqqqqqqqq\^[[m\^[[30m\^[[47m\^[(0u\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[[37m\^[[44m\^[[1m<\^[[33m\^[[44m \^[[37m\^[[44mY\^[[33m\^[[44mes \^[[37m\^[[44m>\^[[m\^[[30m\^[[47m <\^[[1m \^[[m\^[[31m\^[[47mN\^[[30m\^[[47m\^[[1mo \^[[m\^[[30m\^[[47m> \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0m\^[[m\^[[30m\^[[47m\^[(0qqqqqqqqqqqqqqqqqqqqqqqqqqqj\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[30m\^[[40m \^[[36m\^[[44m\^[[K\^[[14;33H\^[[39;49m\^[[m\^[[10;27H\^[[30m\^[[47mWould you like to use\^[[11;27HDHCP to configure this\^[[12;27Hinterface? \^H\^H\^H\^H\^[[39;49m\^[[m\^H\^H\^[[30m\^[[47m<\^[[1m \^[[m\^[[31m\^[[47mY\^[[30m\^[[47m\^[[1mes \^[[m\^[[30m\^[[47m> \^[[37m\^[[44m\^[[1m<\^[[33m\^[[44m \^[[37m\^[[44mN\^[[33m\^[[44mo \^[[37m\^[[44m>\^[[5D\^[[39;49m\^[[m\^[[16;55H\^[[25;1H\^[[?1l\^[>\^[[1;25r\^[[m\^[[4l\^[[?1h\^[=\^[[39;49m\^[[?1h\^[=\^[[?1h\^[=\^[[39;49m\^[[m\^[[H\^[[2J\^[[18B\^[[36m\^[[44m\^[[1m\^[[J\^[[H FreeBSD Installer\^[[K \^[(0qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq\^[(B\^[[K \^[[K \^[[K \^[[K \^[[K \^[[K \^[[30m\^[[40m \^[[36m\^[[44m\^[[K \^[[30m\^[[40m \^[[36m\^[[44m\^[[K \^[[m\^[[30m\^[[47mIP Address\^[[37m\^[[47m\^[[1m \^[[36m\^[[44m \^[[30m\^[[40m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m \^[[36m\^[[44m \^[[30m\^[[40m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m \^[[36m\^[[44m \^[[30m\^[[40m \^[[36m\^[[44m\^[[K \^[[30m\^[[40m \^[[36m\^[[44m\^[[K \^[[30m\^[[40m \^[[36m\^[[44m\^[[K \^[[30m\^[[40m \^[[36m\^[[44m\^[[K \^[[30m\^[[40m \^[[36m\^[[44m\^[[K \^[[30m\^[[40m \^[[36m\^[[44m\^[[K \^[[30m\^[[40m \^[[36m\^[[44m\^[[K\^[[10;22H\^[[39;49m\^[[m\^[[10;41H\^[[37m\^[[44m\^[[1m \^[[10;41H\^[[39;49m\^[[m\^[[11;22H\^[[30m\^[[47mSubnet Mask\^[[11;22H\^[[39;49m\^[[m\^[[11;41H\^[[37m\^[[46m\^[[1m \^[[11;41H\^[[39;49m\^[[m\^[[12;22H\^[[30m\^[[47mDefault Router\^[[12;22H\^[[39;49m\^[[m\^[[12;41H\^[[37m\^[[46m\^[[1m \^[[12;41H\^[[39;49m\^[[m\^[[7;19H\^[[37m\^[[47m\^[(0\^[[1mlqqqqqqqq\^[(B\^[[34m\^[[47mNetwork Configuration\^[[37m\^[[47m\^[(0qqqqqqqqqqq\^[[m\^[[30m\^[[47m\^[(0k\^[[39;49m\^[(B\^[[m\^[[8;19H\^[[30m\^[[47m\^[(0\^[[37m\^[[47m\^[[1mx\^[(B\^[[m\^[[30m\^[[47m Static Network Interface Configuration \^[(0x\^[[39;49m\^[(B\^[[m\^[[9;19H\^[[30m\^[[47m\^[(0\^[[37m\^[[47m\^[[1mx\^[(B\^[[m\^[[30m\^[[47m \^[(0lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq\^[[37m\^[[47m\^[[1mk\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[[39;49m\^[(B\^[[m\^[[10;19H\^[[30m\^[[47m\^[(0\^[[37m\^[[47m\^[[1mx\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[[39;49m\^[(B\^[[m\^[[10;58H\^[[30m\^[[47m\^[(0\^[[37m\^[[47m\^[[1mx\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[[39;49m\^[(B\^[[m\^[[11;19H\^[[30m\^[[47m\^[(0\^[[37m\^[[47m\^[[1mx\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[[39;49m\^[(B\^[[m\^[[11;58H\^[[30m\^[[47m\^[(0\^[[37m\^[[47m\^[[1mx\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[[39;49m\^[(B\^[[m\^[[12;19H\^[[30m\^[[47m\^[(0\^[[37m\^[[47m\^[[1mx\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[[39;49m\^[(B\^[[m\^[[12;57H\^[[30m\^[[47m\^[(0\^[(B \^[[37m\^[[47m\^[(0\^[[1mx\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[[39;49m\^[(B\^[[m\^[[13;19H\^[[30m\^[[47m\^[(0\^[[37m\^[[47m\^[[1mx\^[(B\^[[m\^[[30m\^[[47m \^[(0m\^[[37m\^[[47m\^[[1mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqj\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[[39;49m\^[(B\^[[m\^[[14;19H\^[[30m\^[[47m\^[(0\^[[37m\^[[47m\^[[1mx\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[[39;49m\^[(B\^[[m\^[[15;19H\^[[30m\^[[47m\^[(0\^[[37m\^[[47m\^[[1mtqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq\^[[m\^[[30m\^[[47m\^[(0u\^[[39;49m\^[(B\^[[m\^[[16;19H\^[[30m\^[[47m\^[(0\^[[37m\^[[47m\^[[1mx\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[[39;49m\^[(B\^[[m\^[[17;19H\^[[30m\^[[47m\^[(0\^[[37m\^[[47m\^[[1mm\^[[m\^[[30m\^[[47m\^[(0qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqj\^[[39;49m\^[(B\^[[m\^[[4A\^H\^H\^[[30m\^[[47m\^[(0\^[[39;49m\^[(B\^[[m\^[[16;29H\^[[30m\^[[47m<\^[[1m \^[[m\^[[31m\^[[47mO\^[[30m\^[[47m\^[[1mK \^[[m\^[[30m\^[[47m> <\^[[31m\^[[47mC\^[[30m\^[[47m\^[[1mancel\^[[m\^[[30m\^[[47m>\^[[13;59H\^[[39;49m\^[[m\^[[10;41H\^[[16;29H\^[[37m\^[[44m\^[[1m<\^[[33m\^[[44m \^[[37m\^[[44mO\^[[33m\^[[44mK \^[[37m\^[[44m>\^[[5D\^[[39;49m\^[[m\^H\^H\^H\^[[30m\^[[47m<\^[[1m \^[[m\^[[31m\^[[47mO\^[[30m\^[[47m\^[[1mK \^[[m\^[[30m\^[[47m> \^[[37m\^[[44m\^[[1m<C\^[[33m\^[[44mancel\^[[37m\^[[44m>\^[[7D\^[[39;49m\^[[m\^[[18;62H\^[[25;1H\^[[?1l\^[>\^[[1;25r\^[[m\^[[4l\^[[?1h\^[=\^[[39;49m\^[[?1h\^[=\^[[?1h\^[=\^[[39;49m\^[[m\^[[H\^[[2J\^[[18B\^[[36m\^[[44m\^[[1m\^[[J\^[[H FreeBSD Installer\^[[K \^[(0qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq\^[(B\^[[K \^[[K \^[[K \^[[K \^[[K \^[[37m\^[[47m\^[(0lqq\^[(B\^[[34m\^[[47mNetwork Configuration\^[[37m\^[[47m\^[(0qqqqq\^[[m\^[[30m\^[[47m\^[(0k\^[(B\^[[36m\^[[44m\^[[1m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m Please select a network \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m interface to configure: \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0lqqqqqqqqqqqqqqqqqqqqqqqq\^[[37m\^[[47m\^[[1mk\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B \^[[31m\^[[44m\^[[1mu\^[[33m\^[[44me0\^[[m\^[[30m\^[[47m \^[[37m\^[[47m\^[(0\^[[1mx\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0m\^[[37m\^[[47m\^[[1mqqqqqqqqqqqqqqqqqqqqqqqqj\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0tqqqqqqqqqqqqqqqqqqqqqqqqqqqq\^[[m\^[[30m\^[[47m\^[(0u\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0m\^[[m\^[[30m\^[[47m\^[(0qqqqqqqqqqqqqqqqqqqqqqqqqqqqj\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[30m\^[[40m \^[[36m\^[[44m\^[[K\^[[12;53H\^[[39;49m\^[[m\^[[16;29H\^[[37m\^[[44m\^[[1m<\^[[33m\^[[44m \^[[37m\^[[44mO\^[[33m\^[[44mK \^[[37m\^[[44m>\^[[m\^[[30m\^[[47m <\^[[31m\^[[47mC\^[[30m\^[[47m\^[[1mancel\^[[m\^[[30m\^[[47m>\^[[16;32H\^[[39;49m\^[[m\^H\^H\^H\^[[30m\^[[47m<\^[[1m \^[[m\^[[31m\^[[47mO\^[[30m\^[[47m\^[[1mK \^[[m\^[[30m\^[[47m> \^[[37m\^[[44m\^[[1m<C\^[[33m\^[[44mancel\^[[37m\^[[44m>\^[[7D\^[[39;49m\^[[m\^[[18;56H\^[[25;1H\^[[?1l\^[>\^[[1;25r\^[[m\^[[4l\^[[?1h\^[=\^[[39;49m\^[[?1h\^[=\^[[39;49m\^[[m\^[[H\^[[2J\^[[16B\^[[36m\^[[44m\^[[1m\^[[J\^[[H\^[[K \^[[K \^[[K \^[[K \^[[K \^[[K \^[[K \^[[K \^[[37m\^[[47m\^[(0lqqqqqqqqqqq\^[(B\^[[34m\^[[47mSelect local or UTC (Greenwich Mean Time) clock\^[[37m\^[[47m\^[(0qqqqqqqqqqqqq\^[[m\^[[30m\^[[47m\^[(0k\^[(B\^[[36m\^[[44m\^[[1m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0tqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq\^[[m\^[[30m\^[[47m\^[(0u\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[[37m\^[[44m\^[[1m<\^[[33m\^[[44m \^[[37m\^[[44mY\^[[33m\^[[44mes \^[[37m\^[[44m>\^[[m\^[[30m\^[[47m <\^[[1m \^[[m\^[[31m\^[[47mN\^[[30m\^[[47m\^[[1mo \^[[m\^[[30m\^[[47m> \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0m\^[[m\^[[30m\^[[47m\^[(0qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqj\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[30m\^[[40m \^[[36m\^[[44m\^[[K\^[[14;27H\^[[39;49m\^[[m\^[[10;5H\^[[30m\^[[47mIs this machine's CMOS clock set to UTC? If it is set to local time, \^[[69Dor you don't know, please choose NO here!\^[[14;27H\^[[39;49m\^[[m\^[[?1h\^[=\^[[?1h\^[=\^[[4;21H\^[[37m\^[[47m\^[(0\^[[1mlqqqqqqq\^[(B\^[[34m\^[[47mTime Zone Selector\^[[37m\^[[47m\^[(0qqqqqqqqqq\^[[m\^[[30m\^[[47m\^[(0k\^[[39;49m\^[(B\^[[m\^[[5;21H\^[[30m\^[[47m\^[(0\^[[37m\^[[47m\^[[1mx\^[(B\^[[m\^[[30m\^[[47m Select a region \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[6;21H\^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq\^[[37m\^[[47m\^[[1mk\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[7;21H\^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B \^[[31m\^[[44m\^[[1m1\^[[m\^[[30m\^[[47m \^[[37m\^[[44m\^[[1mAfrica\^[[m\^[[30m\^[[47m \^[[37m\^[[47m\^[(0\^[[1mx\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[8;21H\^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B \^[[31m\^[[47m2\^[[30m\^[[47m America -- North and South \^[[37m\^[[47m\^[(0\^[[1mx\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[57D\^[[36m\^[[44m \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B \^[[31m\^[[47m3\^[[30m\^[[47m Antarctica \^[[37m\^[[47m\^[(0\^[[1mx\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B \^[[31m\^[[47m4\^[[30m\^[[47m Arctic Ocean \^[[37m\^[[47m\^[(0\^[[1mx\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B \^[[31m\^[[47m5\^[[30m\^[[47m Asia \^[[11;55H\^[[37m\^[[47m\^[(0\^[[1mx\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B \^[[31m\^[[47m6\^[[30m\^[[47m Atlantic Ocean\^[[12;55H\^[[37m\^[[47m\^[(0\^[[1mx\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B \^[[31m\^[[47m7\^[[30m\^[[47m Australia \^[[37m\^[[47m\^[(0\^[[1mx\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B \^[[31m\^[[47m8\^[[30m\^[[47m Europe\^[[14;43H \^[[37m\^[[47m\^[(0\^[[1mx\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B \^[[31m\^[[47m9\^[[30m\^[[47m Indian Ocean \^[[37m\^[[47m\^[(0\^[[1mx\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[55D \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B \^[[31m\^[[47m0\^[[30m\^[[47m Pacific Ocean \^[[37m\^[[47m\^[(0\^[[1mx\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K\^[[17;21H\^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B \^[[31m\^[[47ma\^[[30m\^[[47m UTC \^[[37m\^[[47m\^[(0\^[[1mx\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[18;21H\^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0m\^[[37m\^[[47m\^[[1mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqj\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[19;21H\^[[37m\^[[47m\^[(0tqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq\^[[m\^[[30m\^[[47m\^[(0u\^[(B\^[[30m\^[[40m\^[[1m \^[[20;21H\^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[21;21H\^[[37m\^[[47m\^[(0m\^[[m\^[[30m\^[[47m\^[(0qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqj\^[(B\^[[30m\^[[40m\^[[1m \^[[22;23H \^[[18;56H\^[[39;49m\^[[m\^[[20;29H\^[[37m\^[[44m\^[[1m<\^[[33m\^[[44m \^[[37m\^[[44mO\^[[33m\^[[44mK \^[[37m\^[[44m>\^[[m\^[[30m\^[[47m <\^[[31m\^[[47mC\^[[30m\^[[47m\^[[1mancel\^[[m\^[[30m\^[[47m>\^[[20;32H\^[[39;49m\^[[m\^[[?1h\^[=\^[[?1h\^[=\^[[1;15H\^[[37m\^[[47m\^[(0\^[[1mlqqqqqqqqqqqqq\^[(B\^[[34m\^[[47mCountries in Africa\^[[37m\^[[47m\^[(0qqqqqqqqqqqqqqq\^[[m\^[[30m\^[[47m\^[(0k\^[[39;49m\^[(B\^[[m\^[[2;15H\^[[30m\^[[47m\^[(0\^[[37m\^[[47m\^[[1mx\^[(B\^[[m\^[[30m\^[[47m Select a country or region \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[3;15H\^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq\^[[37m\^[[47m\^[[1mk\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[4;15H\^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B \^[[31m\^[[44m\^[[1m1\^[[m\^[[30m\^[[47m \^[[37m\^[[44m\^[[1mAlgeria\^[[m\^[[30m\^[[47m \^[[37m\^[[47m\^[(0\^[[1mx\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[5;15H\^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B \^[[31m\^[[47m2\^[[30m\^[[47m Angola \^[[5;56H \^[[37m\^[[47m\^[(0\^[[1mx\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[6;15H\^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B \^[[31m\^[[47m3\^[[30m\^[[47m Benin \^[[37m\^[[47m\^[(0\^[[1mx\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[7;15H\^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B \^[[31m\^[[47m4\^[[30m\^[[47m Botswana \^[[7;55H \^[[37m\^[[47m\^[(0\^[[1mx\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[8;15H\^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B \^[[31m\^[[47m5\^[[30m\^[[47m Burkina Faso \^[[37m\^[[47m\^[(0\^[[1mx\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[9;15H\^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B \^[[31m\^[[47m6\^[[30m\^[[47m Burundi \^[[9;55H \^[[37m\^[[47m\^[(0\^[[1mx\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[10;15H\^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B \^[[31m\^[[47m7\^[[30m\^[[47m Cameroon \^[[10;55H \^[[37m\^[[47m\^[(0\^[[1mx\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[11;15H\^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B \^[[31m\^[[47m8\^[[30m\^[[47m Central African Republic\^[[11;55H \^[[37m\^[[47m\^[(0\^[[1mx\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[12;15H\^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B \^[[31m\^[[47m9\^[[30m\^[[47m Chad \^[[12;55H \^[[37m\^[[47m\^[(0\^[[1mx\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[13;15H\^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B \^[[31m\^[[47m1\^[[34m\^[[47m\^[[1m0\^[[m\^[[30m\^[[47m Congo \^[[13;55H \^[[37m\^[[47m\^[(0\^[[1mx\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[14;15H\^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B \^[[31m\^[[47m1\^[[34m\^[[47m\^[[1m1\^[[m\^[[30m\^[[47m Congo, the Democratic Republic of the \^[[37m\^[[47m\^[(0\^[[1mx\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[15;15H\^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B \^[[31m\^[[47m1\^[[34m\^[[47m\^[[1m2\^[[m\^[[30m\^[[47m Cote d'Ivoire \^[[15;55H \^[[37m\^[[47m\^[(0\^[[1mx\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[16;15H\^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B \^[[31m\^[[47m1\^[[34m\^[[47m\^[[1m3\^[[m\^[[30m\^[[47m Djibouti \^[[16;55H \^[[37m\^[[47m\^[(0\^[[1mx\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[17;15H\^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B \^[[31m\^[[47m1\^[[34m\^[[47m\^[[1m4\^[[m\^[[30m\^[[47m Egypt \^[[17;55H \^[[37m\^[[47m\^[(0\^[[1mx\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[18;15H\^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B \^[[31m\^[[47m1\^[[34m\^[[47m\^[[1m5\^[[m\^[[30m\^[[47m Equatorial Guinea \^[[37m\^[[47m\^[(0\^[[1mx\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[19;15H\^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B \^[[31m\^[[47m1\^[[34m\^[[47m\^[[1m6\^[[m\^[[30m\^[[47m Eritrea \^[[37m\^[[47m\^[(0\^[[1mx\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[20;15H\^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0m\^[[37m\^[[47m\^[[1mqqqq\^[(B\^[[32m\^[[47mv(+)\^[[37m\^[[47m\^[(0qqqqqqqqqqqqqqqqqqqqqqqqqqq\^[(B\^[[34m\^[[47m31%\^[[37m\^[[47m\^[(0qqqqqj\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[21;15H\^[[37m\^[[47m\^[(0tqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq\^[[m\^[[30m\^[[47m\^[(0u\^[(B\^[[30m\^[[40m\^[[1m \^[[22;15H\^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[23;15H\^[[37m\^[[47m\^[(0m\^[[m\^[[30m\^[[47m\^[(0qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqj\^[(B\^[[30m\^[[40m\^[[1m \^[[24;17H \^[[20;56H\^[[39;49m\^[[m\^[[22;27H\^[[37m\^[[44m\^[[1m<\^[[33m\^[[44m \^[[37m\^[[44mO\^[[33m\^[[44mK \^[[37m\^[[44m>\^[[6C\^[[m\^[[30m\^[[47m<\^[[31m\^[[47mC\^[[30m\^[[47m\^[[1mancel\^[[m\^[[30m\^[[47m>\^[[22;30H\^[[39;49m\^[[m\^[[4;19r\^[[19;1H \^[[1;25r\^[[3;22H\^[[32m\^[[47m\^[[1m^(-)\^[[16B\^[[36m\^[[44m \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B \^[[31m\^[[44m\^[[1m1\^[[33m\^[[44m7\^[[m\^[[30m\^[[47m \^[[37m\^[[44m\^[[1mEthiopia\^[[m\^[[30m\^[[47m \^[[37m\^[[47m\^[(0\^[[1mx\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K\^[[20;54H\^[[34m\^[[47m3%\^[[39;49m\^[[m\^[[22;30H\^[[4;19H\^[[31m\^[[47m1\^[[34m\^[[47m\^[[1m8\^[[m\^[[30m\^[[47m Gabon \^[[5;19H\^[[31m\^[[47m1\^[[34m\^[[47m\^[[1m9\^[[m\^[[30m\^[[47m Gambia\^[[6;19H\^[[31m\^[[47m2\^[[34m\^[[47m\^[[1m0\^[[m\^[[30m\^[[47m Ghana \^[[7;19H\^[[31m\^[[47m2\^[[34m\^[[47m\^[[1m1\^[[m\^[[30m\^[[47m Guinea \^[[8;19H\^[[31m\^[[47m2\^[[34m\^[[47m\^[[1m2\^[[m\^[[30m\^[[47m Guinea-Bissau\^[[9;19H\^[[31m\^[[47m2\^[[34m\^[[47m\^[[1m3\^[[m\^[[30m\^[[47m Kenya \^[[10;19H\^[[31m\^[[47m2\^[[34m\^[[47m\^[[1m4\^[[m\^[[30m\^[[47m Lesotho \^[[11;19H\^[[31m\^[[47m2\^[[34m\^[[47m\^[[1m5\^[[m\^[[30m\^[[47m Liberia\^[[12;19H\^[[31m\^[[47m2\^[[34m\^[[47m\^[[1m6\^[[m\^[[30m\^[[47m Libyan Arab Jamahiriya\^[[13;19H\^[[31m\^[[47m2\^[[34m\^[[47m\^[[1m7\^[[m\^[[30m\^[[47m Malawi \^[[14;19H\^[[31m\^[[47m2\^[[34m\^[[47m\^[[1m8\^[[m\^[[30m\^[[47m Mali \^[[15;19H\^[[31m\^[[47m2\^[[34m\^[[47m\^[[1m9\^[[m\^[[30m\^[[47m Mauritania\^[[16;19H\^[[31m\^[[47m3\^[[34m\^[[47m\^[[1m0\^[[m\^[[30m\^[[47m Morocco\^[[17;19H\^[[31m\^[[47m3\^[[34m\^[[47m\^[[1m1\^[[m\^[[30m\^[[47m Mozambique \^[[18;19H\^[[31m\^[[47m3\^[[34m\^[[47m\^[[1m2\^[[m\^[[30m\^[[47m Namibi\^[[19;19H\^[[31m\^[[44m\^[[1m3\^[[33m\^[[44m3\^[[m\^[[30m\^[[47m \^[[37m\^[[44m\^[[1mNiger\^[[m\^[[30m\^[[47m \^[[20;53H\^[[34m\^[[47m\^[[1m64%\^[[39;49m\^[[m\^[[22;30H\^[[4;19r\^[[19;1H \^[[1;25r\^[[18;19H\^[[31m\^[[47m3\^[[34m\^[[47m\^[[1m3\^[[m\^[[30m\^[[47m Niger \^[[36m\^[[44m\^[[1m \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B \^[[31m\^[[44m\^[[1m3\^[[33m\^[[44m4\^[[m\^[[30m\^[[47m \^[[37m\^[[44m\^[[1mNigeria\^[[m\^[[30m\^[[47m \^[[37m\^[[47m\^[(0\^[[1mx\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K\^[[20;54H\^[[34m\^[[47m6%\^[[39;49m\^[[m\^[[22;30H\^[[4;19r\^[[19;1H \^[[1;25r\^[[18;19H\^[[31m\^[[47m3\^[[34m\^[[47m\^[[1m4\^[[m\^[[30m\^[[47m Nigeria \^[[36m\^[[44m\^[[1m \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B \^[[31m\^[[44m\^[[1m3\^[[33m\^[[44m5\^[[m\^[[30m\^[[47m \^[[37m\^[[44m\^[[1mRwanda\^[[m\^[[30m\^[[47m \^[[37m\^[[47m\^[(0\^[[1mx\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K\^[[20;54H\^[[34m\^[[47m8%\^[[39;49m\^[[m\^[[22;30H\^[[4;19r\^[[19;1H \^[[1;25r\^[[18;19H\^[[31m\^[[47m3\^[[34m\^[[47m\^[[1m5\^[[m\^[[30m\^[[47m Rwanda \^[[36m\^[[44m\^[[1m \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B \^[[31m\^[[44m\^[[1m3\^[[33m\^[[44m6\^[[m\^[[30m\^[[47m \^[[37m\^[[44m\^[[1mSao Tome and Principe\^[[m\^[[30m\^[[47m \^[[37m\^[[47m\^[(0\^[[1mx\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K\^[[20;53H\^[[34m\^[[47m70%\^[[39;49m\^[[m\^[[22;30H\^[[4;19r\^[[19;1H \^[[1;25r\^[[18;19H\^[[31m\^[[47m3\^[[34m\^[[47m\^[[1m6\^[[m\^[[30m\^[[47m Sao Tome and Principe \^[[36m\^[[44m\^[[1m \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B \^[[31m\^[[44m\^[[1m3\^[[33m\^[[44m7\^[[m\^[[30m\^[[47m \^[[37m\^[[44m\^[[1mSenegal\^[[m\^[[30m\^[[47m \^[[37m\^[[47m\^[(0\^[[1mx\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K\^[[20;54H\^[[34m\^[[47m2%\^[[39;49m\^[[m\^[[22;30H\^[[4;19r\^[[19;1H \^[[1;25r\^[[18;19H\^[[31m\^[[47m3\^[[34m\^[[47m\^[[1m7\^[[m\^[[30m\^[[47m Senegal \^[[36m\^[[44m\^[[1m \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B \^[[31m\^[[44m\^[[1m3\^[[33m\^[[44m8\^[[m\^[[30m\^[[47m \^[[37m\^[[44m\^[[1mSierra Leone\^[[m\^[[30m\^[[47m \^[[37m\^[[47m\^[(0\^[[1mx\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K\^[[20;54H\^[[34m\^[[47m4%\^[[39;49m\^[[m\^[[22;30H\^[[4;19r\^[[19;1H \^[[1;25r\^[[18;19H\^[[31m\^[[47m3\^[[34m\^[[47m\^[[1m8\^[[m\^[[30m\^[[47m Sierra Leone \^[[36m\^[[44m\^[[1m \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B \^[[31m\^[[44m\^[[1m3\^[[33m\^[[44m9\^[[m\^[[30m\^[[47m \^[[37m\^[[44m\^[[1mSomalia\^[[m\^[[30m\^[[47m \^[[37m\^[[47m\^[(0\^[[1mx\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K\^[[20;54H\^[[34m\^[[47m6%\^[[39;49m\^[[m\^[[22;30H\^[[4;19r\^[[19;1H \^[[1;25r\^[[18;19H\^[[31m\^[[47m3\^[[34m\^[[47m\^[[1m9\^[[m\^[[30m\^[[47m Somalia \^[[36m\^[[44m\^[[1m \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B \^[[31m\^[[44m\^[[1m4\^[[33m\^[[44m0\^[[m\^[[30m\^[[47m \^[[37m\^[[44m\^[[1mSouth Africa\^[[m\^[[30m\^[[47m \^[[37m\^[[47m\^[(0\^[[1mx\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K\^[[20;54H\^[[34m\^[[47m8%\^[[39;49m\^[[m\^[[22;30H\^[[?1h\^[=\^[[10;4H\^[[37m\^[[47m\^[(0\^[[1mlqqqqqqqqqqqqqqqqqqqqqqqqqqqq\^[(B\^[[34m\^[[47mConfirmation\^[[37m\^[[47m\^[(0qqqqqqqqqqqqqqqqqqqqqqqqqqqqqq\^[[m\^[[30m\^[[47m\^[(0k\^[[39;49m\^[(B\^[[m \^[[72D\^[[30m\^[[47m\^[(0\^[[37m\^[[47m\^[[1mx\^[(B\^[[m\^[[30m\^[[47m \^[[11;61H \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[74D\^[[37m\^[[47m\^[(0tqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq\^[[m\^[[30m\^[[47m\^[(0u\^[(B\^[[30m\^[[40m\^[[1m \^[[74D\^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[[37m\^[[44m\^[[1m<\^[[33m\^[[44m \^[[37m\^[[44mY\^[[33m\^[[44mes \^[[37m\^[[44m>\^[[13;44H\^[[m\^[[30m\^[[47m<\^[[1m \^[[m\^[[31m\^[[47mN\^[[30m\^[[47m\^[[1mo \^[[m\^[[30m\^[[47m>\^[[13;61H \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[74D\^[[37m\^[[47m\^[(0m\^[[m\^[[30m\^[[47m\^[(0qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqj\^[(B\^[[30m\^[[40m\^[[1m \^[[72D \^[[13;28H\^[[39;49m\^[[m\^[[11;6H\^[[30m\^[[47mDoes the abbreviation `SAST' look reasonable?\^[[13;28H\^[[39;49m\^[[m\^[[25;1H\^[[?1l\^[>\^[[1;25r\^[[m\^[[4l\^[[?1h\^[=\^[[39;49m\^[[?1h\^[=\^[[?1h\^[=\^[[39;49m\^[[m\^[[H\^[[2J\^[[20B\^[[36m\^[[44m\^[[1m\^[[J\^[[H FreeBSD Installer\^[[K \^[(0qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq\^[(B\^[[K \^[[K \^[[K \^[[K \^[[37m\^[[47m\^[(0lqqqqqqqqqqqqqqqqqqqqq\^[(B\^[[34m\^[[47mSystem Configuration\^[[37m\^[[47m\^[(0qqqqqqqqqqqqqqqqqqqqqqq\^[[m\^[[30m\^[[47m\^[(0k\^[(B\^[[36m\^[[44m\^[[1m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m Choose the services you would like to be started at boot: \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq\^[[37m\^[[47m\^[[1mk\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B \^[[37m\^[[44m\^[[1m[*]\^[[m\^[[30m\^[[47m \^[[31m\^[[44m\^[[1ms\^[[33m\^[[44mshd\^[[m\^[[30m\^[[47m \^[[37m\^[[44m\^[[1mSecure shell daemon\^[[m\^[[30m\^[[47m \^[[37m\^[[47m\^[(0\^[[1mx\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B [ ] \^[[31m\^[[47mm\^[[34m\^[[47m\^[[1moused\^[[m\^[[30m\^[[47m PS/2 mouse pointer on console \^[[37m\^[[47m\^[(0\^[[1mx\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B [ ] \^[[31m\^[[47mn\^[[34m\^[[47m\^[[1mtpd\^[[m\^[[30m\^[[47m Synchronize system and network time \^[[37m\^[[47m\^[(0\^[[1mx\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B [ ] \^[[31m\^[[47mp\^[[34m\^[[47m\^[[1mowerd\^[[m\^[[30m\^[[47m Adjust CPU frequency dynamically if supported \^[[37m\^[[47m\^[(0\^[[1mx\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B [*] \^[[31m\^[[47md\^[[34m\^[[47m\^[[1mumpdev\^[[m\^[[30m\^[[47m Enable kernel crash dumps to /var/crash \^[[37m\^[[47m\^[(0\^[[1mx\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0m\^[[37m\^[[47m\^[[1mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqj\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0tqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq\^[[m\^[[30m\^[[47m\^[(0u\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0m\^[[m\^[[30m\^[[47m\^[(0qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqj\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[30m\^[[40m \^[[36m\^[[44m\^[[K\^[[14;71H\^[[39;49m\^[[m\^[[18;35H\^[[37m\^[[44m\^[[1m<\^[[33m\^[[44m \^[[37m\^[[44mO\^[[33m\^[[44mK \^[[37m\^[[44m>\^[[5D\^[[39;49m\^[[m\^[[9;11H\^[[30m\^[[47m[*] \^[[31m\^[[47ms\^[[34m\^[[47m\^[[1mshd\^[[m\^[[30m\^[[47m Secure shell daemon\^[[10;11H\^[[37m\^[[44m\^[[1m[ ]\^[[m\^[[30m\^[[47m \^[[31m\^[[44m\^[[1mm\^[[33m\^[[44moused\^[[m\^[[30m\^[[47m \^[[37m\^[[44m\^[[1mPS/2 mouse pointer on console\^[[18;38H\^[[39;49m\^[[m\^[[10;11H\^[[30m\^[[47m[ ] \^[[31m\^[[47mm\^[[34m\^[[47m\^[[1moused\^[[m\^[[30m\^[[47m PS/2 mouse pointer on console\^[[11;11H\^[[37m\^[[44m\^[[1m[ ]\^[[m\^[[30m\^[[47m \^[[31m\^[[44m\^[[1mn\^[[33m\^[[44mtpd\^[[m\^[[30m\^[[47m \^[[37m\^[[44m\^[[1mSynchronize system and network time\^[[18;38H\^[[39;49m\^[[m\^[[11;11H\^[[30m\^[[47m[ ] \^[[31m\^[[47mn\^[[34m\^[[47m\^[[1mtpd\^[[m\^[[30m\^[[47m Synchronize system and network time\^[[12;11H\^[[37m\^[[44m\^[[1m[ ]\^[[m\^[[30m\^[[47m \^[[31m\^[[44m\^[[1mp\^[[33m\^[[44mowerd\^[[m\^[[30m\^[[47m \^[[37m\^[[44m\^[[1mAdjust CPU frequency dynamically if supported\^[[18;38H\^[[39;49m\^[[m \^[[36C\^[[25;1H\^[[?1l\^[>\^[[1;25r\^[[m\^[[4l\^[[?1h\^[=\^[[39;49m\^[[?1h\^[=\^[[39;49m\^[[m\^[[H\^[[2J\^[[16B\^[[36m\^[[44m\^[[1m\^[[J\^[[H FreeBSD Installer\^[[K \^[(0qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq\^[(B\^[[K \^[[K \^[[K \^[[K \^[[K \^[[K \^[[K \^[[37m\^[[47m\^[(0lqqqq\^[(B\^[[34m\^[[47mAdd User Accounts\^[[37m\^[[47m\^[(0qqqqqq\^[[m\^[[30m\^[[47m\^[(0k\^[(B\^[[36m\^[[44m\^[[1m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0tqqqqqqqqqqqqqqqqqqqqqqqqqqq\^[[m\^[[30m\^[[47m\^[(0u\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[[37m\^[[44m\^[[1m<\^[[33m\^[[44m \^[[37m\^[[44mY\^[[33m\^[[44mes \^[[37m\^[[44m>\^[[m\^[[30m\^[[47m <\^[[1m \^[[m\^[[31m\^[[47mN\^[[30m\^[[47m\^[[1mo \^[[m\^[[30m\^[[47m> \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0m\^[[m\^[[30m\^[[47m\^[(0qqqqqqqqqqqqqqqqqqqqqqqqqqqj\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[30m\^[[40m \^[[36m\^[[44m\^[[K\^[[14;33H\^[[39;49m\^[[m\^[[10;27H\^[[30m\^[[47mWould you like to add\^[[11;27Husers to the installed\^[[12;27Hsystem now? \^[[5D\^[[39;49m\^[[m\^H\^H\^[[30m\^[[47m<\^[[1m \^[[m\^[[31m\^[[47mY\^[[30m\^[[47m\^[[1mes \^[[m\^[[30m\^[[47m> \^[[37m\^[[44m\^[[1m<\^[[33m\^[[44m \^[[37m\^[[44mN\^[[33m\^[[44mo \^[[37m\^[[44m>\^[[5D\^[[39;49m\^[[m\^[[16;55H\^[[25;1H\^[[?1l\^[>\^[[1;25r\^[[m\^[[4l\^[[?1h\^[=\^[[39;49m\^[[?1h\^[=\^[[?1h\^[=\^[[39;49m\^[[m\^[[H\^[[2J\^[[22B\^[[36m\^[[44m\^[[1m\^[[J\^[[H FreeBSD Installer\^[[K \^[(0qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq\^[(B\^[[K \^[[37m\^[[47m\^[(0lqqqqqqqqqqqqqqqqqqqqqqq\^[(B\^[[34m\^[[47mFinal Configuration\^[[37m\^[[47m\^[(0qqqqqqqqqqqqqqqqqqqqqqqqqq\^[[m\^[[30m\^[[47m\^[(0k\^[(B\^[[36m\^[[44m\^[[1m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m Setup of your FreeBSD system is nearly complete. You can now \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m modify your configuration choices. After this screen, you will \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m have an opportunity to make more complex changes using a shell. \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq\^[[37m\^[[47m\^[[1mk\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B \^[[31m\^[[44m\^[[1mE\^[[33m\^[[44mxit\^[[m\^[[30m\^[[47m \^[[37m\^[[44m\^[[1mApply configuration and exit installer\^[[m\^[[30m\^[[47m \^[[37m\^[[47m\^[(0\^[[1mx\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B \^[[31m\^[[47mA\^[[34m\^[[47m\^[[1mdd User\^[[m\^[[30m\^[[47m Add a user to the system \^[[37m\^[[47m\^[(0\^[[1mx\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B \^[[31m\^[[47mR\^[[34m\^[[47m\^[[1moot Password\^[[m\^[[30m\^[[47m Change root password \^[[37m\^[[47m\^[(0\^[[1mx\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B \^[[31m\^[[47mH\^[[34m\^[[47m\^[[1mostname\^[[m\^[[30m\^[[47m Set system hostname \^[[37m\^[[47m\^[(0\^[[1mx\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B \^[[31m\^[[47mN\^[[34m\^[[47m\^[[1metwork\^[[m\^[[30m\^[[47m Networking configuration \^[[37m\^[[47m\^[(0\^[[1mx\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B \^[[31m\^[[47mS\^[[34m\^[[47m\^[[1mervices\^[[m\^[[30m\^[[47m Set daemons to run on startup \^[[37m\^[[47m\^[(0\^[[1mx\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B \^[[31m\^[[47mT\^[[34m\^[[47m\^[[1mime Zone\^[[m\^[[30m\^[[47m Set system timezone \^[[37m\^[[47m\^[(0\^[[1mx\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B \^[[31m\^[[47mH\^[[34m\^[[47m\^[[1mandbook\^[[m\^[[30m\^[[47m Install FreeBSD Handbook (requires network) \^[[37m\^[[47m\^[(0\^[[1mx\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0m\^[[37m\^[[47m\^[[1mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqj\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0tqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq\^[[m\^[[30m\^[[47m\^[(0u\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0m\^[[m\^[[30m\^[[47m\^[(0qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqj\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[30m\^[[40m \^[[36m\^[[44m\^[[K\^[[16;73H\^[[39;49m\^[[m\^[[20;35H\^[[37m\^[[44m\^[[1m<\^[[33m\^[[44m \^[[37m\^[[44mO\^[[33m\^[[44mK \^[[37m\^[[44m>\^[[5D\^[[39;49m\^[[m \^[[38C\^[[25;1H\^[[?1l\^[>\^[[1;25r\^[[m\^[[4l\^[[?1h\^[=\^[[39;49m\^[[?1h\^[=\^[[39;49m\^[[m\^[[H\^[[2J\^[[17B\^[[36m\^[[44m\^[[1m\^[[J\^[[H FreeBSD Installer\^[[K \^[(0qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq\^[(B\^[[K \^[[K \^[[K \^[[K \^[[K \^[[K \^[[37m\^[[47m\^[(0lqqqqqqq\^[(B\^[[34m\^[[47mManual Configuration\^[[37m\^[[47m\^[(0qqqqqqqqqq\^[[m\^[[30m\^[[47m\^[(0k\^[(B\^[[36m\^[[44m\^[[1m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0tqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq\^[[m\^[[30m\^[[47m\^[(0u\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[[37m\^[[44m\^[[1m<\^[[33m\^[[44m \^[[37m\^[[44mY\^[[33m\^[[44mes \^[[37m\^[[44m>\^[[m\^[[30m\^[[47m <\^[[1m \^[[m\^[[31m\^[[47mN\^[[30m\^[[47m\^[[1mo \^[[m\^[[30m\^[[47m> \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0m\^[[m\^[[30m\^[[47m\^[(0qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqj\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[30m\^[[40m \^[[36m\^[[44m\^[[K\^[[15;32H\^[[39;49m\^[[m\^[[9;22H\^[[30m\^[[47mThe installation is now finished.\^[[10;22HBefore exiting the installer, would\^[[11;22Hyou like to open a shell in the new\^[[12;22Hsystem to make any final manual\^[[13;22Hmodifications? \^H\^H\^H\^H\^[[39;49m\^[[m\^H\^H\^[[30m\^[[47m<\^[[1m \^[[m\^[[31m\^[[47mY\^[[30m\^[[47m\^[[1mes \^[[m\^[[30m\^[[47m> \^[[37m\^[[44m\^[[1m<\^[[33m\^[[44m \^[[37m\^[[44mN\^[[33m\^[[44mo \^[[37m\^[[44m>\^[[5D\^[[39;49m\^[[m\^[[17;60H\^[[25;1H\^[[?1l\^[>\^[[1;25r\^[[m\^[[4l\^[[?1h\^[=\^[[39;49m\^[[?1h\^[=\^[[39;49m\^[[m\^[[H\^[[2J\^[[17B\^[[36m\^[[44m\^[[1m\^[[J\^[[H FreeBSD Installer\^[[K \^[(0qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq\^[(B\^[[K \^[[K \^[[K \^[[K \^[[K \^[[K \^[[K \^[[37m\^[[47m\^[(0lqqqqqqqqq\^[(B\^[[34m\^[[47mComplete\^[[37m\^[[47m\^[(0qqqqqqqqqqq\^[[m\^[[30m\^[[47m\^[(0k\^[(B\^[[36m\^[[44m\^[[1m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0tqqqqqqqqqqqqqqqqqqqqqqqqqqqq\^[[m\^[[30m\^[[47m\^[(0u\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0x\^[(B\^[[m\^[[30m\^[[47m \^[[37m\^[[44m\^[[1m<R\^[[33m\^[[44meboot \^[[37m\^[[44m>\^[[m\^[[30m\^[[47m <\^[[31m\^[[47mL\^[[30m\^[[47m\^[[1mive CD\^[[m\^[[30m\^[[47m> \^[(0x\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[37m\^[[47m\^[(0m\^[[m\^[[30m\^[[47m\^[(0qqqqqqqqqqqqqqqqqqqqqqqqqqqqj\^[(B\^[[30m\^[[40m\^[[1m \^[[36m\^[[44m\^[[K \^[[30m\^[[40m \^[[36m\^[[44m\^[[K\^[[15;30H\^[[39;49m\^[[m\^[[10;27H\^[[30m\^[[47mInstallation of FreeBSD\^[[11;27Hcomplete! Would you like\^[[12;27Hto reboot into the\^[[13;27Hinstalled system now?\^[[15;30H\^[[39;49m\^[[m\^[[17;56H\^[[25;1H\^[[?1l\^[>Jun 27 05:20:39 reboot: rebooted by root Jun 27 05:20:39 syslogd: exiting on signal 15 Waiting (max 60 seconds) for system process `vnlru' to stop...done Waiting (max 60 seconds) for system process `bufdaemon' to stop...done Waiting (max 60 seconds) for system process `syncer' to stop... Syncing disks, vnodes remaining...0 0 0 0 0 done All buffers synced. Table 'FACP' at 0xcab5ced8 Table 'APIC' at 0xcab5cfe8 APIC: Found table at 0xcab5cfe8 APIC: Using the MADT enumerator. MADT: Found CPU APIC ID 0 ACPI ID 1: enabled SMP: Added CPU 0 (AP) MADT: Found CPU APIC ID 2 ACPI ID 2: enabled SMP: Added CPU 2 (AP) MADT: Found CPU APIC ID 4 ACPI ID 3: enabled SMP: Added CPU 4 (AP) MADT: Found CPU APIC ID 6 ACPI ID 4: enabled SMP: Added CPU 6 (AP) MADT: Found CPU APIC ID 1 ACPI ID 5: enabled SMP: Added CPU 1 (AP) MADT: Found CPU APIC ID 3 ACPI ID 6: enabled SMP: Added CPU 3 (AP) MADT: Found CPU APIC ID 5 ACPI ID 7: enabled SMP: Added CPU 5 (AP) MADT: Found CPU APIC ID 7 ACPI ID 8: enabled SMP: Added CPU 7 (AP) Copyright (c) 1992-2014 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 10.0-STABLE #0 r267746: Sun Jun 22 22:48:49 UTC 2014 root at grind.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 Preloaded elf kernel "/boot/kernel/kernel" at 0xffffffff81ada000. Preloaded elf obj module "/boot/kernel/zfs.ko" at 0xffffffff81adad98. Preloaded elf obj module "/boot/kernel/opensolaris.ko" at 0xffffffff81adb5c0. Calibrating TSC clock ... TSC clock: 2194963860 Hz CPU: Intel(R) Core(TM) i7-4702HQ CPU @ 2.20GHz (2194.96-MHz K8-class CPU) Origin = "GenuineIntel" Id = 0x306c3 Family = 0x6 Model = 0x3c Stepping = 3 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=0x7ffafbbf<SSE3,PCLMULQDQ,DTES64,MON,DS_CPL,VMX,EST,TM2,SSSE3,<b11>,FMA,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,TSCDLT,AESNI,XSAVE,OSXSAVE,AVX,F16C,RDRAND> AMD Features=0x2c100800<SYSCALL,NX,Page1GB,RDTSCP,LM> AMD Features2=0x21<LAHF,ABM> Structured Extended Features=0x27ab<FSGSBASE,TSCADJ,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID> TSC: P-state invariant, performance statistics real memory = 8589934592 (8192 MB) Physical memory chunk(s): 0x0000000000010000 - 0x0000000000099fff, 565248 bytes (138 pages) 0x0000000000100000 - 0x00000000001fffff, 1048576 bytes (256 pages) 0x0000000001b01000 - 0x00000000b9e1ffff, 3090280448 bytes (754463 pages) 0x00000000b9e27000 - 0x00000000ba26afff, 4472832 bytes (1092 pages) 0x00000000ba887000 - 0x00000000ca7e5fff, 267776000 bytes (65375 pages) 0x00000000cbfff000 - 0x00000000cbffffff, 4096 bytes (1 pages) 0x0000000100000000 - 0x00000002219a9fff, 4858748928 bytes (1186218 pages) avail memory = 8169410560 (7790 MB) Event timer "LAPIC" quality 600 ACPI APIC Table: <DELL CL09> INTR: Adding local APIC 1 as a target INTR: Adding local APIC 2 as a target INTR: Adding local APIC 3 as a target INTR: Adding local APIC 4 as a target INTR: Adding local APIC 5 as a target INTR: Adding local APIC 6 as a target INTR: Adding local APIC 7 as a target FreeBSD/SMP: Multiprocessor System Detected: 8 CPUs FreeBSD/SMP: 1 package(s) x 4 core(s) x 2 SMT threads cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 cpu2 (AP): APIC ID: 2 cpu3 (AP): APIC ID: 3 cpu4 (AP): APIC ID: 4 cpu5 (AP): APIC ID: 5 cpu6 (AP): APIC ID: 6 cpu7 (AP): APIC ID: 7 APIC: CPU 0 has ACPI ID 1 APIC: CPU 1 has ACPI ID 5 APIC: CPU 2 has ACPI ID 2 APIC: CPU 3 has ACPI ID 6 APIC: CPU 4 has ACPI ID 3 APIC: CPU 5 has ACPI ID 7 APIC: CPU 6 has ACPI ID 4 APIC: CPU 7 has ACPI ID 8 XEN: CPU 0 has VCPU ID 1 XEN: CPU 1 has VCPU ID 5 XEN: CPU 2 has VCPU ID 2 XEN: CPU 3 has VCPU ID 6 XEN: CPU 4 has VCPU ID 3 XEN: CPU 5 has VCPU ID 7 XEN: CPU 6 has VCPU ID 4 XEN: CPU 7 has VCPU ID 8 lapic0: CMCI unmasked x86bios: IVT 0x000000-0x0004ff at 0xfffff80000000000 x86bios: SSEG 0x098000-0x098fff at 0xfffffe02297b7000 x86bios: EBDA 0x09d000-0x09ffff at 0xfffff8000009d000 x86bios: ROM 0x0a0000-0x0fefff at 0xfffff800000a0000 ULE: setup cpu 0 ULE: setup cpu 1 ULE: setup cpu 2 ULE: setup cpu 3 ULE: setup cpu 4 ULE: setup cpu 5 ULE: setup cpu 6 ULE: setup cpu 7 ACPI: RSDP 0xf0490 00024 (v02 DELL) ACPI: XSDT 0xcab4f0a8 000CC (v01 DELL CL09 01072009 AMI 00010013) ACPI: FACP 0xcab5ced8 0010C (v05 DELL CL09 01072009 AMI 00010013) ACPI: DSDT 0xcab4f200 0DCD6 (v02 DELL CL09 00000000 INTL 20120711) ACPI: FACS 0xcb527080 00040 ACPI: APIC 0xcab5cfe8 00092 (v03 DELL CL09 01072009 AMI 00010013) ACPI: FPDT 0xcab5d080 00044 (v01 DELL CL09 01072009 AMI 00010013) ACPI: SSDT 0xcab5d0c8 00C9A (v01 TrmRef PtidDevc 00001000 INTL 20091112) ACPI: SSDT 0xcab5dd68 00228 (v01 INTEL sensrhub 00000000 INTL 20120711) ACPI: SLIC 0xcab5df90 00176 (v01 DELL CL09 01072009 AMI 00010013) ACPI: SSDT 0xcab5e108 00539 (v01 PmRef Cpu0Ist 00003000 INTL 20120711) ACPI: SSDT 0xcab5e648 00AD8 (v01 PmRef CpuPm 00003000 INTL 20120711) ACPI: SSDT 0xcab5f120 002DE (v01 PmRef Cpu0Tst 00003000 INTL 20120711) ACPI: SSDT 0xcab5f400 00348 (v01 PmRef ApTst 00003000 INTL 20120711) ACPI: MCFG 0xcab5f748 0003C (v01 DELL CL09 01072009 MSFT 00000097) ACPI: SSDT 0xcab5f788 04F7F (v01 DptfTa DptfTabl 00001000 INTL 20120711) ACPI: HPET 0xcab64708 00038 (v01 DELL CL09 01072009 AMI. 00000005) ACPI: SSDT 0xcab64740 003AA (v01 SataRe SataTabl 00001000 INTL 20120711) ACPI: SSDT 0xcab64af0 02B6D (v01 SaSsdt SaSsdt 00003000 INTL 20091112) ACPI: SSDT 0xcab67660 00D33 (v01 SgRef SgPeg 00001000 INTL 20120711) ACPI: SSDT 0xcab68398 0058D (v01 AMITCG PROC 00000001 INTL 20120711) ACPI: MSDM 0xcab68928 00055 (v03 DELL CL09 01072009 AMI 00010013) ACPI: DMAR 0xcab68980 000B8 (v01 INTEL HSW 00000001 INTL 00000001) ACPI: SSDT 0xcab68a38 0123B (v01 OptRef OptTabl 00001000 INTL 20120711) ACPI: TCPA 0xcab69c78 00032 (v02 APTIO4 NAPAASF 00000001 MSFT 01000013) MADT: Found IO APIC ID 8, Interrupt 0 at 0xfec00000 ioapic0: Routing external 8259A's -> intpin 0 MADT: Interrupt override: source 0, irq 2 ioapic0: Routing IRQ 0 -> intpin 2 MADT: Interrupt override: source 9, irq 9 ioapic0: intpin 9 trigger: level lapic: Routing NMI -> LINT1 lapic: LINT1 trigger: edge lapic: LINT1 polarity: high ioapic0 <Version 2.0> irqs 0-23 on motherboard cpu0 BSP: ID: 0x00000000 VER: 0x01060015 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 cmci: 0x000000f2 snd_unit_init() u=0x00ff8000 [512] d=0x00007c00 [32] c=0x000003ff [1024] feeder_register: snd_unit=-1 snd_maxautovchans=16 latency=5 feeder_rate_min=1 feeder_rate_max=2016000 feeder_rate_round=25 wlan: <802.11 Link Layer> Hardware, VIA Nehemiah Padlock RNG: VIA Padlock RNG not present null: <null device, zero device> nfslock: pseudo-device Falling back to <Software, Yarrow> random adaptor random: <Software, Yarrow> initialized VESA: INT 0x10 vector 0xc000:0x0014 VESA: information block 0000 56 45 53 41 00 03 80 8f 00 c0 01 00 00 00 3d 90 0010 00 c0 ff 01 00 00 00 00 00 00 00 00 00 00 00 00 0020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0030 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0040 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0050 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0070 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0080 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0100 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0110 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0120 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0130 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0140 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0150 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0160 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0170 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0190 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 VESA: 15 mode(s) found VESA: v3.0, 32704k memory, flags:0x1, mode table:0xfffff800000c903d (c000903d) VESA: Intel(R) HSW Mobile/Desktop Graphics Chipset Accelerated VGA BIOS VESA: \M-s\M-n \M-s\M-n \M-s\M-n io: <I/O> 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 acpi0: <DELL CL09 > on motherboard ACPI: All ACPI Tables successfully acquired PCIe: Memory Mapped configuration base @ 0xf8000000 ioapic0: routing intpin 9 (ISA IRQ 9) to lapic 0 vector 48 ACPI: Executed 2 blocks of module-level executable AML code acpi0: Power Button (fixed) cpu0: Processor \134_PR_.CPU0 (ACPI ID 1) -> APIC ID 0 cpu0: <ACPI CPU> on acpi0 ACPI: SSDT 0xcab3ec18 003D3 (v01 PmRef Cpu0Cst 00003001 INTL 20120711) ACPI: Dynamic OEM Table Load: ACPI: SSDT 0 003D3 (v01 PmRef Cpu0Cst 00003001 INTL 20120711) cpu1: Processor \134_PR_.CPU1 (ACPI ID 2) -> APIC ID 2 cpu1: <ACPI CPU> on acpi0 ACPI: SSDT 0xcab3e618 005AA (v01 PmRef ApIst 00003000 INTL 20120711) ACPI: Dynamic OEM Table Load: ACPI: SSDT 0 005AA (v01 PmRef ApIst 00003000 INTL 20120711) ACPI: SSDT 0xcab3dd98 00119 (v01 PmRef ApCst 00003000 INTL 20120711) ACPI: Dynamic OEM Table Load: ACPI: SSDT 0 00119 (v01 PmRef ApCst 00003000 INTL 20120711) cpu2: Processor \134_PR_.CPU2 (ACPI ID 3) -> APIC ID 4 cpu2: <ACPI CPU> on acpi0 cpu3: Processor \134_PR_.CPU3 (ACPI ID 4) -> APIC ID 6 cpu3: <ACPI CPU> on acpi0 cpu4: Processor \134_PR_.CPU4 (ACPI ID 5) -> APIC ID 1 cpu4: <ACPI CPU> on acpi0 cpu5: Processor \134_PR_.CPU5 (ACPI ID 6) -> APIC ID 3 cpu5: <ACPI CPU> on acpi0 cpu6: Processor \134_PR_.CPU6 (ACPI ID 7) -> APIC ID 5 cpu6: <ACPI CPU> on acpi0 cpu7: Processor \134_PR_.CPU7 (ACPI ID 8) -> APIC ID 7 cpu7: <ACPI CPU> on acpi0 hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff on acpi0 hpet0: vendor 0x8086, rev 0x1, 14318180Hz 64bit, 8 timers, legacy route hpet0: t0: irqs 0x00f00000 (0), MSI, 64bit, periodic hpet0: t1: irqs 0x00f00000 (0), MSI hpet0: t2: irqs 0x00f00800 (0), MSI hpet0: t3: irqs 0x00f01000 (0), MSI hpet0: t4: irqs 0x00000000 (0), MSI hpet0: t5: irqs 0x00000000 (0), MSI hpet0: t6: irqs 0x00000000 (0), MSI hpet0: t7: irqs 0x00000000 (0), MSI Timecounter "HPET" frequency 14318180 Hz quality 950 msi: routing MSI-X IRQ 256 to local APIC 0 vector 49 msi: routing MSI-X IRQ 257 to local APIC 0 vector 50 msi: routing MSI-X IRQ 258 to local APIC 0 vector 51 msi: routing MSI-X IRQ 259 to local APIC 0 vector 52 msi: routing MSI-X IRQ 260 to local APIC 0 vector 53 msi: routing MSI-X IRQ 261 to local APIC 0 vector 54 msi: routing MSI-X IRQ 262 to local APIC 0 vector 55 msi: routing MSI-X IRQ 263 to local APIC 0 vector 56 Event timer "HPET" frequency 14318180 Hz quality 550 atrtc0: <AT realtime clock> port 0x70-0x77 irq 8 on acpi0 atrtc0: Warning: Couldn't map I/O. atrtc0: registered as a time-of-day clock (resolution 1000000us, adjustment 0.500000000s) ioapic0: routing intpin 8 (ISA IRQ 8) to lapic 0 vector 57 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 58 Event timer "i8254" frequency 1193182 Hz quality 100 ACPI timer: 1/1 1/2 1/1 1/1 1/1 1/1 1/2 1/1 1/1 1/1 -> 10 Timecounter "ACPI-fast" frequency 3579545 Hz quality 900 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1808-0x180b on acpi0 acpi_ec0: <Embedded Controller: GPE 0x17> port 0x62,0x66 on acpi0 pci_link0: Index IRQ Rtd Ref IRQs Initial Probe 0 11 N 0 3 4 5 6 10 11 12 14 15 Validation 0 11 N 0 3 4 5 6 10 11 12 14 15 After Disable 0 255 N 0 3 4 5 6 10 11 12 14 15 pci_link1: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 3 4 5 6 10 11 12 14 15 Validation 0 255 N 0 3 4 5 6 10 11 12 14 15 After Disable 0 255 N 0 3 4 5 6 10 11 12 14 15 pci_link2: Index IRQ Rtd Ref IRQs Initial Probe 0 3 N 0 3 4 5 6 10 11 12 14 15 Validation 0 3 N 0 3 4 5 6 10 11 12 14 15 After Disable 0 255 N 0 3 4 5 6 10 11 12 14 15 pci_link3: Index IRQ Rtd Ref IRQs Initial Probe 0 10 N 0 3 4 5 6 10 11 12 14 15 Validation 0 10 N 0 3 4 5 6 10 11 12 14 15 After Disable 0 255 N 0 3 4 5 6 10 11 12 14 15 pci_link4: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 3 4 5 6 10 11 12 14 15 Validation 0 255 N 0 3 4 5 6 10 11 12 14 15 After Disable 0 255 N 0 3 4 5 6 10 11 12 14 15 pci_link5: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 3 4 5 6 10 11 12 14 15 Validation 0 255 N 0 3 4 5 6 10 11 12 14 15 After Disable 0 255 N 0 3 4 5 6 10 11 12 14 15 pci_link6: Index IRQ Rtd Ref IRQs Initial Probe 0 5 N 0 3 4 5 6 10 11 12 14 15 Validation 0 5 N 0 3 4 5 6 10 11 12 14 15 After Disable 0 255 N 0 3 4 5 6 10 11 12 14 15 pci_link7: Index IRQ Rtd Ref IRQs Initial Probe 0 4 N 0 3 4 5 6 10 11 12 14 15 Validation 0 4 N 0 3 4 5 6 10 11 12 14 15 After Disable 0 255 N 0 3 4 5 6 10 11 12 14 15 pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0 pcib0: decoding 4 range 0-0xcf7 pcib0: decoding 4 range 0xd00-0xffff 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 0xe4000-0xe7fff pcib0: decoding 3 range 0xcf200000-0xfeafffff pci0: <ACPI PCI bus> on pcib0 pci0: domain=0, physical bus=0 found-> vendor=0x8086, dev=0x0c04, revid=0x06 domain=0, bus=0, slot=0, func=0 class=06-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x2090, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x0c01, revid=0x06 domain=0, bus=0, slot=1, func=0 class=06-04-00, hdrtype=0x01, mfdev=1 cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x10 (4000 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 3 supports D0 D3 current D0 MSI supports 1 message pcib0: matched entry for 0.1.INTA pcib0: slot 1 INTA hardwired to IRQ 16 found-> vendor=0x8086, dev=0x0416, revid=0x06 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=11 powerspec 2 supports D0 D3 current D0 MSI supports 1 message map[10]: type Memory, range 64, base 0xf7400000, size 22, enabled pcib0: allocated type 3 (0xf7400000-0xf77fffff) for rid 10 of pci0:0:2:0 map[18]: type Prefetchable Memory, range 64, base 0xd0000000, size 28, enabled pcib0: allocated type 3 (0xd0000000-0xdfffffff) for rid 18 of pci0:0:2:0 map[20]: type I/O Port, range 32, base 0xf000, size 6, enabled pcib0: allocated type 4 (0xf000-0xf03f) 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=0x0c0c, revid=0x06 domain=0, bus=0, slot=3, func=0 class=04-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 2 supports D0 D3 current D0 MSI supports 1 message map[10]: type Memory, range 64, base 0xf7a1c000, size 14, enabled pcib0: allocated type 3 (0xf7a1c000-0xf7a1ffff) for rid 10 of pci0:0:3:0 pcib0: matched entry for 0.3.INTA pcib0: slot 3 INTA hardwired to IRQ 16 found-> vendor=0x8086, dev=0x0c03, revid=0x06 domain=0, bus=0, slot=4, func=0 class=11-80-00, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x0090, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 3 supports D0 D3 current D0 MSI supports 1 message map[10]: type Memory, range 64, base 0xf7a10000, size 15, enabled pcib0: allocated type 3 (0xf7a10000-0xf7a17fff) for rid 10 of pci0:0:4:0 pcib0: matched entry for 0.4.INTA pcib0: slot 4 INTA hardwired to IRQ 16 found-> vendor=0x8086, dev=0x8c31, revid=0x05 domain=0, bus=0, slot=20, func=0 class=0c-03-30, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x0290, cachelnsz=0 (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 8 messages, 64 bit map[10]: type Memory, range 64, base 0xf7a00000, size 16, enabled pcib0: allocated type 3 (0xf7a00000-0xf7a0ffff) for rid 10 of pci0:0:20:0 pcib0: matched entry for 0.20.INTA pcib0: slot 20 INTA hardwired to IRQ 16 found-> vendor=0x8086, dev=0x8c3a, revid=0x04 domain=0, bus=0, slot=22, func=0 class=07-80-00, hdrtype=0x00, mfdev=1 cmdreg=0x0006, statreg=0x0010, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 3 supports D0 D3 current D0 MSI supports 1 message, 64 bit map[10]: type Memory, range 64, base 0xf7a26000, size 4, enabled pcib0: allocated type 3 (0xf7a26000-0xf7a2600f) for rid 10 of pci0:0:22:0 pcib0: matched entry for 0.22.INTA pcib0: slot 22 INTA hardwired to IRQ 16 found-> vendor=0x8086, dev=0x8c2d, revid=0x05 domain=0, bus=0, slot=26, func=0 class=0c-03-20, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 2 supports D0 D3 current D0 map[10]: type Memory, range 32, base 0xf7a24000, size 10, enabled pcib0: allocated type 3 (0xf7a24000-0xf7a243ff) for rid 10 of pci0:0:26:0 pcib0: matched entry for 0.26.INTA pcib0: slot 26 INTA hardwired to IRQ 16 ehci early: SMM active, request owner change found-> vendor=0x8086, dev=0x8c20, revid=0x05 domain=0, bus=0, slot=27, func=0 class=04-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=5 powerspec 2 supports D0 D3 current D0 MSI supports 1 message, 64 bit map[10]: type Memory, range 64, base 0xf7a18000, size 14, enabled pcib0: allocated type 3 (0xf7a18000-0xf7a1bfff) for rid 10 of pci0:0:27:0 pcib0: matched entry for 0.27.INTA pcib0: slot 27 INTA hardwired to IRQ 22 found-> vendor=0x8086, dev=0x8c10, revid=0xd5 domain=0, bus=0, slot=28, func=0 class=06-04-00, hdrtype=0x01, mfdev=1 cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x10 (4000 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 3 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=0x8c14, revid=0xd5 domain=0, bus=0, slot=28, func=2 class=06-04-00, hdrtype=0x01, mfdev=1 cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x10 (4000 ns), maxlat=0x00 (0 ns) intpin=c, irq=3 powerspec 3 supports D0 D3 current D0 MSI supports 1 message pcib0: matched entry for 0.28.INTC pcib0: slot 28 INTC hardwired to IRQ 18 found-> vendor=0x8086, dev=0x8c16, revid=0xd5 domain=0, bus=0, slot=28, func=3 class=06-04-00, hdrtype=0x01, mfdev=1 cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x10 (4000 ns), maxlat=0x00 (0 ns) intpin=d, irq=10 powerspec 3 supports D0 D3 current D0 MSI supports 1 message pcib0: matched entry for 0.28.INTD pcib0: slot 28 INTD hardwired to IRQ 19 found-> vendor=0x8086, dev=0x8c26, revid=0x05 domain=0, bus=0, slot=29, func=0 class=0c-03-20, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=4 powerspec 2 supports D0 D3 current D0 map[10]: type Memory, range 32, base 0xf7a23000, size 10, enabled pcib0: allocated type 3 (0xf7a23000-0xf7a233ff) for rid 10 of pci0:0:29:0 pcib0: matched entry for 0.29.INTA pcib0: slot 29 INTA hardwired to IRQ 23 ehci early: SMM active, request owner change found-> vendor=0x8086, dev=0x8c4b, revid=0x05 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=0x8c03, revid=0x05 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=10 powerspec 3 supports D0 D3 current D0 MSI supports 1 message map[10]: type I/O Port, range 32, base 0xf0b0, size 3, enabled pcib0: allocated type 4 (0xf0b0-0xf0b7) for rid 10 of pci0:0:31:2 map[14]: type I/O Port, range 32, base 0xf0a0, size 2, enabled pcib0: allocated type 4 (0xf0a0-0xf0a3) for rid 14 of pci0:0:31:2 map[18]: type I/O Port, range 32, base 0xf090, size 3, enabled pcib0: allocated type 4 (0xf090-0xf097) for rid 18 of pci0:0:31:2 map[1c]: type I/O Port, range 32, base 0xf080, size 2, enabled pcib0: allocated type 4 (0xf080-0xf083) for rid 1c of pci0:0:31:2 map[20]: type I/O Port, range 32, base 0xf060, size 5, enabled pcib0: allocated type 4 (0xf060-0xf07f) for rid 20 of pci0:0:31:2 map[24]: type Memory, range 32, base 0xf7a22000, size 11, enabled pcib0: allocated type 3 (0xf7a22000-0xf7a227ff) for rid 24 of pci0:0:31:2 pcib0: matched entry for 0.31.INTB pcib0: slot 31 INTB hardwired to IRQ 19 found-> vendor=0x8086, dev=0x8c22, revid=0x05 domain=0, bus=0, slot=31, func=3 class=0c-05-00, hdrtype=0x00, mfdev=0 cmdreg=0x0003, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=c, irq=3 map[10]: type Memory, range 64, base 0xf7a21000, size 8, enabled pcib0: allocated type 3 (0xf7a21000-0xf7a210ff) for rid 10 of pci0:0:31:3 map[20]: type I/O Port, range 32, base 0xf040, size 5, enabled pcib0: allocated type 4 (0xf040-0xf05f) for rid 20 of pci0:0:31:3 pcib0: matched entry for 0.31.INTC pcib0: slot 31 INTC hardwired to IRQ 18 found-> vendor=0x8086, dev=0x8c24, revid=0x05 domain=0, bus=0, slot=31, func=6 class=11-80-00, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x0010, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=c, irq=3 powerspec 3 supports D0 D3 current D0 MSI supports 1 message map[10]: type Memory, range 64, base 0xf7a20000, size 12, enabled pcib0: allocated type 3 (0xf7a20000-0xf7a20fff) for rid 10 of pci0:0:31:6 pcib0: matched entry for 0.31.INTC pcib0: slot 31 INTC hardwired to IRQ 18 pcib1: <ACPI PCI-PCI bridge> irq 16 at device 1.0 on pci0 pcib0: allocated type 4 (0xe000-0xefff) for rid 1c of pcib1 pcib0: allocated type 3 (0xf6000000-0xf70fffff) for rid 20 of pcib1 pcib0: allocated type 3 (0xe0000000-0xf1ffffff) for rid 24 of pcib1 pcib1: domain 0 pcib1: secondary bus 2 pcib1: subordinate bus 3 pcib1: I/O decode 0xe000-0xefff pcib1: memory decode 0xf6000000-0xf70fffff pcib1: prefetched decode 0xe0000000-0xf1ffffff pci2: <ACPI PCI bus> on pcib1 pci2: domain=0, physical bus=2 found-> vendor=0x10de, dev=0x0ff6, revid=0xa1 domain=0, bus=2, slot=0, func=0 class=03-02-00, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 3 supports D0 D3 current D0 MSI supports 1 message, 64 bit map[10]: type Memory, range 32, base 0xf6000000, size 24, enabled pcib1: allocated memory range (0xf6000000-0xf6ffffff) for rid 10 of pci0:2:0:0 map[14]: type Prefetchable Memory, range 64, base 0xe0000000, size 28, enabled pcib1: allocated prefetch range (0xe0000000-0xefffffff) for rid 14 of pci0:2:0:0 map[1c]: type Prefetchable Memory, range 64, base 0xf0000000, size 25, enabled pcib1: allocated prefetch range (0xf0000000-0xf1ffffff) for rid 1c of pci0:2:0:0 map[24]: type I/O Port, range 32, base 0xe000, size 7, enabled pcib1: allocated I/O port range (0xe000-0xe07f) for rid 24 of pci0:2:0:0 pcib1: matched entry for 2.0.INTA pcib1: slot 0 INTA hardwired to IRQ 16 vgapci0: <VGA-compatible display> port 0xe000-0xe07f mem 0xf6000000-0xf6ffffff,0xe0000000-0xefffffff,0xf0000000-0xf1ffffff irq 16 at device 0.0 on pci2 vgapci1: <VGA-compatible display> port 0xf000-0xf03f mem 0xf7400000-0xf77fffff,0xd0000000-0xdfffffff irq 16 at device 2.0 on pci0 vgapci1: Boot video device hdac0: <Intel Haswell HDA Controller> mem 0xf7a1c000-0xf7a1ffff irq 16 at device 3.0 on pci0 hdac0: PCI card vendor: 0x8086, device: 0x2010 hdac0: HDA Driver Revision: 20120126_0002 hdac0: Config options: on=0x00000000 off=0x00000000 hdac0: attempting to allocate 1 MSI vectors (1 supported) msi: routing MSI IRQ 264 to local APIC 0 vector 59 hdac0: using IRQ 264 for MSI hdac0: Caps: OSS 2, ISS 0, BSS 0, NSDO 1, 64bit, CORB 256, RIRB 256 pci0: <dasp> at device 4.0 (no driver attached) xhci0: <Intel Lynx Point USB 3.0 controller> mem 0xf7a00000-0xf7a0ffff irq 16 at device 20.0 on pci0 xhci0: attempting to allocate 1 MSI vectors (8 supported) msi: routing MSI IRQ 265 to local APIC 0 vector 60 xhci0: using IRQ 265 for MSI xhci0: MSI enabled xhci0: 32 byte context size. xhci0: Port routing mask set to 0xffffffff usbus0 on xhci0 xhci0: usbpf: Attached pci0: <simple comms> at device 22.0 (no driver attached) ehci0: <EHCI (generic) USB 2.0 controller> mem 0xf7a24000-0xf7a243ff irq 16 at device 26.0 on pci0 ioapic0: routing intpin 16 (PCI IRQ 16) to lapic 0 vector 61 usbus1: EHCI version 1.0 usbus1 on ehci0 ehci0: usbpf: Attached hdac1: <Intel Lynx Point HDA Controller> mem 0xf7a18000-0xf7a1bfff irq 22 at device 27.0 on pci0 hdac1: PCI card vendor: 0x1028, device: 0x060d hdac1: HDA Driver Revision: 20120126_0002 hdac1: Config options: on=0x00000000 off=0x00000000 hdac1: attempting to allocate 1 MSI vectors (1 supported) msi: routing MSI IRQ 266 to local APIC 0 vector 62 hdac1: using IRQ 266 for MSI hdac1: Caps: OSS 4, ISS 4, BSS 0, NSDO 1, 64bit, CORB 256, RIRB 256 pcib2: <ACPI PCI-PCI bridge> irq 16 at device 28.0 on pci0 pcib2: domain 0 pcib2: secondary bus 4 pcib2: subordinate bus 4 pci4: <ACPI PCI bus> on pcib2 pci4: domain=0, physical bus=4 pcib3: <ACPI PCI-PCI bridge> irq 18 at device 28.2 on pci0 pcib0: allocated type 3 (0xf7900000-0xf79fffff) for rid 20 of pcib3 pcib3: domain 0 pcib3: secondary bus 6 pcib3: subordinate bus 6 pcib3: memory decode 0xf7900000-0xf79fffff pci6: <ACPI PCI bus> on pcib3 pci6: domain=0, physical bus=6 found-> vendor=0x8086, dev=0x08b1, revid=0x6b domain=0, bus=6, slot=0, func=0 class=02-80-00, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=3 powerspec 3 supports D0 D3 current D0 MSI supports 1 message, 64 bit map[10]: type Memory, range 64, base 0xf7900000, size 13, enabled pcib3: allocated memory range (0xf7900000-0xf7901fff) for rid 10 of pci0:6:0:0 pcib3: matched entry for 6.0.INTA pcib3: slot 0 INTA hardwired to IRQ 18 pci6: <network> at device 0.0 (no driver attached) pcib4: <ACPI PCI-PCI bridge> irq 19 at device 28.3 on pci0 pcib0: allocated type 3 (0xf7800000-0xf78fffff) for rid 20 of pcib4 pcib4: domain 0 pcib4: secondary bus 7 pcib4: subordinate bus 7 pcib4: memory decode 0xf7800000-0xf78fffff pci7: <ACPI PCI bus> on pcib4 pci7: domain=0, physical bus=7 found-> vendor=0x10ec, dev=0x5249, revid=0x01 domain=0, bus=7, slot=0, func=0 class=ff-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=10 powerspec 3 supports D0 D1 D2 D3 current D0 MSI supports 1 message, 64 bit map[10]: type Memory, range 32, base 0xf7800000, size 12, enabled pcib4: allocated memory range (0xf7800000-0xf7800fff) for rid 10 of pci0:7:0:0 pcib4: matched entry for 7.0.INTA pcib4: slot 0 INTA hardwired to IRQ 19 pci7: <unknown> at device 0.0 (no driver attached) ehci1: <EHCI (generic) USB 2.0 controller> mem 0xf7a23000-0xf7a233ff irq 23 at device 29.0 on pci0 ioapic0: routing intpin 23 (PCI IRQ 23) to lapic 0 vector 63 usbus2: EHCI version 1.0 usbus2 on ehci1 ehci1: usbpf: Attached isab0: <PCI-ISA bridge> at device 31.0 on pci0 isa0: <ISA bus> on isab0 ahci0: <Intel Lynx Point AHCI SATA controller> port 0xf0b0-0xf0b7,0xf0a0-0xf0a3,0xf090-0xf097,0xf080-0xf083,0xf060-0xf07f mem 0xf7a22000-0xf7a227ff irq 19 at device 31.2 on pci0 ahci0: attempting to allocate 1 MSI vectors (1 supported) msi: routing MSI IRQ 267 to local APIC 0 vector 64 ahci0: using IRQ 267 for MSI ahci0: AHCI v1.30 with 6 6Gbps ports, Port Multiplier not supported ahci0: Caps: 64bit NCQ ALP AL CLO 6Gbps PMD SSC PSC 32cmd EM 6ports ahci0: Caps2: APST ahcich0: <AHCI channel> at channel 0 on ahci0 ahcich0: Caps: ahcich1: not probed (disabled) ahcich2: not probed (disabled) ahcich3: not probed (disabled) ahcich4: not probed (disabled) ahcich5: not probed (disabled) ahciem0: <AHCI enclosure management bridge> on ahci0 ahciem0: Caps: ALHD XMT SMB LED pci0: <serial bus, SMBus> at device 31.3 (no driver attached) pci0: <dasp> at device 31.6 (no driver attached) acpi_button0: <Power Button> on acpi0 acpi_lid0: <Control Method Lid Switch> on acpi0 acpi_tz0: <Thermal Zone> on acpi0 acpi_tz1: <Thermal Zone> on acpi0 atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0 atkbd0: <AT Keyboard> irq 1 on atkbdc0 kbd0 at atkbd0 kbd0: atkbd0, generic (0), config:0x0, flags:0x3f0000 ioapic0: routing intpin 1 (ISA IRQ 1) to lapic 0 vector 65 atkbd0: [GIANT-LOCKED] psm0: unable to allocate IRQ psmcpnp0: <PS/2 mouse port> irq 12 on acpi0 psm0: current command byte:0065 psm0: <PS/2 Mouse> irq 12 on atkbdc0 ioapic0: routing intpin 12 (ISA IRQ 12) to lapic 0 vector 66 psm0: [GIANT-LOCKED] psm0: model Generic PS/2 mouse, device ID 0-00, 2 buttons psm0: config:00004000, flags:00000008, packet size:3 psm0: syncmask:c0, syncbits:00 battery0: <ACPI Control Method Battery> on acpi0 acpi_acad0: <AC Adapter> on acpi0 ACPI: Enabled 4 GPEs in block 00 to 3F acpi0: wakeup code va 0xfffffe0233c55000 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 0 of orm0 pcib0: allocated type 3 (0xd0800-0xd0fff) for rid 0 of orm0 pcib0: allocated type 3 (0xd1000-0xd17ff) for rid 0 of orm0 pcib0: allocated type 3 (0xd1800-0xd1fff) for rid 0 of orm0 pcib0: allocated type 3 (0xd2000-0xd27ff) for rid 0 of orm0 pcib0: allocated type 3 (0xd2800-0xd2fff) for rid 0 of orm0 pcib0: allocated type 3 (0xd3000-0xd37ff) for rid 0 of orm0 pcib0: allocated type 3 (0xd3800-0xd3fff) for rid 0 of orm0 pcib0: allocated type 3 (0xd4000-0xd47ff) for rid 0 of orm0 pcib0: allocated type 3 (0xd4800-0xd4fff) for rid 0 of orm0 pcib0: allocated type 3 (0xd5000-0xd57ff) for rid 0 of orm0 pcib0: allocated type 3 (0xd5800-0xd5fff) for rid 0 of orm0 pcib0: allocated type 3 (0xd6000-0xd67ff) for rid 0 of orm0 pcib0: allocated type 3 (0xd6800-0xd6fff) for rid 0 of orm0 pcib0: allocated type 3 (0xd7000-0xd77ff) for rid 0 of orm0 pcib0: allocated type 3 (0xd7800-0xd7fff) for rid 0 of orm0 pcib0: allocated type 3 (0xd8000-0xd87ff) for rid 0 of orm0 pcib0: allocated type 3 (0xd8800-0xd8fff) for rid 0 of orm0 pcib0: allocated type 3 (0xd9000-0xd97ff) for rid 0 of orm0 pcib0: allocated type 3 (0xd9800-0xd9fff) for rid 0 of orm0 pcib0: allocated type 3 (0xda000-0xda7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xda800-0xdafff) for rid 0 of orm0 pcib0: allocated type 3 (0xdb000-0xdb7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xdb800-0xdbfff) for rid 0 of orm0 pcib0: allocated type 3 (0xdc000-0xdc7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xdc800-0xdcfff) for rid 0 of orm0 pcib0: allocated type 3 (0xdd000-0xdd7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xdd800-0xddfff) for rid 0 of orm0 pcib0: allocated type 3 (0xde000-0xde7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xde800-0xdefff) for rid 0 of orm0 pcib0: allocated type 3 (0xdf000-0xdf7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xdf800-0xdffff) for rid 0 of orm0 pcib0: allocated type 3 (0xe0000-0xe07ff) for rid 0 of orm0 pcib0: allocated type 3 (0xe0800-0xe0fff) for rid 0 of orm0 pcib0: allocated type 3 (0xe1000-0xe17ff) for rid 0 of orm0 pcib0: allocated type 3 (0xe1800-0xe1fff) for rid 0 of orm0 pcib0: allocated type 3 (0xe2000-0xe27ff) for rid 0 of orm0 pcib0: allocated type 3 (0xe2800-0xe2fff) for rid 0 of orm0 pcib0: allocated type 3 (0xe3000-0xe37ff) for rid 0 of orm0 pcib0: allocated type 3 (0xe3800-0xe3fff) for rid 0 of orm0 pcib0: allocated type 3 (0xe4000-0xe47ff) for rid 0 of orm0 pcib0: allocated type 3 (0xe4800-0xe4fff) for rid 0 of orm0 pcib0: allocated type 3 (0xe5000-0xe57ff) for rid 0 of orm0 pcib0: allocated type 3 (0xe5800-0xe5fff) for rid 0 of orm0 pcib0: allocated type 3 (0xe6000-0xe67ff) for rid 0 of orm0 pcib0: allocated type 3 (0xe6800-0xe6fff) for rid 0 of orm0 pcib0: allocated type 3 (0xe7000-0xe77ff) for rid 0 of orm0 pcib0: allocated type 3 (0xe7800-0xe7fff) for rid 0 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 sc: sc0 already exists; skipping it isa_probe_children: probing non-PnP devices 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 pcib0: allocated type 4 (0x3f0-0x3f5) for rid 0 of fdc0 pcib0: allocated type 4 (0x3f7-0x3f7) for rid 1 of fdc0 fdc0 failed to probe at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 ppc0: cannot reserve I/O port range ppc0 failed to probe at irq 7 on isa0 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: <Enhanced SpeedStep Frequency Control> on cpu0 p4tcc0: <CPU Frequency Thermal Control> on cpu0 est1: <Enhanced SpeedStep Frequency Control> on cpu1 p4tcc1: <CPU Frequency Thermal Control> on cpu1 est2: <Enhanced SpeedStep Frequency Control> on cpu2 p4tcc2: <CPU Frequency Thermal Control> on cpu2 est3: <Enhanced SpeedStep Frequency Control> on cpu3 p4tcc3: <CPU Frequency Thermal Control> on cpu3 est4: <Enhanced SpeedStep Frequency Control> on cpu4 p4tcc4: <CPU Frequency Thermal Control> on cpu4 est5: <Enhanced SpeedStep Frequency Control> on cpu5 p4tcc5: <CPU Frequency Thermal Control> on cpu5 est6: <Enhanced SpeedStep Frequency Control> on cpu6 p4tcc6: <CPU Frequency Thermal Control> on cpu6 est7: <Enhanced SpeedStep Frequency Control> on cpu7 p4tcc7: <CPU Frequency Thermal Control> on cpu7 Device configuration finished. procfs registered ZFS filesystem version: 5 ZFS storage pool version: features support (5000) lapic: Divisor 2, Frequency 49885550 Hz Timecounters tick every 1.000 msec vlan: initialized, using hash tables with chaining tcp_init: net.inet.tcp.tcbhashsize auto tuned to 65536 lo0: bpf attached hpt27xx: no controller detected. hptrr: no controller detected. hptnr: no controller detected. hdacc0: <Intel Haswell HDA CODEC> at cad 0 on hdac0 hdaa0: <Intel Haswell Audio Function Group> at nid 1 on hdacc0 hdaa0: Subsystem ID: 0x80860101 hdaa0: NumGPIO=0 NumGPO=0 NumGPI=0 GPIWake=0 GPIUnsol=0 hdaa0: Original pins configuration: hdaa0: nid 0x as seq device conn jack loc color misc hdaa0: 3 18560010 1 0 Digital-out Jack Digital 0x18 Unknown 0 hdaa0: Patched pins configuration: hdaa0: nid 0x as seq device conn jack loc color misc hdaa0: 3 18560010 1 0 Digital-out Jack Digital 0x18 Unknown 0 hdaa0: 1 associations found: hdaa0: Association 0 (1) out: hdaa0: Pin nid=3 seq=0 hdaa0: Tracing association 0 (1) hdaa0: Pin 3 traced to DAC 2 hdaa0: Association 0 (1) trace succeeded hdaa0: Looking for additional DAC for association 0 (1) hdaa0: Tracing input monitor hdaa0: Tracing other input monitors hdaa0: Tracing beeper hdaa0: FG config/quirks: forcestereo ivref50 ivref80 ivref100 ivref pcm0: <Intel Haswell (HDMI/DP 8ch)> at nid 3 on hdaa0 pcm0: Playback: pcm0: Stream cap: 0x00000005 AC3 PCM pcm0: PCM cap: 0x001e07f0 16 20 24 32 bits, 32 44 48 88 96 176 192 KHz pcm0: DAC: 2 pcm0: pcm0: nid=3 [pin: Digital-out (Jack)] pcm0: + <- nid=2 [audio output] [src: pcm] pcm0: pcm0: Master Volume (OSS: vol): 0/0dB pcm0: +- ctl 1 (nid 3 in ): mute pcm0: pcm0: PCM Volume (OSS: pcm): 0/0dB pcm0: +- ctl 1 (nid 3 in ): mute pcm0: pcm0: Mixer "vol": pcm0: Mixer "pcm": pcm0: Soft PCM mixer ENABLED pcm0: Playback channel matrix is: unknown, assuming 7.1 (disconnected) hdacc1: <Realtek (0x0668) HDA CODEC> at cad 0 on hdac1 hdaa1: <Realtek (0x0668) Audio Function Group> at nid 1 on hdacc1 hdaa1: Subsystem ID: 0x1028060d hdaa1: NumGPIO=4 NumGPO=0 NumGPI=0 GPIWake=0 GPIUnsol=1 hdaa1: GPIO0: disabled hdaa1: GPIO1: disabled hdaa1: GPIO2: disabled hdaa1: GPIO3: disabled hdaa1: Original pins configuration: hdaa1: nid 0x as seq device conn jack loc color misc hdaa1: 18 90a60130 3 0 Mic Fixed Digital Internal Unknown 1 hdaa1: 20 90170110 1 0 Speaker Fixed Analog Internal Unknown 1 hdaa1: 21 0321101f 1 15 Headphones Jack 1/8 Left Black 0 hdaa1: 22 40000000 0 0 Line-out None Unknown 0x00 Unknown 0 hdaa1: 24 411111f0 15 0 Speaker None 1/8 Rear Black 1 hdaa1: 25 411111f0 15 0 Speaker None 1/8 Rear Black 1 hdaa1: 26 411111f0 15 0 Speaker None 1/8 Rear Black 1 hdaa1: 27 411111f0 15 0 Speaker None 1/8 Rear Black 1 hdaa1: 29 40d6832d 2 13 Digital-in None Digital 0x00 Purple 3 hdaa1: 30 411111f0 15 0 Speaker None 1/8 Rear Black 1 hdaa1: 31 411111f0 15 0 Speaker None 1/8 Rear Black 1 hdaa1: Patching widget caps nid=29 0x00400400 -> 0x00700400 hdaa1: Patched pins configuration: hdaa1: nid 0x as seq device conn jack loc color misc hdaa1: 18 90a60130 3 0 Mic Fixed Digital Internal Unknown 1 hdaa1: 20 90170110 1 0 Speaker Fixed Analog Internal Unknown 1 hdaa1: 21 0321101f 1 15 Headphones Jack 1/8 Left Black 0 hdaa1: 22 40000000 0 0 Line-out None Unknown 0x00 Unknown 0 DISA hdaa1: 24 411111f0 15 0 Speaker None 1/8 Rear Black 1 DISA hdaa1: 25 411111f0 15 0 Speaker None 1/8 Rear Black 1 DISA hdaa1: 26 411111f0 15 0 Speaker None 1/8 Rear Black 1 DISA hdaa1: 27 411111f0 15 0 Speaker None 1/8 Rear Black 1 DISA hdaa1: 30 411111f0 15 0 Speaker None 1/8 Rear Black 1 DISA hdaa1: 31 411111f0 15 0 Speaker None 1/8 Rear Black 1 DISA hdaa1: 2 associations found: hdaa1: Association 0 (1) out: hdaa1: Pin nid=20 seq=0 hdaa1: Pin nid=21 seq=15 hdaa1: Association 1 (3) in: hdaa1: Pin nid=18 seq=0 hdaa1: Tracing association 0 (1) hdaa1: Pin 20 traced to DAC 2 hdaa1: Pin 21 traced to DAC 2 and hpredir 0 hdaa1: Association 0 (1) trace succeeded hdaa1: Tracing association 1 (3) hdaa1: Pin 18 traced to ADC 7 hdaa1: Association 1 (3) trace succeeded hdaa1: Looking for additional DAC for association 0 (1) hdaa1: Looking for additional ADC for association 1 (3) hdaa1: Tracing input monitor hdaa1: Tracing other input monitors hdaa1: Tracing nid 18 to out hdaa1: Tracing beeper hdaa1: nid 29 traced to out hdaa1: Headphones redirection for association 0 nid=21 using unsolicited responses. hdaa1: Redirect output to: main hdaa1: FG config/quirks: forcestereo ivref50 ivref80 ivref100 ivref pcm1: <Realtek (0x0668) (Analog 2.0+HP/2.0)> at nid 20,21 and 18 on hdaa1 pcm1: Playback: pcm1: Stream cap: 0x00000001 PCM pcm1: PCM cap: 0x000e0560 16 20 24 bits, 44 48 96 192 KHz pcm1: DAC: 2 pcm1: pcm1: nid=20 [pin: Speaker (Fixed)] pcm1: + <- nid=12 [audio mixer] [src: pcm, speaker] pcm1: + <- nid=2 [audio output] [src: pcm] pcm1: + <- nid=11 [audio mixer] [src: speaker] pcm1: + <- nid=29 [beep widget] [src: speaker] pcm1: pcm1: nid=21 [pin: Headphones (Black Jack)] pcm1: + <- nid=12 [audio mixer] [src: pcm, speaker] pcm1: + <- nid=2 [audio output] [src: pcm] pcm1: + <- nid=11 [audio mixer] [src: speaker] pcm1: + <- nid=29 [beep widget] [src: speaker] pcm1: pcm1: Record: pcm1: Stream cap: 0x00000001 PCM pcm1: PCM cap: 0x000e0560 16 20 24 bits, 44 48 96 192 KHz pcm1: ADC: 7 pcm1: pcm1: nid=7 [audio input] pcm1: + <- nid=18 [pin: Mic (Fixed)] [src: monitor] pcm1: pcm1: Master Volume (OSS: vol): -34/0dB pcm1: +- ctl 1 (nid 2 out): -65/0dB (88 steps) pcm1: +- ctl 11 (nid 11 in 4): -34/12dB (32 steps) + mute pcm1: +- ctl 13 (nid 12 in 0): mute pcm1: +- ctl 14 (nid 12 in 1): mute pcm1: +- ctl 19 (nid 20 in ): mute pcm1: +- ctl 20 (nid 21 in ): mute pcm1: pcm1: PCM Volume (OSS: pcm): -65/0dB pcm1: +- ctl 1 (nid 2 out): -65/0dB (88 steps) pcm1: +- ctl 13 (nid 12 in 0): mute pcm1: pcm1: Microphone2 Volume (OSS: monitor): -17/30dB pcm1: +- ctl 4 (nid 7 in 0): -17/30dB (64 steps) + mute pcm1: pcm1: Speaker/Beep Volume (OSS: speaker): -34/12dB pcm1: +- ctl 11 (nid 11 in 4): -34/12dB (32 steps) + mute pcm1: +- ctl 14 (nid 12 in 1): mute pcm1: pcm1: Recording Level (OSS: rec): -17/30dB pcm1: +- ctl 4 (nid 7 in 0): -17/30dB (64 steps) + mute pcm1: pcm1: Input Monitoring Level (OSS: igain): -34/12dB pcm1: +- ctl 11 (nid 11 in 4): -34/12dB (32 steps) + mute pcm1: +- ctl 14 (nid 12 in 1): mute pcm1: pcm1: Mixer "vol": pcm1: Mixer "pcm": pcm1: Mixer "speaker": pcm1: Mixer "rec": pcm1: Mixer "igain": pcm1: Mixer "ogain": pcm1: Mixer "monitor": pcm1: Playback channel set is: Front Left, Front Right, pcm1: Playback channel matrix is: 2.0 (unknown) pcm1: Automatically set rec source to: monitor pcm1: Recording channel set is: Front Left, Front Right, pcm1: Recording channel matrix is: 2.0 (unknown) random: unblocking device. usbus0: 5.0Gbps Super Speed USB v3.0 usbus1: 480Mbps High Speed USB v2.0 usbus2: 480Mbps High Speed USB v2.0 acpi_tz0: switched from NONE to _AC2: 27.8C acpi_tz1: _TMP value is absurd, ignored (-266.0C) ahcich0: AHCI reset... ahcich0: SATA connect time=100us status=00000133 ahcich0: AHCI reset: device found battery0: battery initialization start acpi_acad0: acline initialization start acpi_acad0: On Line acpi_acad0: acline initialization done, tried 1 times ugen0.1: <0x8086> at usbus0 uhub0: <0x8086 XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus0 ugen2.1: <Intel> at usbus2 uhub1: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus2 ugen1.1: <Intel> at usbus1 uhub2: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus1 ahcich0: AHCI reset: device ready after 100ms pass0 at ahcich0 bus 0 scbus0 target 0 lun 0 pass0: <ST500LM000-1EJ162 DEM8> ATA-9 SATA 3.x device pass0: Serial Number W760A6DM pass0: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 8192bytes) pass0: Command Queueing enabled pass1 at ahciem0 bus 0 scbus1 target 0 lun 0 pass1: <AHCI SGPIO Enclosure 1.00 0001> SEMB S-E-S 2.00 device ada0 at ahcich0 bus 0 scbus0 target 0 lun 0 ada0: <ST500LM000-1EJ162 DEM8> ATA-9 SATA 3.x device ada0: Serial Number W760A6DM ada0: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 8192bytes) ada0: Command Queueing enabled ada0: 476940MB (976773168 512 byte sectors: 16H 63S/T 16383C) ada0: Previously was known as ad4 ses0 at ahciem0 bus 0 scbus1 target 0 lun 0 ses0: <AHCI SGPIO Enclosure 1.00 0001> SEMB S-E-S 2.00 device ses0: SEMB SES Device ses0: Generation Code 0x0 has 1 SubEnclosures ses0: SubEnclosure ID 0, 1 Types With this ID, Descriptor Length 36, offset 8 ses0: WWN: 0 ses0: Type Desc[0]: Type 0x17, MaxElt 6, In Subenc 0, Text Length 0: GEOM: new disk ada0 battery0: battery initialization done, tried 1 times Netvsc initializing... done! lapic3: CMCI unmasked lapic2: CMCI unmasked lapic4: CMCI unmasked lapic5: CMCI unmasked lapic7: CMCI unmasked lapic6: CMCI unmasked SMP: AP CPU #1 Launched! cpu1 AP: ID: 0x01000000 VER: 0x01060015 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 cmci: 0x000100f2 SMP: AP CPU #6 Launched! cpu6 AP: ID: 0x06000000 VER: 0x01060015 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 cmci: 0x000000f2 SMP: AP CPU #4 Launched! cpu4 AP: ID: 0x04000000 VER: 0x01060015 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 cmci: 0x000000f2 SMP: AP CPU #3 Launched! cpu3 AP: ID: 0x03000000 VER: 0x01060015 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 cmci: 0x000000f2 SMP: AP CPU #5 Launched! cpu5 AP: ID: 0x05000000 VER: 0x01060015 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 cmci: 0x000000f2 SMP: AP CPU #2 Launched! cpu2 AP: ID: 0x02000000 VER: 0x01060015 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 cmci: 0x000000f2 SMP: AP CPU #7 Launched! cpu7 AP: ID: 0x07000000 VER: 0x01060015 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 cmci: 0x000000f2 ioapic0: routing intpin 1 (ISA IRQ 1) to lapic 1 vector 48 ioapic0: routing intpin 9 (ISA IRQ 9) to lapic 2 vector 48 ioapic0: routing intpin 12 (ISA IRQ 12) to lapic 3 vector 48 ioapic0: routing intpin 16 (PCI IRQ 16) to lapic 4 vector 48 ioapic0: routing intpin 23 (PCI IRQ 23) to lapic 5 vector 48 msi: Assigning MSI-X IRQ 257 to local APIC 1 vector 49 msi: Assigning MSI-X IRQ 258 to local APIC 2 vector 49 msi: Assigning MSI-X IRQ 259 to local APIC 3 vector 49 msi: Assigning MSI-X IRQ 260 to local APIC 4 vector 49 msi: Assigning MSI-X IRQ 261 to local APIC 5 vector 49 msi: Assigning MSI-X IRQ 262 to local APIC 6 vector 48 msi: Assigning MSI-X IRQ 263 to local APIC 7 vector 48 msi: Assigning MSI IRQ 264 to local APIC 6 vector 49 msi: Assigning MSI IRQ 265 to local APIC 7 vector 49 msi: Assigning MSI IRQ 267 to local APIC 1 vector 50 SMP: passed TSC synchronization test TSC timecounter discards lower 1 bit(s) Timecounter "TSC-low" frequency 1097481930 Hz quality 1000 Root mount waiting for: usbus2 usbus1 usbus0 uhub2: 2 ports with 2 removable, self powered uhub1: 2 ports with 2 removable, self powered uhub0: 21 ports with 21 removable, self powered Root mount waiting for: usbus2 usbus1 usbus0 ugen1.2: <vendor 0x8087> at usbus1 uhub3: <vendor 0x8087 product 0x8008, class 9/0, rev 2.00/0.05, addr 2> on usbus1 ugen2.2: <vendor 0x8087> at usbus2 uhub4: <vendor 0x8087 product 0x8000, class 9/0, rev 2.00/0.05, addr 2> on usbus2 xhci0: Port routing mask set to 0x00000000 usb_alloc_device: device init 2 failed (USB_ERR_IOERROR, ignored) ugen0.2: <Unknown> at usbus0 (disconnected) uhub_reattach_port: could not allocate new device uhub3: 6 ports with 6 removable, self powered uhub4: 8 ports with 8 removable, self powered Root mount waiting for: usbus2 usbus1 usbus0 xhci0: Port routing mask set to 0x00000000 usb_alloc_device: device init 2 failed (USB_ERR_IOERROR, ignored) ugen0.2: <Unknown> at usbus0 (disconnected) uhub_reattach_port: could not allocate new device ugen1.3: <SYNAPTICS> at usbus1 hid_get_item: Number of items truncated to 255 ugen1.4: <CN0Y2TKG7248741DAH15A00> at usbus1 Root mount waiting for: usbus2 usb_alloc_device: set address 3 failed (USB_ERR_TIMEOUT, ignored) usbd_setup_device_desc: getting device descriptor at addr 3 failed, USB_ERR_STALLED Root mount waiting for: usbus2 usbd_req_re_enumerate: addr=3, set address failed! (USB_ERR_TIMEOUT, ignored) usbd_setup_device_desc: getting device descriptor at addr 3 failed, USB_ERR_STALLED Root mount waiting for: usbus2 Root mount waiting for: usbus2 usbd_req_re_enumerate: addr=3, set address failed! (USB_ERR_TIMEOUT, ignored) usbd_setup_device_desc: getting device descriptor at addr 3 failed, USB_ERR_STALLED Root mount waiting for: usbus2 usbd_req_re_enumerate: addr=3, set address failed! (USB_ERR_TIMEOUT, ignored) usbd_setup_device_desc: getting device descriptor at addr 3 failed, USB_ERR_STALLED Root mount waiting for: usbus2 Root mount waiting for: usbus2 usbd_req_re_enumerate: addr=3, set address failed! (USB_ERR_TIMEOUT, ignored) usbd_setup_device_desc: getting device descriptor at addr 3 failed, USB_ERR_STALLED ugen2.3: <Unknown> at usbus2 (disconnected) uhub_reattach_port: could not allocate new device Trying to mount root from zfs:zroot/ROOT/default []... start_init: trying /sbin/init Setting hostuuid: 4c4c4544-0033-5a10-8056-b8c04f463132. Setting hostid: 0xe9597285. Entropy harvesting: interrupts ethernet point_to_point swi. Starting file system checks: Mounting local file systems:. Writing entropy file:. Setting hostname: nomad. Starting Network: lo0. lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384 options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6> inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1 inet 127.0.0.1 netmask 0xff000000 nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL> Starting devd. hid_get_item: Number of items truncated to 255 uhid0: <SYNAPTICS Synaptics Large Touch Screen, class 0/0, rev 2.00/0.06, addr 3> on usbus1 hid_get_item: Number of items truncated to 255 hid_get_item: Number of items truncated to 255 hid_get_item: Number of items truncated to 255 add net fe80::: gateway ::1 add net ff02::: gateway ::1 add net ::ffff:0.0.0.0: gateway ::1 add net ::0.0.0.0: gateway ::1 Generating host.conf. Creating and/or trimming log files. Starting syslogd. No core dumps found. ELF ldconfig path: /lib /usr/lib /usr/lib/compat 32-bit compatibility ldconfig path: /usr/lib32 Clearing /tmp (X related). Updating motd:. Mounting late file systems:. Configuring syscons: blanktime. Generating RSA1 host key. 2048 74:2d:64:b8:d3:91:f1:12:24:6b:b2:34:0d:1f:a2:a6 root at nomad (RSA1) Generating RSA host key. 2048 c4:10:59:7c:4c:ec:d2:41:96:ec:cc:5a:d8:3b:c7:58 root at nomad (RSA) Generating DSA host key. 1024 fb:a7:91:f2:e8:2e:91:c3:3b:7f:48:55:bb:60:63:14 root at nomad (DSA) Generating ECDSA host key. 256 3f:f9:6d:82:a4:85:be:06:69:55:d5:b9:99:97:c7:31 root at nomad (ECDSA) Generating ED25519 host key. 256 b8:b3:0c:bf:f9:83:32:fa:c2:78:56:b8:da:0e:fb:60 root at nomad (ED25519) Performing sanity check on sshd configuration. Starting sshd. Starting sendmail_submit. Starting sendmail_msp_queue. Starting cron. Starting background file system checks in 60 seconds. Fri Jun 27 07:21:56 SAST 2014 atkbd: the current kbd controller command byte 0065 atkbd: keyboard ID 0x41ab (2) kbdc: RESET_KBD return code:00fa kbdc: RESET_KBD status:00aa Jun 27 07:22:15 nomad login: ROOT LOGIN (root) ON ttyv0 ugen2.3: <ASIX Elec. Corp.> at usbus2 axge0: <NetworkInterface> on usbus2 miibus0: <MII bus> on axge0 rgephy0: <RTL8169S/8110S/8211 1000BASE-T media interface> PHY 3 on miibus0 rgephy0: OUI 0x00e04c, model 0x0011, rev. 5 rgephy0: none, 10baseT, 10baseT-FDX, 10baseT-FDX-flow, 100baseTX, 100baseTX-FDX, 100baseTX-FDX-flow, 1000baseT-FDX, 1000baseT-FDX-master, 1000baseT-FDX-flow, 1000baseT-FDX-flow-master, auto, auto-flow ue0: <USB Ethernet> on axge0 ue0: bpf attached ue0: Ethernet address: 50:3f:56:01:14:87 ue0: link state changed to DOWN ugen2.3: <ASIX Elec. Corp.> at usbus2 (disconnected) axge0: at uhub4, port 2, addr 3 (disconnected) rgephy0: detached miibus0: detached ugen2.3: <ASIX Elec. Corp.> at usbus2 axge0: <NetworkInterface> on usbus2 miibus0: <MII bus> on axge0 rgephy0: <RTL8169S/8110S/8211 1000BASE-T media interface> PHY 3 on miibus0 rgephy0: OUI 0x00e04c, model 0x0011, rev. 5 rgephy0: none, 10baseT, 10baseT-FDX, 10baseT-FDX-flow, 100baseTX, 100baseTX-FDX, 100baseTX-FDX-flow, 1000baseT-FDX, 1000baseT-FDX-master, 1000baseT-FDX-flow, 1000baseT-FDX-flow-master, auto, auto-flow ue0: <USB Ethernet> on axge0 ue0: bpf attached ue0: Ethernet address: 50:3f:56:01:14:87 ue0: link state changed to DOWN ue0: link state changed to UP ue0: link state changed to DOWN ue0: link state changed to UP ue0: link state changed to DOWN ue0: link state changed to UP ue0: link state changed to DOWN ue0: link state changed to UP panic: vm_fault: fault on nofault entry, addr: fffffe02346f0000 cpuid = 0 KDB: stack backtrace: #0 0xffffffff8092a2d0 at kdb_backtrace+0x60 #1 0xffffffff808ef825 at panic+0x155 #2 0xffffffff80b5f8e9 at vm_fault_hold+0x1a89 #3 0xffffffff80b5de17 at vm_fault+0x77 #4 0xffffffff80ce455c at trap_pfault+0x19c #5 0xffffffff80ce3d80 at trap+0x4a0 #6 0xffffffff80cca7f2 at calltrap+0x8 #7 0xffffffff81c1687e at axge_bulk_read_callback+0x19e #8 0xffffffff8079684c at usbd_callback_wrapper+0x71c #9 0xffffffff80797ac3 at usb_command_wrapper+0x113 #10 0xffffffff80796a71 at usb_callback_proc+0xc1 #11 0xffffffff80791b8f at usb_process+0x11f #12 0xffffffff808c03da at fork_exit+0x9a #13 0xffffffff80ccad2e at fork_trampoline+0xe Uptime: 10m38s Dumping 505 out of 8070 MB:..4%..13%..23%..32%..42%..51%..61%..73%..83%..92% ------------------------------------------------------------------------ kernel config options CONFIG_AUTOGENERATED ident GENERIC machine amd64 cpu HAMMER makeoptions WITH_CTF=1 makeoptions DEBUG=-gdwarf-2 options XENHVM options USB_DEBUG options ATH_ENABLE_11N options AH_AR5416_INTERRUPT_MITIGATION options AH_SUPPORT_AR5416 options IEEE80211_SUPPORT_MESH options IEEE80211_AMPDU_AGE options IEEE80211_DEBUG options SC_PIXEL_MODE options VESA options AHD_REG_PRETTY_PRINT options AHC_REG_PRETTY_PRINT options ATA_STATIC_ID options ACPI_DMAR options SMP options KDB_TRACE options KDB options INCLUDE_CONFIG_FILE options DDB_CTF options KDTRACE_HOOKS options KDTRACE_FRAME options MAC options PROCDESC options CAPABILITIES options CAPABILITY_MODE options AUDIT options HWPMC_HOOKS options KBD_INSTALL_CDEV options PRINTF_BUFR_SIZE=128 options _KPOSIX_PRIORITY_SCHEDULING options SYSVSEM options SYSVMSG options SYSVSHM options STACK options KTRACE options SCSI_DELAY=5000 options COMPAT_FREEBSD7 options COMPAT_FREEBSD6 options COMPAT_FREEBSD5 options COMPAT_FREEBSD4 options COMPAT_FREEBSD32 options GEOM_LABEL options GEOM_RAID options GEOM_PART_GPT options PSEUDOFS options PROCFS options CD9660 options MSDOSFS options NFS_ROOT options NFSLOCKD options NFSD options NFSCL options MD_ROOT options QUOTA options UFS_GJOURNAL options UFS_DIRHASH options UFS_ACL options SOFTUPDATES options FFS options SCTP options TCP_OFFLOAD options INET6 options INET options PREEMPTION options SCHED_ULE options NEW_PCIB options GEOM_PART_MBR options GEOM_PART_EBR_COMPAT options GEOM_PART_EBR options GEOM_PART_BSD device isa device mem device io device uart_ns8250 device cpufreq device acpi device pci device fdc device ahci device ata device mvs device siis device ahc device ahd device esp device hptiop device isp device mpt device mps device mpr device sym device trm device adv device adw device aic device bt device isci device scbus device ch device da device sa device cd device pass device ses device amr device arcmsr device ciss device dpt device hptmv device hptnr device hptrr device hpt27xx device iir device ips device mly device twa device tws device aac device aacp device aacraid device ida device mfi device mlx device twe device atkbdc device atkbd device psm device kbdmux device vga device splash device sc device agp device cbb device pccard device cardbus device uart device ppc device ppbus device lpt device ppi device puc device bxe device de device em device igb device ixgbe device le device ti device txp device vx device miibus device ae device age device alc device ale device bce device bfe device bge device cas device dc device et device fxp device gem device hme device jme device lge device msk device nfe device nge device pcn device re device rl device sf device sge device sis device sk device ste device stge device tl device tx device vge device vr device wb device xl device cs device ed device ex device ep device fe device sn device xe device wlan device wlan_wep device wlan_ccmp device wlan_tkip device wlan_amrr device an device ath device ath_pci device ath_hal device ath_rate_sample device ipw device iwi device iwn device malo device mwl device ral device wi device wpi device loop device random device padlock_rng device rdrand_rng device ether device vlan device tun device md device gif device faith device firmware device bpf device uhci device ohci device ehci device xhci device usb device ukbd device umass device sound device snd_cmi device snd_csa device snd_emu10kx device snd_es137x device snd_hda device snd_ich device snd_via8233 device mmc device mmcsd device sdhci device virtio device virtio_pci device vtnet device virtio_blk device virtio_scsi device virtio_balloon device hyperv device xenpci device vmx ------------------------------------------------------------------------ ddb capture buffer ddb: ddb_capture: kvm_nlist -------------- next part -------------- Table 'FACP' at 0xcab5ced8 Table 'APIC' at 0xcab5cfe8 APIC: Found table at 0xcab5cfe8 APIC: Using the MADT enumerator. MADT: Found CPU APIC ID 0 ACPI ID 1: enabled SMP: Added CPU 0 (AP) MADT: Found CPU APIC ID 2 ACPI ID 2: enabled SMP: Added CPU 2 (AP) MADT: Found CPU APIC ID 4 ACPI ID 3: enabled SMP: Added CPU 4 (AP) MADT: Found CPU APIC ID 6 ACPI ID 4: enabled SMP: Added CPU 6 (AP) MADT: Found CPU APIC ID 1 ACPI ID 5: enabled SMP: Added CPU 1 (AP) MADT: Found CPU APIC ID 3 ACPI ID 6: enabled SMP: Added CPU 3 (AP) MADT: Found CPU APIC ID 5 ACPI ID 7: enabled SMP: Added CPU 5 (AP) MADT: Found CPU APIC ID 7 ACPI ID 8: enabled SMP: Added CPU 7 (AP) Copyright (c) 1992-2014 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 10.0-STABLE #0 r267746: Sun Jun 22 22:48:49 UTC 2014 root at grind.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 Preloaded elf kernel "/boot/kernel/kernel" at 0xffffffff81ada000. Preloaded elf obj module "/boot/kernel/zfs.ko" at 0xffffffff81adad98. Preloaded elf obj module "/boot/kernel/opensolaris.ko" at 0xffffffff81adb5c0. Calibrating TSC clock ... TSC clock: 2194962313 Hz CPU: Intel(R) Core(TM) i7-4702HQ CPU @ 2.20GHz (2194.96-MHz K8-class CPU) Origin = "GenuineIntel" Id = 0x306c3 Family = 0x6 Model = 0x3c Stepping = 3 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=0x7ffafbbf<SSE3,PCLMULQDQ,DTES64,MON,DS_CPL,VMX,EST,TM2,SSSE3,<b11>,FMA,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,TSCDLT,AESNI,XSAVE,OSXSAVE,AVX,F16C,RDRAND> AMD Features=0x2c100800<SYSCALL,NX,Page1GB,RDTSCP,LM> AMD Features2=0x21<LAHF,ABM> Structured Extended Features=0x27ab<FSGSBASE,TSCADJ,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID> TSC: P-state invariant, performance statistics real memory = 8589934592 (8192 MB) Physical memory chunk(s): 0x0000000000010000 - 0x0000000000099fff, 565248 bytes (138 pages) 0x0000000000100000 - 0x00000000001fffff, 1048576 bytes (256 pages) 0x0000000001b01000 - 0x00000000b9e1ffff, 3090280448 bytes (754463 pages) 0x00000000b9e27000 - 0x00000000ba26afff, 4472832 bytes (1092 pages) 0x00000000ba887000 - 0x00000000ca7e5fff, 267776000 bytes (65375 pages) 0x00000000cbfff000 - 0x00000000cbffffff, 4096 bytes (1 pages) 0x0000000100000000 - 0x00000002219a9fff, 4858748928 bytes (1186218 pages) avail memory = 8169410560 (7790 MB) Event timer "LAPIC" quality 600 ACPI APIC Table: <DELL CL09> INTR: Adding local APIC 1 as a target INTR: Adding local APIC 2 as a target INTR: Adding local APIC 3 as a target INTR: Adding local APIC 4 as a target INTR: Adding local APIC 5 as a target INTR: Adding local APIC 6 as a target INTR: Adding local APIC 7 as a target FreeBSD/SMP: Multiprocessor System Detected: 8 CPUs FreeBSD/SMP: 1 package(s) x 4 core(s) x 2 SMT threads cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 cpu2 (AP): APIC ID: 2 cpu3 (AP): APIC ID: 3 cpu4 (AP): APIC ID: 4 cpu5 (AP): APIC ID: 5 cpu6 (AP): APIC ID: 6 cpu7 (AP): APIC ID: 7 APIC: CPU 0 has ACPI ID 1 APIC: CPU 1 has ACPI ID 5 APIC: CPU 2 has ACPI ID 2 APIC: CPU 3 has ACPI ID 6 APIC: CPU 4 has ACPI ID 3 APIC: CPU 5 has ACPI ID 7 APIC: CPU 6 has ACPI ID 4 APIC: CPU 7 has ACPI ID 8 XEN: CPU 0 has VCPU ID 1 XEN: CPU 1 has VCPU ID 5 XEN: CPU 2 has VCPU ID 2 XEN: CPU 3 has VCPU ID 6 XEN: CPU 4 has VCPU ID 3 XEN: CPU 5 has VCPU ID 7 XEN: CPU 6 has VCPU ID 4 XEN: CPU 7 has VCPU ID 8 lapic0: CMCI unmasked x86bios: IVT 0x000000-0x0004ff at 0xfffff80000000000 x86bios: SSEG 0x098000-0x098fff at 0xfffffe02297b7000 x86bios: EBDA 0x09d000-0x09ffff at 0xfffff8000009d000 x86bios: ROM 0x0a0000-0x0fefff at 0xfffff800000a0000 ULE: setup cpu 0 ULE: setup cpu 1 ULE: setup cpu 2 ULE: setup cpu 3 ULE: setup cpu 4 ULE: setup cpu 5 ULE: setup cpu 6 ULE: setup cpu 7 ACPI: RSDP 0xf0490 00024 (v02 DELL) ACPI: XSDT 0xcab4f0a8 000CC (v01 DELL CL09 01072009 AMI 00010013) ACPI: FACP 0xcab5ced8 0010C (v05 DELL CL09 01072009 AMI 00010013) ACPI: DSDT 0xcab4f200 0DCD6 (v02 DELL CL09 00000000 INTL 20120711) ACPI: FACS 0xcb527080 00040 ACPI: APIC 0xcab5cfe8 00092 (v03 DELL CL09 01072009 AMI 00010013) ACPI: FPDT 0xcab5d080 00044 (v01 DELL CL09 01072009 AMI 00010013) ACPI: SSDT 0xcab5d0c8 00C9A (v01 TrmRef PtidDevc 00001000 INTL 20091112) ACPI: SSDT 0xcab5dd68 00228 (v01 INTEL sensrhub 00000000 INTL 20120711) ACPI: SLIC 0xcab5df90 00176 (v01 DELL CL09 01072009 AMI 00010013) ACPI: SSDT 0xcab5e108 00539 (v01 PmRef Cpu0Ist 00003000 INTL 20120711) ACPI: SSDT 0xcab5e648 00AD8 (v01 PmRef CpuPm 00003000 INTL 20120711) ACPI: SSDT 0xcab5f120 002DE (v01 PmRef Cpu0Tst 00003000 INTL 20120711) ACPI: SSDT 0xcab5f400 00348 (v01 PmRef ApTst 00003000 INTL 20120711) ACPI: MCFG 0xcab5f748 0003C (v01 DELL CL09 01072009 MSFT 00000097) ACPI: SSDT 0xcab5f788 04F7F (v01 DptfTa DptfTabl 00001000 INTL 20120711) ACPI: HPET 0xcab64708 00038 (v01 DELL CL09 01072009 AMI. 00000005) ACPI: SSDT 0xcab64740 003AA (v01 SataRe SataTabl 00001000 INTL 20120711) ACPI: SSDT 0xcab64af0 02B6D (v01 SaSsdt SaSsdt 00003000 INTL 20091112) ACPI: SSDT 0xcab67660 00D33 (v01 SgRef SgPeg 00001000 INTL 20120711) ACPI: SSDT 0xcab68398 0058D (v01 AMITCG PROC 00000001 INTL 20120711) ACPI: MSDM 0xcab68928 00055 (v03 DELL CL09 01072009 AMI 00010013) ACPI: DMAR 0xcab68980 000B8 (v01 INTEL HSW 00000001 INTL 00000001) ACPI: SSDT 0xcab68a38 0123B (v01 OptRef OptTabl 00001000 INTL 20120711) ACPI: TCPA 0xcab69c78 00032 (v02 APTIO4 NAPAASF 00000001 MSFT 01000013) MADT: Found IO APIC ID 8, Interrupt 0 at 0xfec00000 ioapic0: Routing external 8259A's -> intpin 0 MADT: Interrupt override: source 0, irq 2 ioapic0: Routing IRQ 0 -> intpin 2 MADT: Interrupt override: source 9, irq 9 ioapic0: intpin 9 trigger: level lapic: Routing NMI -> LINT1 lapic: LINT1 trigger: edge lapic: LINT1 polarity: high ioapic0 <Version 2.0> irqs 0-23 on motherboard cpu0 BSP: ID: 0x00000000 VER: 0x01060015 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 cmci: 0x000000f2 snd_unit_init() u=0x00ff8000 [512] d=0x00007c00 [32] c=0x000003ff [1024] feeder_register: snd_unit=-1 snd_maxautovchans=16 latency=5 feeder_rate_min=1 feeder_rate_max=2016000 feeder_rate_round=25 wlan: <802.11 Link Layer> Hardware, VIA Nehemiah Padlock RNG: VIA Padlock RNG not present null: <null device, zero device> nfslock: pseudo-device Falling back to <Software, Yarrow> random adaptor random: <Software, Yarrow> initialized VESA: INT 0x10 vector 0xc000:0x0014 VESA: information block 0000 56 45 53 41 00 03 80 8f 00 c0 01 00 00 00 3d 90 0010 00 c0 ff 01 00 00 00 00 00 00 00 00 00 00 00 00 0020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0030 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0040 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0050 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0070 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0080 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0100 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0110 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0120 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0130 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0140 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0150 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0160 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0170 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0190 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 VESA: 15 mode(s) found VESA: v3.0, 32704k memory, flags:0x1, mode table:0xfffff800000c903d (c000903d) VESA: Intel(R) HSW Mobile/Desktop Graphics Chipset Accelerated VGA BIOS VESA: \M-s\M-n \M-s\M-n \M-s\M-n io: <I/O> 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 acpi0: <DELL CL09 > on motherboard ACPI: All ACPI Tables successfully acquired PCIe: Memory Mapped configuration base @ 0xf8000000 ioapic0: routing intpin 9 (ISA IRQ 9) to lapic 0 vector 48 ACPI: Executed 2 blocks of module-level executable AML code acpi0: Power Button (fixed) cpu0: Processor \134_PR_.CPU0 (ACPI ID 1) -> APIC ID 0 cpu0: <ACPI CPU> on acpi0 ACPI: SSDT 0xcab3ec18 003D3 (v01 PmRef Cpu0Cst 00003001 INTL 20120711) ACPI: Dynamic OEM Table Load: ACPI: SSDT 0 003D3 (v01 PmRef Cpu0Cst 00003001 INTL 20120711) cpu1: Processor \134_PR_.CPU1 (ACPI ID 2) -> APIC ID 2 cpu1: <ACPI CPU> on acpi0 ACPI: SSDT 0xcab3e618 005AA (v01 PmRef ApIst 00003000 INTL 20120711) ACPI: Dynamic OEM Table Load: ACPI: SSDT 0 005AA (v01 PmRef ApIst 00003000 INTL 20120711) ACPI: SSDT 0xcab3dd98 00119 (v01 PmRef ApCst 00003000 INTL 20120711) ACPI: Dynamic OEM Table Load: ACPI: SSDT 0 00119 (v01 PmRef ApCst 00003000 INTL 20120711) cpu2: Processor \134_PR_.CPU2 (ACPI ID 3) -> APIC ID 4 cpu2: <ACPI CPU> on acpi0 cpu3: Processor \134_PR_.CPU3 (ACPI ID 4) -> APIC ID 6 cpu3: <ACPI CPU> on acpi0 cpu4: Processor \134_PR_.CPU4 (ACPI ID 5) -> APIC ID 1 cpu4: <ACPI CPU> on acpi0 cpu5: Processor \134_PR_.CPU5 (ACPI ID 6) -> APIC ID 3 cpu5: <ACPI CPU> on acpi0 cpu6: Processor \134_PR_.CPU6 (ACPI ID 7) -> APIC ID 5 cpu6: <ACPI CPU> on acpi0 cpu7: Processor \134_PR_.CPU7 (ACPI ID 8) -> APIC ID 7 cpu7: <ACPI CPU> on acpi0 hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff on acpi0 hpet0: vendor 0x8086, rev 0x1, 14318180Hz 64bit, 8 timers, legacy route hpet0: t0: irqs 0x00f00000 (0), MSI, 64bit, periodic hpet0: t1: irqs 0x00f00000 (0), MSI hpet0: t2: irqs 0x00f00800 (0), MSI hpet0: t3: irqs 0x00f01000 (0), MSI hpet0: t4: irqs 0x00000000 (0), MSI hpet0: t5: irqs 0x00000000 (0), MSI hpet0: t6: irqs 0x00000000 (0), MSI hpet0: t7: irqs 0x00000000 (0), MSI Timecounter "HPET" frequency 14318180 Hz quality 950 msi: routing MSI-X IRQ 256 to local APIC 0 vector 49 msi: routing MSI-X IRQ 257 to local APIC 0 vector 50 msi: routing MSI-X IRQ 258 to local APIC 0 vector 51 msi: routing MSI-X IRQ 259 to local APIC 0 vector 52 msi: routing MSI-X IRQ 260 to local APIC 0 vector 53 msi: routing MSI-X IRQ 261 to local APIC 0 vector 54 msi: routing MSI-X IRQ 262 to local APIC 0 vector 55 msi: routing MSI-X IRQ 263 to local APIC 0 vector 56 Event timer "HPET" frequency 14318180 Hz quality 550 atrtc0: <AT realtime clock> port 0x70-0x77 irq 8 on acpi0 atrtc0: Warning: Couldn't map I/O. atrtc0: registered as a time-of-day clock (resolution 1000000us, adjustment 0.500000000s) ioapic0: routing intpin 8 (ISA IRQ 8) to lapic 0 vector 57 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 58 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 0x1808-0x180b on acpi0 acpi_ec0: <Embedded Controller: GPE 0x17> port 0x62,0x66 on acpi0 pci_link0: Index IRQ Rtd Ref IRQs Initial Probe 0 11 N 0 3 4 5 6 10 11 12 14 15 Validation 0 11 N 0 3 4 5 6 10 11 12 14 15 After Disable 0 255 N 0 3 4 5 6 10 11 12 14 15 pci_link1: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 3 4 5 6 10 11 12 14 15 Validation 0 255 N 0 3 4 5 6 10 11 12 14 15 After Disable 0 255 N 0 3 4 5 6 10 11 12 14 15 pci_link2: Index IRQ Rtd Ref IRQs Initial Probe 0 3 N 0 3 4 5 6 10 11 12 14 15 Validation 0 3 N 0 3 4 5 6 10 11 12 14 15 After Disable 0 255 N 0 3 4 5 6 10 11 12 14 15 pci_link3: Index IRQ Rtd Ref IRQs Initial Probe 0 10 N 0 3 4 5 6 10 11 12 14 15 Validation 0 10 N 0 3 4 5 6 10 11 12 14 15 After Disable 0 255 N 0 3 4 5 6 10 11 12 14 15 pci_link4: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 3 4 5 6 10 11 12 14 15 Validation 0 255 N 0 3 4 5 6 10 11 12 14 15 After Disable 0 255 N 0 3 4 5 6 10 11 12 14 15 pci_link5: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 3 4 5 6 10 11 12 14 15 Validation 0 255 N 0 3 4 5 6 10 11 12 14 15 After Disable 0 255 N 0 3 4 5 6 10 11 12 14 15 pci_link6: Index IRQ Rtd Ref IRQs Initial Probe 0 5 N 0 3 4 5 6 10 11 12 14 15 Validation 0 5 N 0 3 4 5 6 10 11 12 14 15 After Disable 0 255 N 0 3 4 5 6 10 11 12 14 15 pci_link7: Index IRQ Rtd Ref IRQs Initial Probe 0 4 N 0 3 4 5 6 10 11 12 14 15 Validation 0 4 N 0 3 4 5 6 10 11 12 14 15 After Disable 0 255 N 0 3 4 5 6 10 11 12 14 15 pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0 pcib0: decoding 4 range 0-0xcf7 pcib0: decoding 4 range 0xd00-0xffff 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 0xe4000-0xe7fff pcib0: decoding 3 range 0xcf200000-0xfeafffff pci0: <ACPI PCI bus> on pcib0 pci0: domain=0, physical bus=0 found-> vendor=0x8086, dev=0x0c04, revid=0x06 domain=0, bus=0, slot=0, func=0 class=06-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x2090, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x0c01, revid=0x06 domain=0, bus=0, slot=1, func=0 class=06-04-00, hdrtype=0x01, mfdev=1 cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x10 (4000 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 3 supports D0 D3 current D0 MSI supports 1 message pcib0: matched entry for 0.1.INTA pcib0: slot 1 INTA hardwired to IRQ 16 found-> vendor=0x8086, dev=0x0416, revid=0x06 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=11 powerspec 2 supports D0 D3 current D0 MSI supports 1 message map[10]: type Memory, range 64, base 0xf7400000, size 22, enabled pcib0: allocated type 3 (0xf7400000-0xf77fffff) for rid 10 of pci0:0:2:0 map[18]: type Prefetchable Memory, range 64, base 0xd0000000, size 28, enabled pcib0: allocated type 3 (0xd0000000-0xdfffffff) for rid 18 of pci0:0:2:0 map[20]: type I/O Port, range 32, base 0xf000, size 6, enabled pcib0: allocated type 4 (0xf000-0xf03f) 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=0x0c0c, revid=0x06 domain=0, bus=0, slot=3, func=0 class=04-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 2 supports D0 D3 current D0 MSI supports 1 message map[10]: type Memory, range 64, base 0xf7a1c000, size 14, enabled pcib0: allocated type 3 (0xf7a1c000-0xf7a1ffff) for rid 10 of pci0:0:3:0 pcib0: matched entry for 0.3.INTA pcib0: slot 3 INTA hardwired to IRQ 16 found-> vendor=0x8086, dev=0x0c03, revid=0x06 domain=0, bus=0, slot=4, func=0 class=11-80-00, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x0090, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 3 supports D0 D3 current D0 MSI supports 1 message map[10]: type Memory, range 64, base 0xf7a10000, size 15, enabled pcib0: allocated type 3 (0xf7a10000-0xf7a17fff) for rid 10 of pci0:0:4:0 pcib0: matched entry for 0.4.INTA pcib0: slot 4 INTA hardwired to IRQ 16 found-> vendor=0x8086, dev=0x8c31, revid=0x05 domain=0, bus=0, slot=20, func=0 class=0c-03-30, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x0290, cachelnsz=0 (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 8 messages, 64 bit map[10]: type Memory, range 64, base 0xf7a00000, size 16, enabled pcib0: allocated type 3 (0xf7a00000-0xf7a0ffff) for rid 10 of pci0:0:20:0 pcib0: matched entry for 0.20.INTA pcib0: slot 20 INTA hardwired to IRQ 16 found-> vendor=0x8086, dev=0x8c3a, revid=0x04 domain=0, bus=0, slot=22, func=0 class=07-80-00, hdrtype=0x00, mfdev=1 cmdreg=0x0006, statreg=0x0010, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 3 supports D0 D3 current D0 MSI supports 1 message, 64 bit map[10]: type Memory, range 64, base 0xf7a26000, size 4, enabled pcib0: allocated type 3 (0xf7a26000-0xf7a2600f) for rid 10 of pci0:0:22:0 pcib0: matched entry for 0.22.INTA pcib0: slot 22 INTA hardwired to IRQ 16 found-> vendor=0x8086, dev=0x8c2d, revid=0x05 domain=0, bus=0, slot=26, func=0 class=0c-03-20, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 2 supports D0 D3 current D0 map[10]: type Memory, range 32, base 0xf7a24000, size 10, enabled pcib0: allocated type 3 (0xf7a24000-0xf7a243ff) for rid 10 of pci0:0:26:0 pcib0: matched entry for 0.26.INTA pcib0: slot 26 INTA hardwired to IRQ 16 ehci early: SMM active, request owner change found-> vendor=0x8086, dev=0x8c20, revid=0x05 domain=0, bus=0, slot=27, func=0 class=04-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=5 powerspec 2 supports D0 D3 current D0 MSI supports 1 message, 64 bit map[10]: type Memory, range 64, base 0xf7a18000, size 14, enabled pcib0: allocated type 3 (0xf7a18000-0xf7a1bfff) for rid 10 of pci0:0:27:0 pcib0: matched entry for 0.27.INTA pcib0: slot 27 INTA hardwired to IRQ 22 found-> vendor=0x8086, dev=0x8c10, revid=0xd5 domain=0, bus=0, slot=28, func=0 class=06-04-00, hdrtype=0x01, mfdev=1 cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x10 (4000 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 3 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=0x8c14, revid=0xd5 domain=0, bus=0, slot=28, func=2 class=06-04-00, hdrtype=0x01, mfdev=1 cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x10 (4000 ns), maxlat=0x00 (0 ns) intpin=c, irq=3 powerspec 3 supports D0 D3 current D0 MSI supports 1 message pcib0: matched entry for 0.28.INTC pcib0: slot 28 INTC hardwired to IRQ 18 found-> vendor=0x8086, dev=0x8c16, revid=0xd5 domain=0, bus=0, slot=28, func=3 class=06-04-00, hdrtype=0x01, mfdev=1 cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x10 (4000 ns), maxlat=0x00 (0 ns) intpin=d, irq=10 powerspec 3 supports D0 D3 current D0 MSI supports 1 message pcib0: matched entry for 0.28.INTD pcib0: slot 28 INTD hardwired to IRQ 19 found-> vendor=0x8086, dev=0x8c26, revid=0x05 domain=0, bus=0, slot=29, func=0 class=0c-03-20, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=4 powerspec 2 supports D0 D3 current D0 map[10]: type Memory, range 32, base 0xf7a23000, size 10, enabled pcib0: allocated type 3 (0xf7a23000-0xf7a233ff) for rid 10 of pci0:0:29:0 pcib0: matched entry for 0.29.INTA pcib0: slot 29 INTA hardwired to IRQ 23 ehci early: SMM active, request owner change found-> vendor=0x8086, dev=0x8c4b, revid=0x05 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=0x8c03, revid=0x05 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=10 powerspec 3 supports D0 D3 current D0 MSI supports 1 message map[10]: type I/O Port, range 32, base 0xf0b0, size 3, enabled pcib0: allocated type 4 (0xf0b0-0xf0b7) for rid 10 of pci0:0:31:2 map[14]: type I/O Port, range 32, base 0xf0a0, size 2, enabled pcib0: allocated type 4 (0xf0a0-0xf0a3) for rid 14 of pci0:0:31:2 map[18]: type I/O Port, range 32, base 0xf090, size 3, enabled pcib0: allocated type 4 (0xf090-0xf097) for rid 18 of pci0:0:31:2 map[1c]: type I/O Port, range 32, base 0xf080, size 2, enabled pcib0: allocated type 4 (0xf080-0xf083) for rid 1c of pci0:0:31:2 map[20]: type I/O Port, range 32, base 0xf060, size 5, enabled pcib0: allocated type 4 (0xf060-0xf07f) for rid 20 of pci0:0:31:2 map[24]: type Memory, range 32, base 0xf7a22000, size 11, enabled pcib0: allocated type 3 (0xf7a22000-0xf7a227ff) for rid 24 of pci0:0:31:2 pcib0: matched entry for 0.31.INTB pcib0: slot 31 INTB hardwired to IRQ 19 found-> vendor=0x8086, dev=0x8c22, revid=0x05 domain=0, bus=0, slot=31, func=3 class=0c-05-00, hdrtype=0x00, mfdev=0 cmdreg=0x0003, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=c, irq=3 map[10]: type Memory, range 64, base 0xf7a21000, size 8, enabled pcib0: allocated type 3 (0xf7a21000-0xf7a210ff) for rid 10 of pci0:0:31:3 map[20]: type I/O Port, range 32, base 0xf040, size 5, enabled pcib0: allocated type 4 (0xf040-0xf05f) for rid 20 of pci0:0:31:3 pcib0: matched entry for 0.31.INTC pcib0: slot 31 INTC hardwired to IRQ 18 found-> vendor=0x8086, dev=0x8c24, revid=0x05 domain=0, bus=0, slot=31, func=6 class=11-80-00, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x0010, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=c, irq=3 powerspec 3 supports D0 D3 current D0 MSI supports 1 message map[10]: type Memory, range 64, base 0xf7a20000, size 12, enabled pcib0: allocated type 3 (0xf7a20000-0xf7a20fff) for rid 10 of pci0:0:31:6 pcib0: matched entry for 0.31.INTC pcib0: slot 31 INTC hardwired to IRQ 18 pcib1: <ACPI PCI-PCI bridge> irq 16 at device 1.0 on pci0 pcib0: allocated type 4 (0xe000-0xefff) for rid 1c of pcib1 pcib0: allocated type 3 (0xf6000000-0xf70fffff) for rid 20 of pcib1 pcib0: allocated type 3 (0xe0000000-0xf1ffffff) for rid 24 of pcib1 pcib1: domain 0 pcib1: secondary bus 2 pcib1: subordinate bus 3 pcib1: I/O decode 0xe000-0xefff pcib1: memory decode 0xf6000000-0xf70fffff pcib1: prefetched decode 0xe0000000-0xf1ffffff pci2: <ACPI PCI bus> on pcib1 pci2: domain=0, physical bus=2 found-> vendor=0x10de, dev=0x0ff6, revid=0xa1 domain=0, bus=2, slot=0, func=0 class=03-02-00, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 3 supports D0 D3 current D0 MSI supports 1 message, 64 bit map[10]: type Memory, range 32, base 0xf6000000, size 24, enabled pcib1: allocated memory range (0xf6000000-0xf6ffffff) for rid 10 of pci0:2:0:0 map[14]: type Prefetchable Memory, range 64, base 0xe0000000, size 28, enabled pcib1: allocated prefetch range (0xe0000000-0xefffffff) for rid 14 of pci0:2:0:0 map[1c]: type Prefetchable Memory, range 64, base 0xf0000000, size 25, enabled pcib1: allocated prefetch range (0xf0000000-0xf1ffffff) for rid 1c of pci0:2:0:0 map[24]: type I/O Port, range 32, base 0xe000, size 7, enabled pcib1: allocated I/O port range (0xe000-0xe07f) for rid 24 of pci0:2:0:0 pcib1: matched entry for 2.0.INTA pcib1: slot 0 INTA hardwired to IRQ 16 vgapci0: <VGA-compatible display> port 0xe000-0xe07f mem 0xf6000000-0xf6ffffff,0xe0000000-0xefffffff,0xf0000000-0xf1ffffff irq 16 at device 0.0 on pci2 vgapci1: <VGA-compatible display> port 0xf000-0xf03f mem 0xf7400000-0xf77fffff,0xd0000000-0xdfffffff irq 16 at device 2.0 on pci0 vgapci1: Boot video device hdac0: <Intel Haswell HDA Controller> mem 0xf7a1c000-0xf7a1ffff irq 16 at device 3.0 on pci0 hdac0: PCI card vendor: 0x8086, device: 0x2010 hdac0: HDA Driver Revision: 20120126_0002 hdac0: Config options: on=0x00000000 off=0x00000000 hdac0: attempting to allocate 1 MSI vectors (1 supported) msi: routing MSI IRQ 264 to local APIC 0 vector 59 hdac0: using IRQ 264 for MSI hdac0: Caps: OSS 2, ISS 0, BSS 0, NSDO 1, 64bit, CORB 256, RIRB 256 pci0: <dasp> at device 4.0 (no driver attached) xhci0: <Intel Lynx Point USB 3.0 controller> mem 0xf7a00000-0xf7a0ffff irq 16 at device 20.0 on pci0 xhci0: attempting to allocate 1 MSI vectors (8 supported) msi: routing MSI IRQ 265 to local APIC 0 vector 60 xhci0: using IRQ 265 for MSI xhci0: MSI enabled xhci0: 32 byte context size. xhci0: Port routing mask set to 0xffffffff usbus0 on xhci0 xhci0: usbpf: Attached pci0: <simple comms> at device 22.0 (no driver attached) ehci0: <EHCI (generic) USB 2.0 controller> mem 0xf7a24000-0xf7a243ff irq 16 at device 26.0 on pci0 ioapic0: routing intpin 16 (PCI IRQ 16) to lapic 0 vector 61 usbus1: EHCI version 1.0 usbus1 on ehci0 ehci0: usbpf: Attached hdac1: <Intel Lynx Point HDA Controller> mem 0xf7a18000-0xf7a1bfff irq 22 at device 27.0 on pci0 hdac1: PCI card vendor: 0x1028, device: 0x060d hdac1: HDA Driver Revision: 20120126_0002 hdac1: Config options: on=0x00000000 off=0x00000000 hdac1: attempting to allocate 1 MSI vectors (1 supported) msi: routing MSI IRQ 266 to local APIC 0 vector 62 hdac1: using IRQ 266 for MSI hdac1: Caps: OSS 4, ISS 4, BSS 0, NSDO 1, 64bit, CORB 256, RIRB 256 pcib2: <ACPI PCI-PCI bridge> irq 16 at device 28.0 on pci0 pcib2: domain 0 pcib2: secondary bus 4 pcib2: subordinate bus 4 pci4: <ACPI PCI bus> on pcib2 pci4: domain=0, physical bus=4 pcib3: <ACPI PCI-PCI bridge> irq 18 at device 28.2 on pci0 pcib0: allocated type 3 (0xf7900000-0xf79fffff) for rid 20 of pcib3 pcib3: domain 0 pcib3: secondary bus 6 pcib3: subordinate bus 6 pcib3: memory decode 0xf7900000-0xf79fffff pci6: <ACPI PCI bus> on pcib3 pci6: domain=0, physical bus=6 found-> vendor=0x8086, dev=0x08b1, revid=0x6b domain=0, bus=6, slot=0, func=0 class=02-80-00, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=3 powerspec 3 supports D0 D3 current D0 MSI supports 1 message, 64 bit map[10]: type Memory, range 64, base 0xf7900000, size 13, enabled pcib3: allocated memory range (0xf7900000-0xf7901fff) for rid 10 of pci0:6:0:0 pcib3: matched entry for 6.0.INTA pcib3: slot 0 INTA hardwired to IRQ 18 pci6: <network> at device 0.0 (no driver attached) pcib4: <ACPI PCI-PCI bridge> irq 19 at device 28.3 on pci0 pcib0: allocated type 3 (0xf7800000-0xf78fffff) for rid 20 of pcib4 pcib4: domain 0 pcib4: secondary bus 7 pcib4: subordinate bus 7 pcib4: memory decode 0xf7800000-0xf78fffff pci7: <ACPI PCI bus> on pcib4 pci7: domain=0, physical bus=7 found-> vendor=0x10ec, dev=0x5249, revid=0x01 domain=0, bus=7, slot=0, func=0 class=ff-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=10 powerspec 3 supports D0 D1 D2 D3 current D0 MSI supports 1 message, 64 bit map[10]: type Memory, range 32, base 0xf7800000, size 12, enabled pcib4: allocated memory range (0xf7800000-0xf7800fff) for rid 10 of pci0:7:0:0 pcib4: matched entry for 7.0.INTA pcib4: slot 0 INTA hardwired to IRQ 19 pci7: <unknown> at device 0.0 (no driver attached) ehci1: <EHCI (generic) USB 2.0 controller> mem 0xf7a23000-0xf7a233ff irq 23 at device 29.0 on pci0 ioapic0: routing intpin 23 (PCI IRQ 23) to lapic 0 vector 63 usbus2: EHCI version 1.0 usbus2 on ehci1 ehci1: usbpf: Attached isab0: <PCI-ISA bridge> at device 31.0 on pci0 isa0: <ISA bus> on isab0 ahci0: <Intel Lynx Point AHCI SATA controller> port 0xf0b0-0xf0b7,0xf0a0-0xf0a3,0xf090-0xf097,0xf080-0xf083,0xf060-0xf07f mem 0xf7a22000-0xf7a227ff irq 19 at device 31.2 on pci0 ahci0: attempting to allocate 1 MSI vectors (1 supported) msi: routing MSI IRQ 267 to local APIC 0 vector 64 ahci0: using IRQ 267 for MSI ahci0: AHCI v1.30 with 6 6Gbps ports, Port Multiplier not supported ahci0: Caps: 64bit NCQ ALP AL CLO 6Gbps PMD SSC PSC 32cmd EM 6ports ahci0: Caps2: APST ahcich0: <AHCI channel> at channel 0 on ahci0 ahcich0: Caps: ahcich1: not probed (disabled) ahcich2: not probed (disabled) ahcich3: not probed (disabled) ahcich4: not probed (disabled) ahcich5: not probed (disabled) ahciem0: <AHCI enclosure management bridge> on ahci0 ahciem0: Caps: ALHD XMT SMB LED pci0: <serial bus, SMBus> at device 31.3 (no driver attached) pci0: <dasp> at device 31.6 (no driver attached) acpi_button0: <Power Button> on acpi0 acpi_lid0: <Control Method Lid Switch> on acpi0 acpi_tz0: <Thermal Zone> on acpi0 acpi_tz1: <Thermal Zone> on acpi0 atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0 atkbd0: <AT Keyboard> irq 1 on atkbdc0 kbd0 at atkbd0 kbd0: atkbd0, generic (0), config:0x0, flags:0x3f0000 ioapic0: routing intpin 1 (ISA IRQ 1) to lapic 0 vector 65 atkbd0: [GIANT-LOCKED] psm0: unable to allocate IRQ psmcpnp0: <PS/2 mouse port> irq 12 on acpi0 psm0: current command byte:0065 psm0: <PS/2 Mouse> irq 12 on atkbdc0 ioapic0: routing intpin 12 (ISA IRQ 12) to lapic 0 vector 66 psm0: [GIANT-LOCKED] psm0: model Generic PS/2 mouse, device ID 0-00, 2 buttons psm0: config:00004000, flags:00000008, packet size:3 psm0: syncmask:c0, syncbits:00 battery0: <ACPI Control Method Battery> on acpi0 acpi_acad0: <AC Adapter> on acpi0 ACPI: Enabled 4 GPEs in block 00 to 3F acpi0: wakeup code va 0xfffffe0233c55000 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 0 of orm0 pcib0: allocated type 3 (0xd0800-0xd0fff) for rid 0 of orm0 pcib0: allocated type 3 (0xd1000-0xd17ff) for rid 0 of orm0 pcib0: allocated type 3 (0xd1800-0xd1fff) for rid 0 of orm0 pcib0: allocated type 3 (0xd2000-0xd27ff) for rid 0 of orm0 pcib0: allocated type 3 (0xd2800-0xd2fff) for rid 0 of orm0 pcib0: allocated type 3 (0xd3000-0xd37ff) for rid 0 of orm0 pcib0: allocated type 3 (0xd3800-0xd3fff) for rid 0 of orm0 pcib0: allocated type 3 (0xd4000-0xd47ff) for rid 0 of orm0 pcib0: allocated type 3 (0xd4800-0xd4fff) for rid 0 of orm0 pcib0: allocated type 3 (0xd5000-0xd57ff) for rid 0 of orm0 pcib0: allocated type 3 (0xd5800-0xd5fff) for rid 0 of orm0 pcib0: allocated type 3 (0xd6000-0xd67ff) for rid 0 of orm0 pcib0: allocated type 3 (0xd6800-0xd6fff) for rid 0 of orm0 pcib0: allocated type 3 (0xd7000-0xd77ff) for rid 0 of orm0 pcib0: allocated type 3 (0xd7800-0xd7fff) for rid 0 of orm0 pcib0: allocated type 3 (0xd8000-0xd87ff) for rid 0 of orm0 pcib0: allocated type 3 (0xd8800-0xd8fff) for rid 0 of orm0 pcib0: allocated type 3 (0xd9000-0xd97ff) for rid 0 of orm0 pcib0: allocated type 3 (0xd9800-0xd9fff) for rid 0 of orm0 pcib0: allocated type 3 (0xda000-0xda7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xda800-0xdafff) for rid 0 of orm0 pcib0: allocated type 3 (0xdb000-0xdb7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xdb800-0xdbfff) for rid 0 of orm0 pcib0: allocated type 3 (0xdc000-0xdc7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xdc800-0xdcfff) for rid 0 of orm0 pcib0: allocated type 3 (0xdd000-0xdd7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xdd800-0xddfff) for rid 0 of orm0 pcib0: allocated type 3 (0xde000-0xde7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xde800-0xdefff) for rid 0 of orm0 pcib0: allocated type 3 (0xdf000-0xdf7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xdf800-0xdffff) for rid 0 of orm0 pcib0: allocated type 3 (0xe0000-0xe07ff) for rid 0 of orm0 pcib0: allocated type 3 (0xe0800-0xe0fff) for rid 0 of orm0 pcib0: allocated type 3 (0xe1000-0xe17ff) for rid 0 of orm0 pcib0: allocated type 3 (0xe1800-0xe1fff) for rid 0 of orm0 pcib0: allocated type 3 (0xe2000-0xe27ff) for rid 0 of orm0 pcib0: allocated type 3 (0xe2800-0xe2fff) for rid 0 of orm0 pcib0: allocated type 3 (0xe3000-0xe37ff) for rid 0 of orm0 pcib0: allocated type 3 (0xe3800-0xe3fff) for rid 0 of orm0 pcib0: allocated type 3 (0xe4000-0xe47ff) for rid 0 of orm0 pcib0: allocated type 3 (0xe4800-0xe4fff) for rid 0 of orm0 pcib0: allocated type 3 (0xe5000-0xe57ff) for rid 0 of orm0 pcib0: allocated type 3 (0xe5800-0xe5fff) for rid 0 of orm0 pcib0: allocated type 3 (0xe6000-0xe67ff) for rid 0 of orm0 pcib0: allocated type 3 (0xe6800-0xe6fff) for rid 0 of orm0 pcib0: allocated type 3 (0xe7000-0xe77ff) for rid 0 of orm0 pcib0: allocated type 3 (0xe7800-0xe7fff) for rid 0 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 sc: sc0 already exists; skipping it isa_probe_children: probing non-PnP devices 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 pcib0: allocated type 4 (0x3f0-0x3f5) for rid 0 of fdc0 pcib0: allocated type 4 (0x3f7-0x3f7) for rid 1 of fdc0 fdc0 failed to probe at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 ppc0: cannot reserve I/O port range ppc0 failed to probe at irq 7 on isa0 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: <Enhanced SpeedStep Frequency Control> on cpu0 p4tcc0: <CPU Frequency Thermal Control> on cpu0 est1: <Enhanced SpeedStep Frequency Control> on cpu1 p4tcc1: <CPU Frequency Thermal Control> on cpu1 est2: <Enhanced SpeedStep Frequency Control> on cpu2 p4tcc2: <CPU Frequency Thermal Control> on cpu2 est3: <Enhanced SpeedStep Frequency Control> on cpu3 p4tcc3: <CPU Frequency Thermal Control> on cpu3 est4: <Enhanced SpeedStep Frequency Control> on cpu4 p4tcc4: <CPU Frequency Thermal Control> on cpu4 est5: <Enhanced SpeedStep Frequency Control> on cpu5 p4tcc5: <CPU Frequency Thermal Control> on cpu5 est6: <Enhanced SpeedStep Frequency Control> on cpu6 p4tcc6: <CPU Frequency Thermal Control> on cpu6 est7: <Enhanced SpeedStep Frequency Control> on cpu7 p4tcc7: <CPU Frequency Thermal Control> on cpu7 Device configuration finished. procfs registered ZFS filesystem version: 5 ZFS storage pool version: features support (5000) lapic: Divisor 2, Frequency 49885510 Hz Timecounters tick every 1.000 msec vlan: initialized, using hash tables with chaining tcp_init: net.inet.tcp.tcbhashsize auto tuned to 65536 lo0: bpf attached hpt27xx: no controller detected. hptrr: no controller detected. hptnr: no controller detected. hdacc0: <Intel Haswell HDA CODEC> at cad 0 on hdac0 hdaa0: <Intel Haswell Audio Function Group> at nid 1 on hdacc0 hdaa0: Subsystem ID: 0x80860101 hdaa0: NumGPIO=0 NumGPO=0 NumGPI=0 GPIWake=0 GPIUnsol=0 hdaa0: Original pins configuration: hdaa0: nid 0x as seq device conn jack loc color misc hdaa0: 3 18560010 1 0 Digital-out Jack Digital 0x18 Unknown 0 hdaa0: Patched pins configuration: hdaa0: nid 0x as seq device conn jack loc color misc hdaa0: 3 18560010 1 0 Digital-out Jack Digital 0x18 Unknown 0 hdaa0: 1 associations found: hdaa0: Association 0 (1) out: hdaa0: Pin nid=3 seq=0 hdaa0: Tracing association 0 (1) hdaa0: Pin 3 traced to DAC 2 hdaa0: Association 0 (1) trace succeeded hdaa0: Looking for additional DAC for association 0 (1) hdaa0: Tracing input monitor hdaa0: Tracing other input monitors hdaa0: Tracing beeper hdaa0: FG config/quirks: forcestereo ivref50 ivref80 ivref100 ivref pcm0: <Intel Haswell (HDMI/DP 8ch)> at nid 3 on hdaa0 pcm0: Playback: pcm0: Stream cap: 0x00000005 AC3 PCM pcm0: PCM cap: 0x001e07f0 16 20 24 32 bits, 32 44 48 88 96 176 192 KHz pcm0: DAC: 2 pcm0: pcm0: nid=3 [pin: Digital-out (Jack)] pcm0: + <- nid=2 [audio output] [src: pcm] pcm0: pcm0: Master Volume (OSS: vol): 0/0dB pcm0: +- ctl 1 (nid 3 in ): mute pcm0: pcm0: PCM Volume (OSS: pcm): 0/0dB pcm0: +- ctl 1 (nid 3 in ): mute pcm0: pcm0: Mixer "vol": pcm0: Mixer "pcm": pcm0: Soft PCM mixer ENABLED pcm0: Playback channel matrix is: unknown, assuming 7.1 (disconnected) hdacc1: <Realtek (0x0668) HDA CODEC> at cad 0 on hdac1 hdaa1: <Realtek (0x0668) Audio Function Group> at nid 1 on hdacc1 hdaa1: Subsystem ID: 0x1028060d hdaa1: NumGPIO=4 NumGPO=0 NumGPI=0 GPIWake=0 GPIUnsol=1 hdaa1: GPIO0: disabled hdaa1: GPIO1: disabled hdaa1: GPIO2: disabled hdaa1: GPIO3: disabled hdaa1: Original pins configuration: hdaa1: nid 0x as seq device conn jack loc color misc hdaa1: 18 90a60130 3 0 Mic Fixed Digital Internal Unknown 1 hdaa1: 20 90170110 1 0 Speaker Fixed Analog Internal Unknown 1 hdaa1: 21 0321101f 1 15 Headphones Jack 1/8 Left Black 0 hdaa1: 22 40000000 0 0 Line-out None Unknown 0x00 Unknown 0 hdaa1: 24 411111f0 15 0 Speaker None 1/8 Rear Black 1 hdaa1: 25 411111f0 15 0 Speaker None 1/8 Rear Black 1 hdaa1: 26 411111f0 15 0 Speaker None 1/8 Rear Black 1 hdaa1: 27 411111f0 15 0 Speaker None 1/8 Rear Black 1 hdaa1: 29 40d6832d 2 13 Digital-in None Digital 0x00 Purple 3 hdaa1: 30 411111f0 15 0 Speaker None 1/8 Rear Black 1 hdaa1: 31 411111f0 15 0 Speaker None 1/8 Rear Black 1 hdaa1: Patching widget caps nid=29 0x00400400 -> 0x00700400 hdaa1: Patched pins configuration: hdaa1: nid 0x as seq device conn jack loc color misc hdaa1: 18 90a60130 3 0 Mic Fixed Digital Internal Unknown 1 hdaa1: 20 90170110 1 0 Speaker Fixed Analog Internal Unknown 1 hdaa1: 21 0321101f 1 15 Headphones Jack 1/8 Left Black 0 hdaa1: 22 40000000 0 0 Line-out None Unknown 0x00 Unknown 0 DISA hdaa1: 24 411111f0 15 0 Speaker None 1/8 Rear Black 1 DISA hdaa1: 25 411111f0 15 0 Speaker None 1/8 Rear Black 1 DISA hdaa1: 26 411111f0 15 0 Speaker None 1/8 Rear Black 1 DISA hdaa1: 27 411111f0 15 0 Speaker None 1/8 Rear Black 1 DISA hdaa1: 30 411111f0 15 0 Speaker None 1/8 Rear Black 1 DISA hdaa1: 31 411111f0 15 0 Speaker None 1/8 Rear Black 1 DISA hdaa1: 2 associations found: hdaa1: Association 0 (1) out: hdaa1: Pin nid=20 seq=0 hdaa1: Pin nid=21 seq=15 hdaa1: Association 1 (3) in: hdaa1: Pin nid=18 seq=0 hdaa1: Tracing association 0 (1) hdaa1: Pin 20 traced to DAC 2 hdaa1: Pin 21 traced to DAC 2 and hpredir 0 hdaa1: Association 0 (1) trace succeeded hdaa1: Tracing association 1 (3) hdaa1: Pin 18 traced to ADC 7 hdaa1: Association 1 (3) trace succeeded hdaa1: Looking for additional DAC for association 0 (1) hdaa1: Looking for additional ADC for association 1 (3) hdaa1: Tracing input monitor hdaa1: Tracing other input monitors hdaa1: Tracing nid 18 to out hdaa1: Tracing beeper hdaa1: nid 29 traced to out hdaa1: Headphones redirection for association 0 nid=21 using unsolicited responses. hdaa1: Redirect output to: main hdaa1: FG config/quirks: forcestereo ivref50 ivref80 ivref100 ivref pcm1: <Realtek (0x0668) (Analog 2.0+HP/2.0)> at nid 20,21 and 18 on hdaa1 pcm1: Playback: pcm1: Stream cap: 0x00000001 PCM pcm1: PCM cap: 0x000e0560 16 20 24 bits, 44 48 96 192 KHz pcm1: DAC: 2 pcm1: pcm1: nid=20 [pin: Speaker (Fixed)] pcm1: + <- nid=12 [audio mixer] [src: pcm, speaker] pcm1: + <- nid=2 [audio output] [src: pcm] pcm1: + <- nid=11 [audio mixer] [src: speaker] pcm1: + <- nid=29 [beep widget] [src: speaker] pcm1: pcm1: nid=21 [pin: Headphones (Black Jack)] pcm1: + <- nid=12 [audio mixer] [src: pcm, speaker] pcm1: + <- nid=2 [audio output] [src: pcm] pcm1: + <- nid=11 [audio mixer] [src: speaker] pcm1: + <- nid=29 [beep widget] [src: speaker] pcm1: pcm1: Record: pcm1: Stream cap: 0x00000001 PCM pcm1: PCM cap: 0x000e0560 16 20 24 bits, 44 48 96 192 KHz pcm1: ADC: 7 pcm1: pcm1: nid=7 [audio input] pcm1: + <- nid=18 [pin: Mic (Fixed)] [src: monitor] pcm1: pcm1: Master Volume (OSS: vol): -34/0dB pcm1: +- ctl 1 (nid 2 out): -65/0dB (88 steps) pcm1: +- ctl 11 (nid 11 in 4): -34/12dB (32 steps) + mute pcm1: +- ctl 13 (nid 12 in 0): mute pcm1: +- ctl 14 (nid 12 in 1): mute pcm1: +- ctl 19 (nid 20 in ): mute pcm1: +- ctl 20 (nid 21 in ): mute pcm1: pcm1: PCM Volume (OSS: pcm): -65/0dB pcm1: +- ctl 1 (nid 2 out): -65/0dB (88 steps) pcm1: +- ctl 13 (nid 12 in 0): mute pcm1: pcm1: Microphone2 Volume (OSS: monitor): -17/30dB pcm1: +- ctl 4 (nid 7 in 0): -17/30dB (64 steps) + mute pcm1: pcm1: Speaker/Beep Volume (OSS: speaker): -34/12dB pcm1: +- ctl 11 (nid 11 in 4): -34/12dB (32 steps) + mute pcm1: +- ctl 14 (nid 12 in 1): mute pcm1: pcm1: Recording Level (OSS: rec): -17/30dB pcm1: +- ctl 4 (nid 7 in 0): -17/30dB (64 steps) + mute pcm1: pcm1: Input Monitoring Level (OSS: igain): -34/12dB pcm1: +- ctl 11 (nid 11 in 4): -34/12dB (32 steps) + mute pcm1: +- ctl 14 (nid 12 in 1): mute pcm1: pcm1: Mixer "vol": pcm1: Mixer "pcm": pcm1: Mixer "speaker": pcm1: Mixer "rec": pcm1: Mixer "igain": pcm1: Mixer "ogain": pcm1: Mixer "monitor": pcm1: Playback channel set is: Front Left, Front Right, pcm1: Playback channel matrix is: 2.0 (unknown) pcm1: Automatically set rec source to: monitor pcm1: Recording channel set is: Front Left, Front Right, pcm1: Recording channel matrix is: 2.0 (unknown) random: unblocking device. usbus0: 5.0Gbps Super Speed USB v3.0 usbus1: 480Mbps High Speed USB v2.0 usbus2: 480Mbps High Speed USB v2.0 acpi_tz0: switched from NONE to _AC2: 27.8C acpi_tz1: _TMP value is absurd, ignored (-266.3C) ahcich0: AHCI reset... ahcich0: SATA connect time=100us status=00000133 ahcich0: AHCI reset: device found battery0: battery initialization start acpi_acad0: acline initialization start acpi_acad0: On Line acpi_acad0: acline initialization done, tried 1 times ugen0.1: <0x8086> at usbus0 uhub0: <0x8086 XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus0 ugen2.1: <Intel> at usbus2 uhub1: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus2 ugen1.1: <Intel> at usbus1 uhub2: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus1 ahcich0: AHCI reset: device ready after 100ms pass0 at ahcich0 bus 0 scbus0 target 0 lun 0 pass0: <ST500LM000-1EJ162 DEM8> ATA-9 SATA 3.x device pass0: Serial Number W760A6DM pass0: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 8192bytes) pass0: Command Queueing enabled pass1 at ahciem0 bus 0 scbus1 target 0 lun 0 pass1: <AHCI SGPIO Enclosure 1.00 0001> SEMB S-E-S 2.00 device ada0 at ahcich0 bus 0 scbus0 target 0 lun 0 ada0: <ST500LM000-1EJ162 DEM8> ATA-9 SATA 3.x device ada0: Serial Number W760A6DM ada0: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 8192bytes) ada0: Command Queueing enabled ada0: 476940MB (976773168 512 byte sectors: 16H 63S/T 16383C) ada0: Previously was known as ad4 ses0 at ahciem0 bus 0 scbus1 target 0 lun 0 ses0: <AHCI SGPIO Enclosure 1.00 0001> SEMB S-E-S 2.00 device ses0: SEMB SES Device ses0: Generation Code 0x0 has 1 SubEnclosures ses0: SubEnclosure ID 0, 1 Types With this ID, Descriptor Length 36, offset 8 ses0: WWN: 0 ses0: Type Desc[0]: Type 0x17, MaxElt 6, In Subenc 0, Text Length 0: GEOM: new disk ada0 battery0: battery initialization done, tried 1 times Netvsc initializing... done! lapic2: CMCI unmasked lapic3: CMCI unmasked lapic7: CMCI unmasked lapic6: CMCI unmasked lapic5: CMCI unmasked lapic4: CMCI unmasked SMP: AP CPU #1 Launched! cpu1 AP: ID: 0x01000000 VER: 0x01060015 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 cmci: 0x000100f2 SMP: AP CPU #6 Launched! cpu6 AP: ID: 0x06000000 VER: 0x01060015 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 cmci: 0x000000f2 SMP: AP CPU #3 Launched! cpu3 AP: ID: 0x03000000 VER: 0x01060015 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 cmci: 0x000000f2 SMP: AP CPU #4 Launched! cpu4 AP: ID: 0x04000000 VER: 0x01060015 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 cmci: 0x000000f2 SMP: AP CPU #2 Launched! cpu2 AP: ID: 0x02000000 VER: 0x01060015 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 cmci: 0x000000f2 SMP: AP CPU #5 Launched! cpu5 AP: ID: 0x05000000 VER: 0x01060015 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 cmci: 0x000000f2 SMP: AP CPU #7 Launched! cpu7 AP: ID: 0x07000000 VER: 0x01060015 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 cmci: 0x000000f2 ioapic0: routing intpin 1 (ISA IRQ 1) to lapic 1 vector 48 ioapic0: routing intpin 9 (ISA IRQ 9) to lapic 2 vector 48 ioapic0: routing intpin 12 (ISA IRQ 12) to lapic 3 vector 48 ioapic0: routing intpin 16 (PCI IRQ 16) to lapic 4 vector 48 ioapic0: routing intpin 23 (PCI IRQ 23) to lapic 5 vector 48 msi: Assigning MSI-X IRQ 257 to local APIC 1 vector 49 msi: Assigning MSI-X IRQ 258 to local APIC 2 vector 49 msi: Assigning MSI-X IRQ 259 to local APIC 3 vector 49 msi: Assigning MSI-X IRQ 260 to local APIC 4 vector 49 msi: Assigning MSI-X IRQ 261 to local APIC 5 vector 49 msi: Assigning MSI-X IRQ 262 to local APIC 6 vector 48 msi: Assigning MSI-X IRQ 263 to local APIC 7 vector 48 msi: Assigning MSI IRQ 264 to local APIC 6 vector 49 msi: Assigning MSI IRQ 265 to local APIC 7 vector 49 msi: Assigning MSI IRQ 267 to local APIC 1 vector 50 SMP: passed TSC synchronization test TSC timecounter discards lower 1 bit(s) Timecounter "TSC-low" frequency 1097481156 Hz quality 1000 Root mount waiting for: usbus2 usbus1 usbus0 uhub1: 2 ports with 2 removable, self powered uhub2: 2 ports with 2 removable, self powered uhub0: 21 ports with 21 removable, self powered Root mount waiting for: usbus2 usbus1 usbus0 ugen2.2: <vendor 0x8087> at usbus2 uhub3: <vendor 0x8087 product 0x8000, class 9/0, rev 2.00/0.05, addr 2> on usbus2 ugen1.2: <vendor 0x8087> at usbus1 uhub4: <vendor 0x8087 product 0x8008, class 9/0, rev 2.00/0.05, addr 2> on usbus1 xhci0: Port routing mask set to 0x00000000 usb_alloc_device: device init 2 failed (USB_ERR_IOERROR, ignored) ugen0.2: <Unknown> at usbus0 (disconnected) uhub_reattach_port: could not allocate new device uhub4: 6 ports with 6 removable, self powered uhub3: 8 ports with 8 removable, self powered Root mount waiting for: usbus2 usbus1 usbus0 xhci0: Port routing mask set to 0x00000000 usb_alloc_device: device init 2 failed (USB_ERR_IOERROR, ignored) ugen0.2: <Unknown> at usbus0 (disconnected) uhub_reattach_port: could not allocate new device ugen2.3: <vendor 0x8087> at usbus2 ugen1.3: <SYNAPTICS> at usbus1 hid_get_item: Number of items truncated to 255 ugen2.4: <ASIX Elec. Corp.> at usbus2 ugen1.4: <CN0Y2TKG7248741DAH15A00> at usbus1 Trying to mount root from zfs:zroot/ROOT/default []... start_init: trying /sbin/init hid_get_item: Number of items truncated to 255 ubt0: <vendor 0x8087 product 0x07dc, class 224/1, rev 2.00/0.01, addr 3> on usbus2 hid_get_item: Number of items truncated to 255 uhid0: <SYNAPTICS Synaptics Large Touch Screen, class 0/0, rev 2.00/0.06, addr 3> on usbus1 hid_get_item: Number of items truncated to 255 hid_get_item: Number of items truncated to 255 hid_get_item: Number of items truncated to 255 axge0: <NetworkInterface> on usbus2 WARNING: attempt to domain_add(bluetooth) after domainfinalize() WARNING: attempt to domain_add(netgraph) after domainfinalize() miibus0: <MII bus> on axge0 rgephy0: <RTL8169S/8110S/8211 1000BASE-T media interface> PHY 3 on miibus0 rgephy0: OUI 0x00e04c, model 0x0011, rev. 5 rgephy0: none, 10baseT, 10baseT-FDX, 10baseT-FDX-flow, 100baseTX, 100baseTX-FDX, 100baseTX-FDX-flow, 1000baseT-FDX, 1000baseT-FDX-master, 1000baseT-FDX-flow, 1000baseT-FDX-flow-master, auto, auto-flow ue0: <USB Ethernet> on axge0 ue0: bpf attached ue0: Ethernet address: 50:3f:56:01:14:87 ubt0: ubt_ctrl_write_callback:780: control transfer failed: USB_ERR_TIMEOUT ng_hci_process_command_timeout: ubt0hci - unable to complete HCI command OGF=0x3, OCF=0x3. Timeout atkbd: the current kbd controller command byte 0065 atkbd: keyboard ID 0x41ab (2) kbdc: RESET_KBD return code:00fa kbdc: RESET_KBD status:00aa -------------- next part -------------- hostb0 at pci0:0:0:0: class=0x060000 card=0x060d1028 chip=0x0c048086 rev=0x06 hdr=0x00 vendor = 'Intel Corporation' device = 'Haswell DRAM Controller' class = bridge subclass = HOST-PCI pcib1 at pci0:0:1:0: class=0x060400 card=0x060d1028 chip=0x0c018086 rev=0x06 hdr=0x01 vendor = 'Intel Corporation' device = 'Haswell PCI Express x16 Controller' class = bridge subclass = PCI-PCI vgapci1 at pci0:0:2:0: class=0x030000 card=0x060d1028 chip=0x04168086 rev=0x06 hdr=0x00 vendor = 'Intel Corporation' device = 'Haswell Integrated Graphics Controller' class = display subclass = VGA hdac0 at pci0:0:3:0: class=0x040300 card=0x20108086 chip=0x0c0c8086 rev=0x06 hdr=0x00 vendor = 'Intel Corporation' device = 'Haswell HD Audio Controller' class = multimedia subclass = HDA none0 at pci0:0:4:0: class=0x118000 card=0x20108086 chip=0x0c038086 rev=0x06 hdr=0x00 vendor = 'Intel Corporation' class = dasp xhci0 at pci0:0:20:0: class=0x0c0330 card=0x060d1028 chip=0x8c318086 rev=0x05 hdr=0x00 vendor = 'Intel Corporation' device = 'Lynx Point USB xHCI Host Controller' class = serial bus subclass = USB none1 at pci0:0:22:0: class=0x078000 card=0x060d1028 chip=0x8c3a8086 rev=0x04 hdr=0x00 vendor = 'Intel Corporation' device = 'Lynx Point MEI Controller' class = simple comms ehci0 at pci0:0:26:0: class=0x0c0320 card=0x060d1028 chip=0x8c2d8086 rev=0x05 hdr=0x00 vendor = 'Intel Corporation' device = 'Lynx Point USB Enhanced Host Controller' class = serial bus subclass = USB hdac1 at pci0:0:27:0: class=0x040300 card=0x060d1028 chip=0x8c208086 rev=0x05 hdr=0x00 vendor = 'Intel Corporation' device = 'Lynx Point High Definition Audio Controller' class = multimedia subclass = HDA pcib2 at pci0:0:28:0: class=0x060400 card=0x060d1028 chip=0x8c108086 rev=0xd5 hdr=0x01 vendor = 'Intel Corporation' device = 'Lynx Point PCI Express Root Port' class = bridge subclass = PCI-PCI pcib3 at pci0:0:28:2: class=0x060400 card=0x060d1028 chip=0x8c148086 rev=0xd5 hdr=0x01 vendor = 'Intel Corporation' device = 'Lynx Point PCI Express Root Port' class = bridge subclass = PCI-PCI pcib4 at pci0:0:28:3: class=0x060400 card=0x060d1028 chip=0x8c168086 rev=0xd5 hdr=0x01 vendor = 'Intel Corporation' device = 'Lynx Point PCI Express Root Port' class = bridge subclass = PCI-PCI ehci1 at pci0:0:29:0: class=0x0c0320 card=0x060d1028 chip=0x8c268086 rev=0x05 hdr=0x00 vendor = 'Intel Corporation' device = 'Lynx Point USB Enhanced Host Controller' class = serial bus subclass = USB isab0 at pci0:0:31:0: class=0x060100 card=0x060d1028 chip=0x8c4b8086 rev=0x05 hdr=0x00 vendor = 'Intel Corporation' device = 'Lynx Point LPC Controller' class = bridge subclass = PCI-ISA ahci0 at pci0:0:31:2: class=0x010601 card=0x060d1028 chip=0x8c038086 rev=0x05 hdr=0x00 vendor = 'Intel Corporation' device = 'Lynx Point 6-port SATA Controller 1 [AHCI mode]' class = mass storage subclass = SATA none2 at pci0:0:31:3: class=0x0c0500 card=0x060d1028 chip=0x8c228086 rev=0x05 hdr=0x00 vendor = 'Intel Corporation' device = 'Lynx Point SMBus Controller' class = serial bus subclass = SMBus none3 at pci0:0:31:6: class=0x118000 card=0x060d1028 chip=0x8c248086 rev=0x05 hdr=0x00 vendor = 'Intel Corporation' device = 'Lynx Point Thermal Management Controller' class = dasp vgapci0 at pci0:2:0:0: class=0x030200 card=0x060d1028 chip=0x0ff610de rev=0xa1 hdr=0x00 vendor = 'NVIDIA Corporation' class = display subclass = 3D none4 at pci0:6:0:0: class=0x028000 card=0xc4708086 chip=0x08b18086 rev=0x6b hdr=0x00 vendor = 'Intel Corporation' class = network none5 at pci0:7:0:0: class=0xff0000 card=0x060d1028 chip=0x524910ec rev=0x01 hdr=0x00 vendor = 'Realtek Semiconductor Co., Ltd.' -------------- next part -------------- ugen0.1: <XHCI root HUB 0x8086> at usbus0, cfg=0 md=HOST spd=SUPER (5.0Gbps) pwr=SAVE (0mA) ugen2.1: <EHCI root HUB Intel> at usbus2, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE (0mA) ugen1.1: <EHCI root HUB Intel> at usbus1, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE (0mA) ugen2.2: <product 0x8000 vendor 0x8087> at usbus2, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE (0mA) ugen1.2: <product 0x8008 vendor 0x8087> at usbus1, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE (0mA) ugen1.3: <Synaptics Large Touch Screen SYNAPTICS> at usbus1, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON (144mA) ugen2.3: <product 0x07dc vendor 0x8087> at usbus2, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON (100mA) ugen1.4: <IntegratedWebcamHD CN0Y2TKG7248741DAH15A00> at usbus1, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON (500mA) ugen2.4: <AX88179 ASIX Elec. Corp.> at usbus2, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON (248mA)
Jamie Landeg-Jones
2014-Jun-27 17:23 UTC
FreeBSD 10.0-STABLE #0 r267746: panic when using ue0 network
Vikash Badal <vikashb at where-ever.za.net> wrote:> Please assist. > The laptop is now unusable as i cannot perform any network activity. > > hardware: > Dell M3800 > > nic: > ugen2.4: <AX88179 ASIX Elec. Corp.> at usbus2, cfg=0 md=HOST spd=HIGH > (480Mbps) pwr=ON (248mA)This is beyond my ability, but I use ue without problems on 10-Stable (althought a different physical device) I last updated on 10th May, though. It may help someone if you can confirm whether or not this only started when upgrading to a more recent revision Cheers, Jamie P.S. It may be helpful in future to include more detailed debugging information(!) :-) *grin*