Re: stable/11 r321349 crashing immediately

2017-07-21 Thread Eugene Grosbein
22.07.2017 12:42, Don Lewis wrote:

> The double fault is a pretty good indication that you overflowed the
> kernel stack.  Having ~40 frames on the stack when the fault happened is
> consistent with that.
> 
> It looks like you are trying to execute a program from an NFS file
> system that is exported by the same host.  This isn't exactly optimal
> ...
> 
> Your best bet for a quick workaround for the stack overflow would be to
> rebuild the kernel with a larger value of KSTACK_PAGES.  You can find
> teh default in /usr/src/sys//conf/NOTES.
> 
> It would probably be a good idea to compute the differences in the stack
> pointer values between adjacent stack frames to see of any of them are
> consuming an excessive amount of stack space.

Also, there is https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219476

Eugene Grosbein

___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: stable/11 r321349 crashing immediately

2017-07-21 Thread Don Lewis
On 21 Jul, G. Paul Ziemba wrote:
> GENERIC kernel r321349 results in the following about a minute after
> multiuser boot completes.
> 
> What additional information should I provide to assist in debugging?
> 
> Many thanks!
> 
> [Extracted from /var/crash/core.txt.NNN]
> 
> KDB: stack backtrace:
> #0 0x810f6ed7 at kdb_backtrace+0xa7
> #1 0x810872a9 at vpanic+0x249
> #2 0x81087060 at vpanic+0
> #3 0x817d9aca at dblfault_handler+0x10a
> #4 0x817ae93c at Xdblfault+0xac
> #5 0x810cf76e at cpu_search_lowest+0x35e
> #6 0x810cf76e at cpu_search_lowest+0x35e
> #7 0x810d5b36 at sched_lowest+0x66
> #8 0x810d1d92 at sched_pickcpu+0x522
> #9 0x810d2b03 at sched_add+0xd3
> #10 0x8101df5c at intr_event_schedule_thread+0x18c
> #11 0x8101ddb0 at swi_sched+0xa0
> #12 0x81261643 at netisr_queue_internal+0x1d3
> #13 0x81261212 at netisr_queue_src+0x92
> #14 0x81261677 at netisr_queue+0x27
> #15 0x8123da5a at if_simloop+0x20a
> #16 0x8123d83b at looutput+0x22b
> #17 0x8131c4c6 at ip_output+0x1aa6
> 
> doadump (textdump=1) at /usr/src/sys/kern/kern_shutdown.c:298
> 298 dumptid = curthread->td_tid;
> (kgdb) #0  doadump (textdump=1) at /usr/src/sys/kern/kern_shutdown.c:298
> #1  0x810867e8 in kern_reboot (howto=260)
> at /usr/src/sys/kern/kern_shutdown.c:366
> #2  0x810872ff in vpanic (fmt=0x81e5f7e0 "double fault", 
> ap=0xfe0839778ec0) at /usr/src/sys/kern/kern_shutdown.c:759
> #3  0x81087060 in panic (fmt=0x81e5f7e0 "double fault")
> at /usr/src/sys/kern/kern_shutdown.c:690
> #4  0x817d9aca in dblfault_handler (frame=0xfe0839778f40)
> at /usr/src/sys/amd64/amd64/trap.c:828
> #5  
> #6  0x810cf422 in cpu_search_lowest (
> cg=0x826ccd98 , 
> low= 0xfe085cfa4
> ff8>) at /usr/src/sys/kern/sched_ule.c:782
> #7  0x810cf76e in cpu_search (cg=0x826cccb8 , 
> low=0xfe085cfa53b8, high=0x0, match=1)
> at /usr/src/sys/kern/sched_ule.c:710
> #8  cpu_search_lowest (cg=0x826cccb8 , 
> low=0xfe085cfa53b8) at /usr/src/sys/kern/sched_ule.c:783
> #9  0x810cf76e in cpu_search (cg=0x826ccc80 , 
> low=0xfe085cfa5430, high=0x0, match=1)
> at /usr/src/sys/kern/sched_ule.c:710
> #10 cpu_search_lowest (cg=0x826ccc80 , low=0xfe085cfa5430)
> at /usr/src/sys/kern/sched_ule.c:783
> #11 0x810d5b36 in sched_lowest (cg=0x826ccc80 , 
> mask=..., pri=28, maxload=2147483647, prefer=4)
> at /usr/src/sys/kern/sched_ule.c:815
> #12 0x810d1d92 in sched_pickcpu (td=0xf8000a3a9000, flags=4)
> at /usr/src/sys/kern/sched_ule.c:1292
> #13 0x810d2b03 in sched_add (td=0xf8000a3a9000, flags=4)
> at /usr/src/sys/kern/sched_ule.c:2447
> #14 0x8101df5c in intr_event_schedule_thread (ie=0xf80007e7ae00)
> at /usr/src/sys/kern/kern_intr.c:917
> #15 0x8101ddb0 in swi_sched (cookie=0xf8000a386880, flags=0)
> at /usr/src/sys/kern/kern_intr.c:1163
> #16 0x81261643 in netisr_queue_internal (proto=1, 
> m=0xf80026d00500, cpuid=0) at /usr/src/sys/net/netisr.c:1022
> #17 0x81261212 in netisr_queue_src (proto=1, source=0, 
> m=0xf80026d00500) at /usr/src/sys/net/netisr.c:1056
> #18 0x81261677 in netisr_queue (proto=1, m=0xf80026d00500)
> at /usr/src/sys/net/netisr.c:1069
> #19 0x8123da5a in if_simloop (ifp=0xf800116eb000, 
> m=0xf80026d00500, af=2, hlen=0) at /usr/src/sys/net/if_loop.c:358
> #20 0x8123d83b in looutput (ifp=0xf800116eb000, 
> m=0xf80026d00500, dst=0xf80026ed6550, ro=0xf80026ed6530)
> at /usr/src/sys/net/if_loop.c:265
> #21 0x8131c4c6 in ip_output (m=0xf80026d00500, opt=0x0, 
> ro=0xf80026ed6530, flags=0, imo=0x0, inp=0xf80026ed63a0)
> at /usr/src/sys/netinet/ip_output.c:655
> #22 0x8142e1c7 in tcp_output (tp=0xf80026eb2820)
> at /usr/src/sys/netinet/tcp_output.c:1447
> #23 0x81447700 in tcp_usr_send (so=0xf80011ec2360, flags=0, 
> m=0xf80026d14d00, nam=0x0, control=0x0, td=0xf80063ba1000)
> at /usr/src/sys/netinet/tcp_usrreq.c:967
> #24 0x811776f1 in sosend_generic (so=0xf80011ec2360, addr=0x0, 
> uio=0x0, top=0xf80026d14d00, control=0x0, flags=0, 
> td=0xf80063ba1000) at /usr/src/sys/kern/uipc_socket.c:1360
> #25 0x811779bd in sosend (so=0xf80011ec2360, addr=0x0, uio=0x0, 
> top=0xf80026d14d00, control=0x0, flags=0, td=0xf80063ba1000)
> at /usr/src/sys/kern/uipc_socket.c:1405
> #26 0x815276a2 in clnt_vc_call (cl=0xf80063ca0980, 
> ext=0xfe085cfa6e38, proc=4, args=0xf80026c3bc00, 
> resultsp=0xfe085cfa7110, utimeout=...)
> at /usr/src/sys/rpc/clnt_vc.c:413
> 

stable/11 r321349 crashing immediately

2017-07-21 Thread G. Paul Ziemba
GENERIC kernel r321349 results in the following about a minute after
multiuser boot completes.

What additional information should I provide to assist in debugging?

Many thanks!

[Extracted from /var/crash/core.txt.NNN]

KDB: stack backtrace:
#0 0x810f6ed7 at kdb_backtrace+0xa7
#1 0x810872a9 at vpanic+0x249
#2 0x81087060 at vpanic+0
#3 0x817d9aca at dblfault_handler+0x10a
#4 0x817ae93c at Xdblfault+0xac
#5 0x810cf76e at cpu_search_lowest+0x35e
#6 0x810cf76e at cpu_search_lowest+0x35e
#7 0x810d5b36 at sched_lowest+0x66
#8 0x810d1d92 at sched_pickcpu+0x522
#9 0x810d2b03 at sched_add+0xd3
#10 0x8101df5c at intr_event_schedule_thread+0x18c
#11 0x8101ddb0 at swi_sched+0xa0
#12 0x81261643 at netisr_queue_internal+0x1d3
#13 0x81261212 at netisr_queue_src+0x92
#14 0x81261677 at netisr_queue+0x27
#15 0x8123da5a at if_simloop+0x20a
#16 0x8123d83b at looutput+0x22b
#17 0x8131c4c6 at ip_output+0x1aa6

doadump (textdump=1) at /usr/src/sys/kern/kern_shutdown.c:298
298 dumptid = curthread->td_tid;
(kgdb) #0  doadump (textdump=1) at /usr/src/sys/kern/kern_shutdown.c:298
#1  0x810867e8 in kern_reboot (howto=260)
at /usr/src/sys/kern/kern_shutdown.c:366
#2  0x810872ff in vpanic (fmt=0x81e5f7e0 "double fault", 
ap=0xfe0839778ec0) at /usr/src/sys/kern/kern_shutdown.c:759
#3  0x81087060 in panic (fmt=0x81e5f7e0 "double fault")
at /usr/src/sys/kern/kern_shutdown.c:690
#4  0x817d9aca in dblfault_handler (frame=0xfe0839778f40)
at /usr/src/sys/amd64/amd64/trap.c:828
#5  
#6  0x810cf422 in cpu_search_lowest (
cg=0x826ccd98 , 
low=) at /usr/src/sys/kern/sched_ule.c:782
#7  0x810cf76e in cpu_search (cg=0x826cccb8 , 
low=0xfe085cfa53b8, high=0x0, match=1)
at /usr/src/sys/kern/sched_ule.c:710
#8  cpu_search_lowest (cg=0x826cccb8 , 
low=0xfe085cfa53b8) at /usr/src/sys/kern/sched_ule.c:783
#9  0x810cf76e in cpu_search (cg=0x826ccc80 , 
low=0xfe085cfa5430, high=0x0, match=1)
at /usr/src/sys/kern/sched_ule.c:710
#10 cpu_search_lowest (cg=0x826ccc80 , low=0xfe085cfa5430)
at /usr/src/sys/kern/sched_ule.c:783
#11 0x810d5b36 in sched_lowest (cg=0x826ccc80 , 
mask=..., pri=28, maxload=2147483647, prefer=4)
at /usr/src/sys/kern/sched_ule.c:815
#12 0x810d1d92 in sched_pickcpu (td=0xf8000a3a9000, flags=4)
at /usr/src/sys/kern/sched_ule.c:1292
#13 0x810d2b03 in sched_add (td=0xf8000a3a9000, flags=4)
at /usr/src/sys/kern/sched_ule.c:2447
#14 0x8101df5c in intr_event_schedule_thread (ie=0xf80007e7ae00)
at /usr/src/sys/kern/kern_intr.c:917
#15 0x8101ddb0 in swi_sched (cookie=0xf8000a386880, flags=0)
at /usr/src/sys/kern/kern_intr.c:1163
#16 0x81261643 in netisr_queue_internal (proto=1, 
m=0xf80026d00500, cpuid=0) at /usr/src/sys/net/netisr.c:1022
#17 0x81261212 in netisr_queue_src (proto=1, source=0, 
m=0xf80026d00500) at /usr/src/sys/net/netisr.c:1056
#18 0x81261677 in netisr_queue (proto=1, m=0xf80026d00500)
at /usr/src/sys/net/netisr.c:1069
#19 0x8123da5a in if_simloop (ifp=0xf800116eb000, 
m=0xf80026d00500, af=2, hlen=0) at /usr/src/sys/net/if_loop.c:358
#20 0x8123d83b in looutput (ifp=0xf800116eb000, 
m=0xf80026d00500, dst=0xf80026ed6550, ro=0xf80026ed6530)
at /usr/src/sys/net/if_loop.c:265
#21 0x8131c4c6 in ip_output (m=0xf80026d00500, opt=0x0, 
ro=0xf80026ed6530, flags=0, imo=0x0, inp=0xf80026ed63a0)
at /usr/src/sys/netinet/ip_output.c:655
#22 0x8142e1c7 in tcp_output (tp=0xf80026eb2820)
at /usr/src/sys/netinet/tcp_output.c:1447
#23 0x81447700 in tcp_usr_send (so=0xf80011ec2360, flags=0, 
m=0xf80026d14d00, nam=0x0, control=0x0, td=0xf80063ba1000)
at /usr/src/sys/netinet/tcp_usrreq.c:967
#24 0x811776f1 in sosend_generic (so=0xf80011ec2360, addr=0x0, 
uio=0x0, top=0xf80026d14d00, control=0x0, flags=0, 
td=0xf80063ba1000) at /usr/src/sys/kern/uipc_socket.c:1360
#25 0x811779bd in sosend (so=0xf80011ec2360, addr=0x0, uio=0x0, 
top=0xf80026d14d00, control=0x0, flags=0, td=0xf80063ba1000)
at /usr/src/sys/kern/uipc_socket.c:1405
#26 0x815276a2 in clnt_vc_call (cl=0xf80063ca0980, 
ext=0xfe085cfa6e38, proc=4, args=0xf80026c3bc00, 
resultsp=0xfe085cfa7110, utimeout=...)
at /usr/src/sys/rpc/clnt_vc.c:413
#27 0x8152391c in clnt_reconnect_call (cl=0xf80063ca0c00, 
ext=0xfe085cfa6e38, proc=4, args=0xf80026c3bc00, 
resultsp=0xfe085cfa7110, utimeout=...)
at /usr/src/sys/rpc/clnt_rc.c:271
#28 0x80e75628 in 

Re: Trouble with SM961 in SuperMicro X11

2017-07-21 Thread Stefan Bethke
It’s an SM961, not PM951.

> Am 21.07.2017 um 20:24 schrieb Stefan Bethke :
> 
> I have a fresh SuperMicro SYS-5019S-M and I’ve installed a Samsung SM961 
> 128GBB, which I want to use as a ZFS cache.
> 
> After installing 11.1-RC3, I’m getting the below errors during boot, and 
> trying to read or write to it produces the same message.
> 
> Is there a tunable to make this work? A quick test with Windows did not show 
> any issues.
> 
> 
> Stefan
> 
> -- 
> Stefan Bethke    Fon +49 151 14070811
> 
> 
> 
> Copyright (c) 1992-2017 The FreeBSD Project.
> Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
>   The Regents of the University of California. All rights reserved.
> FreeBSD is a registered trademark of The FreeBSD Foundation.
> FreeBSD 11.1-RC3 #0 r320976: Fri Jul 14 02:20:44 UTC 2017
>r...@releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
> FreeBSD clang version 4.0.0 (tags/RELEASE_400/final 297347) (based on LLVM 
> 4.0.0)
> VT(vga): resolution 640x480
> CPU: Intel(R) Xeon(R) CPU E3-1240 v6 @ 3.70GHz (3696.16-MHz K8-class CPU)
>  Origin="GenuineIntel"  Id=0x906e9  Family=0x6  Model=0x9e  Stepping=9
>  
> Features=0xbfebfbff
>  
> Features2=0x7ffafbff
>  AMD Features=0x2c100800
>  AMD Features2=0x121
>  Structured Extended 
> Features=0x29c6fbf
>  XSAVE Features=0xf
>  VT-x: PAT,HLT,MTF,PAUSE,EPT,UG,VPID
>  TSC: P-state invariant, performance statistics
> real memory  = 68719476736 (65536 MB)
> avail memory = 8195840 (63579 MB)
> Event timer "LAPIC" quality 600
> ACPI APIC Table: < >
> FreeBSD/SMP: Multiprocessor System Detected: 8 CPUs
> FreeBSD/SMP: 1 package(s) x 4 core(s) x 2 hardware threads
> random: unblocking device.
> ioapic0  irqs 0-23 on motherboard
> SMP: AP CPU #1 Launched!
> SMP: AP CPU #2 Launched!
> SMP: AP CPU #3 Launched!
> SMP: AP CPU #4 Launched!
> SMP: AP CPU #5 Launched!
> SMP: AP CPU #6 Launched!
> SMP: AP CPU #7 Launched!
> Timecounter "TSC-low" frequency 1848080854 Hz quality 1000
> random: entropy device external interface
> kbd1 at kbdmux0
> netmap: loaded module
> module_register_init: MOD_LOAD (vesa, 0x80f5b220, 0) error 19
> random: registering fast source Intel Secure Key RNG
> random: fast provider: "Intel Secure Key RNG"
> nexus0
> vtvga0:  on motherboard
> cryptosoft0:  on motherboard
> acpi0:  on motherboard
> acpi0: Power Button (fixed)
> cpu0:  on acpi0
> cpu1:  on acpi0
> cpu2:  on acpi0
> cpu3:  on acpi0
> cpu4:  on acpi0
> cpu5:  on acpi0
> cpu6:  on acpi0
> cpu7:  on acpi0
> hpet0:  iomem 0xfed0-0xfed003ff on acpi0
> Timecounter "HPET" frequency 2400 Hz quality 950
> Event timer "HPET" frequency 2400 Hz quality 550
> atrtc0:  port 0x70-0x77 irq 8 on acpi0
> atrtc0: Warning: Couldn't map I/O.
> Event timer "RTC" frequency 32768 Hz quality 0
> attimer0:  port 0x40-0x43,0x50-0x53 irq 0 on acpi0
> Timecounter "i8254" frequency 1193182 Hz quality 0
> Event timer "i8254" frequency 1193182 Hz quality 100
> Timecounter "ACPI-safe" frequency 3579545 Hz quality 850
> acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1808-0x180b on acpi0
> pcib0:  port 0xcf8-0xcff on acpi0
> pci0:  on pcib0
> pci0:  at device 19.0 (no driver attached)
> xhci0:  mem 0xdf40-0xdf40 irq 
> 16 at device 20.0 on pci0
> xhci0: 32 bytes context size, 64-bit DMA
> usbus0 on xhci0
> usbus0: 5.0Gbps Super Speed USB v3.0
> pci0:  at device 22.0 (no driver attached)
> pci0:  at device 22.1 (no driver attached)
> ahci0:  port 
> 0xf050-0xf057,0xf040-0xf043,0xf020-0xf03f mem 
> 0xdf41-0xdf411fff,0xdf41e000-0xdf41e0ff,0xdf41d000-0xdf41d7ff irq 16 at 
> device 23.0 on pci0
> ahci0: AHCI v1.31 with 8 6Gbps ports, Port Multiplier not supported
> ahcich0:  at channel 0 on ahci0
> ahcich1:  at channel 1 on ahci0
> ahcich2:  at channel 2 on ahci0
> ahcich3:  at channel 3 on ahci0
> ahcich4:  at channel 4 on ahci0
> ahcich5:  at channel 5 on ahci0
> ahcich6:  at channel 6 on ahci0
> ahcich7:  at channel 7 on ahci0
> ahciem0:  on ahci0
> pcib1:  irq 16 at device 28.0 on pci0
> pci1:  on pcib1
> igb0:  port 
> 0xe000-0xe01f mem 0xdf30-0xdf37,0xdf38-0xdf383fff irq 16 at 
> device 0.0 on pci1
> igb0: Using MSIX interrupts with 5 vectors
> igb0: Ethernet address: ac:1f:6b:18:06:6e
> igb0: Bound queue 0 to cpu 0
> igb0: Bound queue 1 to cpu 1
> igb0: Bound queue 2 to cpu 2
> igb0: Bound queue 3 to cpu 3
> igb0: netmap queues/slots: TX 4/1024, RX 

Trouble with PM961 in SuperMicro X11

2017-07-21 Thread Stefan Bethke
I have a fresh SuperMicro SYS-5019S-M and I’ve installed a Samsung SM961 
128GBB, which I want to use as a ZFS cache.

After installing 11.1-RC3, I’m getting the below errors during boot, and trying 
to read or write to it produces the same message.

Is there a tunable to make this work? A quick test with Windows did not show 
any issues.


Stefan

-- 
Stefan Bethke    Fon +49 151 14070811



Copyright (c) 1992-2017 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 11.1-RC3 #0 r320976: Fri Jul 14 02:20:44 UTC 2017
r...@releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
FreeBSD clang version 4.0.0 (tags/RELEASE_400/final 297347) (based on LLVM 
4.0.0)
VT(vga): resolution 640x480
CPU: Intel(R) Xeon(R) CPU E3-1240 v6 @ 3.70GHz (3696.16-MHz K8-class CPU)
  Origin="GenuineIntel"  Id=0x906e9  Family=0x6  Model=0x9e  Stepping=9
  
Features=0xbfebfbff
  
Features2=0x7ffafbff
  AMD Features=0x2c100800
  AMD Features2=0x121
  Structured Extended 
Features=0x29c6fbf
  XSAVE Features=0xf
  VT-x: PAT,HLT,MTF,PAUSE,EPT,UG,VPID
  TSC: P-state invariant, performance statistics
real memory  = 68719476736 (65536 MB)
avail memory = 8195840 (63579 MB)
Event timer "LAPIC" quality 600
ACPI APIC Table: < >
FreeBSD/SMP: Multiprocessor System Detected: 8 CPUs
FreeBSD/SMP: 1 package(s) x 4 core(s) x 2 hardware threads
random: unblocking device.
ioapic0  irqs 0-23 on motherboard
SMP: AP CPU #1 Launched!
SMP: AP CPU #2 Launched!
SMP: AP CPU #3 Launched!
SMP: AP CPU #4 Launched!
SMP: AP CPU #5 Launched!
SMP: AP CPU #6 Launched!
SMP: AP CPU #7 Launched!
Timecounter "TSC-low" frequency 1848080854 Hz quality 1000
random: entropy device external interface
kbd1 at kbdmux0
netmap: loaded module
module_register_init: MOD_LOAD (vesa, 0x80f5b220, 0) error 19
random: registering fast source Intel Secure Key RNG
random: fast provider: "Intel Secure Key RNG"
nexus0
vtvga0:  on motherboard
cryptosoft0:  on motherboard
acpi0:  on motherboard
acpi0: Power Button (fixed)
cpu0:  on acpi0
cpu1:  on acpi0
cpu2:  on acpi0
cpu3:  on acpi0
cpu4:  on acpi0
cpu5:  on acpi0
cpu6:  on acpi0
cpu7:  on acpi0
hpet0:  iomem 0xfed0-0xfed003ff on acpi0
Timecounter "HPET" frequency 2400 Hz quality 950
Event timer "HPET" frequency 2400 Hz quality 550
atrtc0:  port 0x70-0x77 irq 8 on acpi0
atrtc0: Warning: Couldn't map I/O.
Event timer "RTC" frequency 32768 Hz quality 0
attimer0:  port 0x40-0x43,0x50-0x53 irq 0 on acpi0
Timecounter "i8254" frequency 1193182 Hz quality 0
Event timer "i8254" frequency 1193182 Hz quality 100
Timecounter "ACPI-safe" frequency 3579545 Hz quality 850
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1808-0x180b on acpi0
pcib0:  port 0xcf8-0xcff on acpi0
pci0:  on pcib0
pci0:  at device 19.0 (no driver attached)
xhci0:  mem 0xdf40-0xdf40 irq 
16 at device 20.0 on pci0
xhci0: 32 bytes context size, 64-bit DMA
usbus0 on xhci0
usbus0: 5.0Gbps Super Speed USB v3.0
pci0:  at device 22.0 (no driver attached)
pci0:  at device 22.1 (no driver attached)
ahci0:  port 
0xf050-0xf057,0xf040-0xf043,0xf020-0xf03f mem 
0xdf41-0xdf411fff,0xdf41e000-0xdf41e0ff,0xdf41d000-0xdf41d7ff irq 16 at 
device 23.0 on pci0
ahci0: AHCI v1.31 with 8 6Gbps ports, Port Multiplier not supported
ahcich0:  at channel 0 on ahci0
ahcich1:  at channel 1 on ahci0
ahcich2:  at channel 2 on ahci0
ahcich3:  at channel 3 on ahci0
ahcich4:  at channel 4 on ahci0
ahcich5:  at channel 5 on ahci0
ahcich6:  at channel 6 on ahci0
ahcich7:  at channel 7 on ahci0
ahciem0:  on ahci0
pcib1:  irq 16 at device 28.0 on pci0
pci1:  on pcib1
igb0:  port 
0xe000-0xe01f mem 0xdf30-0xdf37,0xdf38-0xdf383fff irq 16 at device 
0.0 on pci1
igb0: Using MSIX interrupts with 5 vectors
igb0: Ethernet address: ac:1f:6b:18:06:6e
igb0: Bound queue 0 to cpu 0
igb0: Bound queue 1 to cpu 1
igb0: Bound queue 2 to cpu 2
igb0: Bound queue 3 to cpu 3
igb0: netmap queues/slots: TX 4/1024, RX 4/1024
pcib2:  irq 17 at device 28.1 on pci0
pci2:  on pcib2
igb1:  port 
0xd000-0xd01f mem 0xdf20-0xdf27,0xdf28-0xdf283fff irq 17 at device 
0.0 on pci2
igb1: Using MSIX interrupts with 5 vectors
igb1: Ethernet address: ac:1f:6b:18:06:6f
igb1: Bound queue