amd64/180018: System panics when bsnmpd is started

Alan Amesbury amesbury at oitsec.umn.edu
Tue Jul 2 17:30:04 UTC 2013


The following reply was made to PR amd64/180018; it has been noted by GNATS.

From: Alan Amesbury <amesbury at oitsec.umn.edu>
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: amd64/180018: System panics when bsnmpd is started
Date: Tue, 02 Jul 2013 12:27:34 -0500

 This is a multi-part message in MIME format.
 --------------080902050705040901050908
 Content-Type: text/plain; charset=ISO-8859-1
 Content-Transfer-Encoding: 7bit
 
 The kernel config is derived from GENERIC and is attached
 (OITSEC-9.text).  A copy of /var/run/dmesg.boot is also attached
 (dmesg_boot.text).
 
 Please let me know if additional diagnostic information is needed.
 
 
 -- 
 Alan Amesbury
 University Information Security
 University of Minnesota
 
 --------------080902050705040901050908
 Content-Type: text/plain; charset=us-ascii;
  name="OITSEC-9.text"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="OITSEC-9.text"
 
 # $Id: OITSEC-9,v 1.3 2012/06/15 00:03:34 amesbury Exp $
 
 # This kernel configuration is largely a stripped down GENERIC with a
 # couple additional features tacked on at the end.
 
 # Identify this kernel and pull in GENERIC
 include		"GENERIC"
 ident		OITSEC-9
 
 # Turn off built-in-the-kernel support for these devices
 nodevice		adv
 nodevice		adw
 nodevice		ae
 nodevice		age
 nodevice		ahd
 nodevice		aic
 nodevice		alc
 nodevice		ale
 nodevice		amd
 nodevice		an
 nodevice		arcmsr
 nodevice		atapifd
 nodevice		atapist
 nodevice		ath
 nodevice		ath_hal
 nodevice		ath_pci
 nodevice		ath_rate_sample
 nodevice		aue
 nodevice		axe
 nodevice		bt
 nodevice		cardbus
 nodevice		cbb
 nodevice		cdce
 nodevice		ciss
 nodevice		cs
 nodevice		cue
 nodevice		dc
 nodevice		dcons
 nodevice		dcons_crom
 nodevice		de
 nodevice		dpt
 nodevice		ed
 nodevice		ep
 nodevice		et
 nodevice		ex
 nodevice		fdc
 nodevice		fe
 nodevice		firewire
 nodevice		fwe
 nodevice		fwip
 nodevice		hptiop
 nodevice		hptmv
 nodevice		hptrr
 nodevice		ida
 nodevice		iir
 nodevice		ips
 nodevice		ipw
 nodevice		isp
 nodevice		iwi
 nodevice		iwn
 nodevice		ixgbe
 nodevice		jme
 nodevice		kue
 nodevice		le
 nodevice		lge
 nodevice		lpt
 nodevice		malo
 nodevice		mlx
 nodevice		mly
 nodevice		msk
 nodevice		mwl
 nodevice		nfe
 nodevice		nge
 nodevice		pccard
 nodevice		pcn
 nodevice		plip
 nodevice		ppbus
 nodevice		ppc
 nodevice		ppi
 nodevice		puc
 nodevice		ral
 nodevice		rue
 nodevice		rum
 nodevice		run
 nodevice		sf
 nodevice		sis
 nodevice		sk
 nodevice		sn
 nodevice		snd_cmi
 nodevice		snd_csa
 nodevice		snd_emu10kx
 nodevice		snd_es137x
 nodevice		snd_hda
 nodevice		snd_ich
 nodevice		snd_uaudio
 nodevice		snd_via8233
 nodevice		sound
 nodevice		ste
 nodevice		stge
 nodevice		sym
 nodevice		ti
 nodevice		tl
 nodevice		trm
 nodevice		twa
 nodevice		twe
 nodevice		tx
 nodevice		txp
 nodevice		u3g
 nodevice		uark
 nodevice		uath
 nodevice		ubsa
 nodevice		udav
 nodevice		uftdi
 nodevice		uipaq
 nodevice		upgt
 nodevice		ural
 nodevice		urio
 nodevice		urtw
 nodevice		uslcom
 nodevice		uvisor
 nodevice		uvscom
 nodevice		vge
 nodevice		vr
 nodevice		vx
 nodevice		wb
 nodevice		wi
 nodevice		wlan
 nodevice		wlan_amrr
 nodevice		wlan_ccmp
 nodevice		wlan_tkip
 nodevice		wlan_wep
 nodevice		wpi
 nodevice		xe
 nodevice		zyd
 
 # Turn off these options
 nooptions		AHD_REG_PRETTY_PRINT
 nooptions		AH_SUPPORT_AR5416
 nooptions		COMPAT_FREEBSD4
 nooptions		COMPAT_FREEBSD5
 nooptions		COMPAT_FREEBSD6
 nooptions		COMPAT_FREEBSD7
 nooptions		COMPAT_IA32
 nooptions		IEEE80211_AMPDU_AGE
 nooptions		IEEE80211_DEBUG
 nooptions		IEEE80211_SUPPORT_MESH
 nooptions		MD_ROOT
 nooptions		NFS_ROOT
 
 # Add support for these devices and options
 options			ALTQ
 options			ALTQ_CBQ
 options			ALTQ_RED
 options			ALTQ_HFSC
 options			DEVICE_POLLING
 options			IPSEC
 options			ZERO_COPY_SOCKETS
 options			SC_KERNEL_CONS_ATTR=(FG_YELLOW|BG_BLACK)
 options			SC_KERNEL_CONS_REV_ATTR=(FG_YELLOW|BG_RED)
 options			SC_HISTORY_SIZE=1000
 
 device			cpuctl
 device			crypto
 device			enc
 device			pf
 device			pflog
 device			pfsync
 device			carp
 
 --------------080902050705040901050908
 Content-Type: text/plain; charset=us-ascii;
  name="dmesg_boot.text"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="dmesg_boot.text"
 
 Copyright (c) 1992-2012 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 9.1-RELEASE-p4 #3: Wed Jun 26 15:47:13 CDT 2013
     root at tumbrel.oitsec.umn.edu:/usr/obj/usr/src/sys/OITSEC-9 amd64
 CPU: Intel(R) Xeon(R) CPU E5-2660 0 @ 2.20GHz (2200.05-MHz K8-class CPU)
   Origin = "GenuineIntel"  Id = 0x206d7  Family = 6  Model = 2d  Stepping = 7
   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=0x1fbee3ff<SSE3,PCLMULQDQ,DTES64,MON,DS_CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,POPCNT,TSCDLT,AESNI,XSAVE,OSXSAVE,AVX>
   AMD Features=0x2c100800<SYSCALL,NX,Page1GB,RDTSCP,LM>
   AMD Features2=0x1<LAHF>
   TSC: P-state invariant, performance statistics
 real memory  = 34359738368 (32768 MB)
 avail memory = 33058316288 (31526 MB)
 Event timer "LAPIC" quality 600
 ACPI APIC Table: <DELL   PE_SC3  >
 FreeBSD/SMP: Multiprocessor System Detected: 32 CPUs
 FreeBSD/SMP: 2 package(s) x 8 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
  cpu8 (AP): APIC ID:  8
  cpu9 (AP): APIC ID:  9
  cpu10 (AP): APIC ID: 10
  cpu11 (AP): APIC ID: 11
  cpu12 (AP): APIC ID: 12
  cpu13 (AP): APIC ID: 13
  cpu14 (AP): APIC ID: 14
  cpu15 (AP): APIC ID: 15
  cpu16 (AP): APIC ID: 32
  cpu17 (AP): APIC ID: 33
  cpu18 (AP): APIC ID: 34
  cpu19 (AP): APIC ID: 35
  cpu20 (AP): APIC ID: 36
  cpu21 (AP): APIC ID: 37
  cpu22 (AP): APIC ID: 38
  cpu23 (AP): APIC ID: 39
  cpu24 (AP): APIC ID: 40
  cpu25 (AP): APIC ID: 41
  cpu26 (AP): APIC ID: 42
  cpu27 (AP): APIC ID: 43
  cpu28 (AP): APIC ID: 44
  cpu29 (AP): APIC ID: 45
  cpu30 (AP): APIC ID: 46
  cpu31 (AP): APIC ID: 47
 ioapic1: Changing APIC ID to 1
 ioapic2: Changing APIC ID to 2
 ioapic0 <Version 2.0> irqs 0-23 on motherboard
 ioapic1 <Version 2.0> irqs 32-55 on motherboard
 ioapic2 <Version 2.0> irqs 64-87 on motherboard
 kbd1 at kbdmux0
 cryptosoft0: <software crypto> on motherboard
 aesni0: <AES-CBC,AES-XTS> on motherboard
 acpi0: <DELL PE_SC3> on motherboard
 acpi0: Power Button (fixed)
 cpu0: <ACPI CPU> on acpi0
 cpu1: <ACPI CPU> on acpi0
 cpu2: <ACPI CPU> on acpi0
 cpu3: <ACPI CPU> on acpi0
 cpu4: <ACPI CPU> on acpi0
 cpu5: <ACPI CPU> on acpi0
 cpu6: <ACPI CPU> on acpi0
 cpu7: <ACPI CPU> on acpi0
 cpu8: <ACPI CPU> on acpi0
 cpu9: <ACPI CPU> on acpi0
 cpu10: <ACPI CPU> on acpi0
 cpu11: <ACPI CPU> on acpi0
 cpu12: <ACPI CPU> on acpi0
 cpu13: <ACPI CPU> on acpi0
 cpu14: <ACPI CPU> on acpi0
 cpu15: <ACPI CPU> on acpi0
 cpu16: <ACPI CPU> on acpi0
 cpu17: <ACPI CPU> on acpi0
 cpu18: <ACPI CPU> on acpi0
 cpu19: <ACPI CPU> on acpi0
 cpu20: <ACPI CPU> on acpi0
 cpu21: <ACPI CPU> on acpi0
 cpu22: <ACPI CPU> on acpi0
 cpu23: <ACPI CPU> on acpi0
 cpu24: <ACPI CPU> on acpi0
 cpu25: <ACPI CPU> on acpi0
 cpu26: <ACPI CPU> on acpi0
 cpu27: <ACPI CPU> on acpi0
 cpu28: <ACPI CPU> on acpi0
 cpu29: <ACPI CPU> on acpi0
 cpu30: <ACPI CPU> on acpi0
 cpu31: <ACPI CPU> on acpi0
 atrtc0: <AT realtime clock> port 0x70-0x7f irq 8 on acpi0
 Event timer "RTC" frequency 32768 Hz quality 0
 attimer0: <AT timer> port 0x40-0x5f irq 0 on acpi0
 Timecounter "i8254" frequency 1193182 Hz quality 0
 Event timer "i8254" frequency 1193182 Hz quality 100
 hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff on acpi0
 Timecounter "HPET" frequency 14318180 Hz quality 950
 Event timer "HPET" frequency 14318180 Hz quality 450
 Event timer "HPET1" frequency 14318180 Hz quality 440
 Event timer "HPET2" frequency 14318180 Hz quality 440
 Event timer "HPET3" frequency 14318180 Hz quality 440
 Event timer "HPET4" frequency 14318180 Hz quality 440
 Event timer "HPET5" frequency 14318180 Hz quality 440
 Event timer "HPET6" frequency 14318180 Hz quality 440
 Event timer "HPET7" frequency 14318180 Hz quality 440
 Timecounter "ACPI-fast" frequency 3579545 Hz quality 900
 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0
 pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
 pci0: <ACPI PCI bus> on pcib0
 pcib1: <ACPI PCI-PCI bridge> irq 53 at device 1.0 on pci0
 pci1: <ACPI PCI bus> on pcib1
 igb0: <Intel(R) PRO/1000 Network Connection version - 2.3.4> port 0xfc80-0xfc9f mem 0xdcb00000-0xdcbfffff,0xdcff0000-0xdcff3fff irq 38 at device 0.0 on pci1
 igb0: Using MSIX interrupts with 9 vectors
 igb0: Ethernet address: bc:30:5b:ed:fa:90
 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: Bound queue 4 to cpu 4
 igb0: Bound queue 5 to cpu 5
 igb0: Bound queue 6 to cpu 6
 igb0: Bound queue 7 to cpu 7
 igb1: <Intel(R) PRO/1000 Network Connection version - 2.3.4> port 0xfca0-0xfcbf mem 0xdcc00000-0xdccfffff,0xdcff4000-0xdcff7fff irq 37 at device 0.1 on pci1
 igb1: Using MSIX interrupts with 9 vectors
 igb1: Ethernet address: bc:30:5b:ed:fa:91
 igb1: Bound queue 0 to cpu 8
 igb1: Bound queue 1 to cpu 9
 igb1: Bound queue 2 to cpu 10
 igb1: Bound queue 3 to cpu 11
 igb1: Bound queue 4 to cpu 12
 igb1: Bound queue 5 to cpu 13
 igb1: Bound queue 6 to cpu 14
 igb1: Bound queue 7 to cpu 15
 igb2: <Intel(R) PRO/1000 Network Connection version - 2.3.4> port 0xfcc0-0xfcdf mem 0xdcd00000-0xdcdfffff,0xdcff8000-0xdcffbfff irq 36 at device 0.2 on pci1
 igb2: Using MSIX interrupts with 9 vectors
 igb2: Ethernet address: bc:30:5b:ed:fa:92
 igb2: Bound queue 0 to cpu 16
 igb2: Bound queue 1 to cpu 17
 igb2: Bound queue 2 to cpu 18
 igb2: Bound queue 3 to cpu 19
 igb2: Bound queue 4 to cpu 20
 igb2: Bound queue 5 to cpu 21
 igb2: Bound queue 6 to cpu 22
 igb2: Bound queue 7 to cpu 23
 igb3: <Intel(R) PRO/1000 Network Connection version - 2.3.4> port 0xfce0-0xfcff mem 0xdce00000-0xdcefffff,0xdcffc000-0xdcffffff irq 34 at device 0.3 on pci1
 igb3: Using MSIX interrupts with 9 vectors
 igb3: Ethernet address: bc:30:5b:ed:fa:93
 igb3: Bound queue 0 to cpu 24
 igb3: Bound queue 1 to cpu 25
 igb3: Bound queue 2 to cpu 26
 igb3: Bound queue 3 to cpu 27
 igb3: Bound queue 4 to cpu 28
 igb3: Bound queue 5 to cpu 29
 igb3: Bound queue 6 to cpu 30
 igb3: Bound queue 7 to cpu 31
 pcib2: <ACPI PCI-PCI bridge> irq 53 at device 2.0 on pci0
 pci3: <ACPI PCI bus> on pcib2
 pcib3: <ACPI PCI-PCI bridge> irq 53 at device 2.2 on pci0
 pci2: <ACPI PCI bus> on pcib3
 mfi0: <Dell PERC H710 Mini (monolithics)> port 0xec00-0xecff mem 0xddffc000-0xddffffff,0xddf80000-0xddfbffff irq 42 at device 0.0 on pci2
 mfi0: Using MSI
 mfi0: Megaraid SAS driver Ver 4.23 
 mfi0: MaxCmd = 3f0 MaxSgl = 46 state = b73c03f0 
 pcib4: <ACPI PCI-PCI bridge> irq 53 at device 3.0 on pci0
 pci4: <ACPI PCI bus> on pcib4
 pci0: <base peripheral> at device 5.0 (no driver attached)
 pci0: <base peripheral> at device 5.2 (no driver attached)
 pcib5: <PCI-PCI bridge> irq 16 at device 17.0 on pci0
 pci5: <PCI bus> on pcib5
 pci0: <simple comms> at device 22.0 (no driver attached)
 pci0: <simple comms> at device 22.1 (no driver attached)
 ehci0: <EHCI (generic) USB 2.0 controller> mem 0xdf8fd000-0xdf8fd3ff irq 23 at device 26.0 on pci0
 usbus0: EHCI version 1.0
 usbus0 on ehci0
 pcib6: <ACPI PCI-PCI bridge> at device 28.0 on pci0
 device_attach: pcib6 attach returned 6
 pcib6: <ACPI PCI-PCI bridge> irq 19 at device 28.7 on pci0
 pci7: <ACPI PCI bus> on pcib6
 pcib7: <PCI-PCI bridge> at device 0.0 on pci7
 pci8: <PCI bus> on pcib7
 pcib8: <PCI-PCI bridge> at device 0.0 on pci8
 pci9: <PCI bus> on pcib8
 pcib9: <PCI-PCI bridge> at device 0.0 on pci9
 pci10: <PCI bus> on pcib9
 vgapci0: <VGA-compatible display> mem 0xd8000000-0xd8ffffff,0xdeffc000-0xdeffffff,0xde000000-0xde7fffff irq 19 at device 0.0 on pci10
 pcib10: <PCI-PCI bridge> at device 1.0 on pci8
 pci11: <PCI bus> on pcib10
 ehci1: <EHCI (generic) USB 2.0 controller> mem 0xdf8fe000-0xdf8fe3ff irq 22 at device 29.0 on pci0
 usbus1: EHCI version 1.0
 usbus1 on ehci1
 pcib11: <PCI-PCI bridge> at device 30.0 on pci0
 pci12: <PCI bus> on pcib11
 isab0: <PCI-ISA bridge> at device 31.0 on pci0
 isa0: <ISA bus> on isab0
 ahci0: <Intel Patsburg AHCI SATA controller> port 0xdce8-0xdcef,0xdcf8-0xdcfb,0xdcf0-0xdcf7,0xdcfc-0xdcff,0xdcc0-0xdcdf mem 0xdf8ff000-0xdf8ff7ff irq 20 at device 31.2 on pci0
 ahci0: AHCI v1.30 with 6 3Gbps ports, Port Multiplier not supported
 ahcich0: <AHCI channel> at channel 0 on ahci0
 ahcich1: <AHCI channel> at channel 1 on ahci0
 ahcich2: <AHCI channel> at channel 2 on ahci0
 ahcich3: <AHCI channel> at channel 3 on ahci0
 ahcich4: <AHCI channel> at channel 4 on ahci0
 ahcich5: <AHCI channel> at channel 5 on ahci0
 pcib12: <ACPI Host-PCI bridge> on acpi0
 pci64: <ACPI PCI bus> on pcib12
 pcib13: <ACPI PCI-PCI bridge> irq 85 at device 1.0 on pci64
 pci65: <ACPI PCI bus> on pcib13
 pcib14: <ACPI PCI-PCI bridge> irq 85 at device 3.0 on pci64
 pci66: <ACPI PCI bus> on pcib14
 pci64: <base peripheral> at device 5.0 (no driver attached)
 pci64: <base peripheral> at device 5.2 (no driver attached)
 pcib15: <ACPI Host-PCI bridge> on acpi0
 pci63: <ACPI PCI bus> on pcib15
 pci63: <base peripheral> at device 8.0 (no driver attached)
 pci63: <base peripheral> at device 9.0 (no driver attached)
 pci63: <base peripheral> at device 10.0 (no driver attached)
 pci63: <base peripheral> at device 10.1 (no driver attached)
 pci63: <base peripheral> at device 10.2 (no driver attached)
 pci63: <base peripheral> at device 10.3 (no driver attached)
 pci63: <base peripheral> at device 11.0 (no driver attached)
 pci63: <base peripheral> at device 11.3 (no driver attached)
 pci63: <base peripheral> at device 12.0 (no driver attached)
 pci63: <base peripheral> at device 12.1 (no driver attached)
 pci63: <base peripheral> at device 12.2 (no driver attached)
 pci63: <base peripheral> at device 12.3 (no driver attached)
 pci63: <base peripheral> at device 12.6 (no driver attached)
 pci63: <base peripheral> at device 12.7 (no driver attached)
 pci63: <base peripheral> at device 13.0 (no driver attached)
 pci63: <base peripheral> at device 13.1 (no driver attached)
 pci63: <base peripheral> at device 13.2 (no driver attached)
 pci63: <base peripheral> at device 13.3 (no driver attached)
 pci63: <base peripheral> at device 13.6 (no driver attached)
 pci63: <base peripheral> at device 14.0 (no driver attached)
 pci63: <dasp> at device 14.1 (no driver attached)
 pci63: <base peripheral> at device 15.0 (no driver attached)
 pci63: <base peripheral> at device 15.1 (no driver attached)
 pci63: <base peripheral> at device 15.2 (no driver attached)
 pci63: <base peripheral> at device 15.3 (no driver attached)
 pci63: <base peripheral> at device 15.4 (no driver attached)
 pci63: <base peripheral> at device 15.5 (no driver attached)
 pci63: <base peripheral> at device 15.6 (no driver attached)
 pci63: <base peripheral> at device 16.0 (no driver attached)
 pci63: <base peripheral> at device 16.1 (no driver attached)
 pci63: <base peripheral> at device 16.2 (no driver attached)
 pci63: <base peripheral> at device 16.3 (no driver attached)
 pci63: <base peripheral> at device 16.4 (no driver attached)
 pci63: <base peripheral> at device 16.5 (no driver attached)
 pci63: <base peripheral> at device 16.6 (no driver attached)
 pci63: <base peripheral> at device 16.7 (no driver attached)
 pci63: <base peripheral> at device 17.0 (no driver attached)
 pci63: <base peripheral> at device 19.0 (no driver attached)
 pci63: <dasp> at device 19.1 (no driver attached)
 pci63: <dasp> at device 19.4 (no driver attached)
 pci63: <dasp> at device 19.5 (no driver attached)
 pci63: <base peripheral> at device 19.6 (no driver attached)
 pcib16: <ACPI Host-PCI bridge> on acpi0
 pci127: <ACPI PCI bus> on pcib16
 pci127: <base peripheral> at device 8.0 (no driver attached)
 pci127: <base peripheral> at device 9.0 (no driver attached)
 pci127: <base peripheral> at device 10.0 (no driver attached)
 pci127: <base peripheral> at device 10.1 (no driver attached)
 pci127: <base peripheral> at device 10.2 (no driver attached)
 pci127: <base peripheral> at device 10.3 (no driver attached)
 pci127: <base peripheral> at device 11.0 (no driver attached)
 pci127: <base peripheral> at device 11.3 (no driver attached)
 pci127: <base peripheral> at device 12.0 (no driver attached)
 pci127: <base peripheral> at device 12.1 (no driver attached)
 pci127: <base peripheral> at device 12.2 (no driver attached)
 pci127: <base peripheral> at device 12.3 (no driver attached)
 pci127: <base peripheral> at device 12.6 (no driver attached)
 pci127: <base peripheral> at device 12.7 (no driver attached)
 pci127: <base peripheral> at device 13.0 (no driver attached)
 pci127: <base peripheral> at device 13.1 (no driver attached)
 pci127: <base peripheral> at device 13.2 (no driver attached)
 pci127: <base peripheral> at device 13.3 (no driver attached)
 pci127: <base peripheral> at device 13.6 (no driver attached)
 pci127: <base peripheral> at device 14.0 (no driver attached)
 pci127: <dasp> at device 14.1 (no driver attached)
 pci127: <base peripheral> at device 15.0 (no driver attached)
 pci127: <base peripheral> at device 15.1 (no driver attached)
 pci127: <base peripheral> at device 15.2 (no driver attached)
 pci127: <base peripheral> at device 15.3 (no driver attached)
 pci127: <base peripheral> at device 15.4 (no driver attached)
 pci127: <base peripheral> at device 15.5 (no driver attached)
 pci127: <base peripheral> at device 15.6 (no driver attached)
 pci127: <base peripheral> at device 16.0 (no driver attached)
 pci127: <base peripheral> at device 16.1 (no driver attached)
 pci127: <base peripheral> at device 16.2 (no driver attached)
 pci127: <base peripheral> at device 16.3 (no driver attached)
 pci127: <base peripheral> at device 16.4 (no driver attached)
 pci127: <base peripheral> at device 16.5 (no driver attached)
 pci127: <base peripheral> at device 16.6 (no driver attached)
 pci127: <base peripheral> at device 16.7 (no driver attached)
 pci127: <base peripheral> at device 17.0 (no driver attached)
 pci127: <base peripheral> at device 19.0 (no driver attached)
 pci127: <dasp> at device 19.1 (no driver attached)
 pci127: <dasp> at device 19.4 (no driver attached)
 pci127: <dasp> at device 19.5 (no driver attached)
 pci127: <base peripheral> at device 19.6 (no driver attached)
 uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
 uart0: console (9600,n,8,1)
 uart1: <16550 or compatible> port 0x2f8-0x2ff irq 3 on acpi0
 orm0: <ISA Option ROMs> at iomem 0xc0000-0xc7fff,0xec000-0xeffff on isa0
 sc0: <System console> at flags 0x100 on isa0
 sc0: VGA <16 virtual consoles, flags=0x100>
 vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
 ctl: CAM Target Layer loaded
 AcpiOsExecute: failed to enqueue task, consider increasing the debug.acpi.max_tasks tunable
 AcpiOsExecute: failed to enqueue task, consider increasing the debug.acpi.max_tasks tunable
 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
 est8: <Enhanced SpeedStep Frequency Control> on cpu8
 p4tcc8: <CPU Frequency Thermal Control> on cpu8
 est9: <Enhanced SpeedStep Frequency Control> on cpu9
 p4tcc9: <CPU Frequency Thermal Control> on cpu9
 est10: <Enhanced SpeedStep Frequency Control> on cpu10
 p4tcc10: <CPU Frequency Thermal Control> on cpu10
 est11: <Enhanced SpeedStep Frequency Control> on cpu11
 p4tcc11: <CPU Frequency Thermal Control> on cpu11
 est12: <Enhanced SpeedStep Frequency Control> on cpu12
 p4tcc12: <CPU Frequency Thermal Control> on cpu12
 est13: <Enhanced SpeedStep Frequency Control> on cpu13
 p4tcc13: <CPU Frequency Thermal Control> on cpu13
 est14: <Enhanced SpeedStep Frequency Control> on cpu14
 p4tcc14: <CPU Frequency Thermal Control> on cpu14
 est15: <Enhanced SpeedStep Frequency Control> on cpu15
 p4tcc15: <CPU Frequency Thermal Control> on cpu15
 est16: <Enhanced SpeedStep Frequency Control> on cpu16
 p4tcc16: <CPU Frequency Thermal Control> on cpu16
 est17: <Enhanced SpeedStep Frequency Control> on cpu17
 p4tcc17: <CPU Frequency Thermal Control> on cpu17
 est18: <Enhanced SpeedStep Frequency Control> on cpu18
 p4tcc18: <CPU Frequency Thermal Control> on cpu18
 est19: <Enhanced SpeedStep Frequency Control> on cpu19
 p4tcc19: <CPU Frequency Thermal Control> on cpu19
 est20: <Enhanced SpeedStep Frequency Control> on cpu20
 p4tcc20: <CPU Frequency Thermal Control> on cpu20
 est21: <Enhanced SpeedStep Frequency Control> on cpu21
 p4tcc21: <CPU Frequency Thermal Control> on cpu21
 est22: <Enhanced SpeedStep Frequency Control> on cpu22
 p4tcc22: <CPU Frequency Thermal Control> on cpu22
 est23: <Enhanced SpeedStep Frequency Control> on cpu23
 p4tcc23: <CPU Frequency Thermal Control> on cpu23
 est24: <Enhanced SpeedStep Frequency Control> on cpu24
 p4tcc24: <CPU Frequency Thermal Control> on cpu24
 est25: <Enhanced SpeedStep Frequency Control> on cpu25
 p4tcc25: <CPU Frequency Thermal Control> on cpu25
 est26: <Enhanced SpeedStep Frequency Control> on cpu26
 p4tcc26: <CPU Frequency Thermal Control> on cpu26
 est27: <Enhanced SpeedStep Frequency Control> on cpu27
 p4tcc27: <CPU Frequency Thermal Control> on cpu27
 est28: <Enhanced SpeedStep Frequency Control> on cpu28
 p4tcc28: <CPU Frequency Thermal Control> on cpu28
 est29: <Enhanced SpeedStep Frequency Control> on cpu29
 p4tcc29: <CPU Frequency Thermal Control> on cpu29
 est30: <Enhanced SpeedStep Frequency Control> on cpu30
 p4tcc30: <CPU Frequency Thermal Control> on cpu30
 est31: <Enhanced SpeedStep Frequency Control> on cpu31
 p4tcc31: <CPU Frequency Thermal Control> on cpu31
 Timecounters tick every 1.000 msec
 IPsec: Initialized Security Association Processing.
 mfi0: 2588 (425607728s/0x0020/info) - Shutdown command received from host
 mfi0: 2589 (boot + 4s/0x0020/info) - Firmware initialization started (PCI ID 005b/1000/1f38/1028)
 mfi0: 2590 (boot + 4s/0x0020/info) - Firmware version 3.130.05-1462
 mfi0: 2591 (boot + 5s/0x0008/info) - Battery Present
 mfi0: 2592 (boot + 5s/0x0020/info) - Package version 21.0.1-0132
 mfi0: 2593 (boot + 5s/0x0020/info) - Board Revision A01
 mfi0: 2594 (boot + 19s/0x0004/info) - Enclosure PD 20(c None/p1) communication restored
 mfi0: 2595 (boot + 19s/0x0002/info) - Inserted: Encl PD 20
 mfi0: 2596 (boot + 19s/0x0002/info) - Inserted: PD 20(c None/p1) Info: enclPd=20, scsiType=d, portMap=00, sasAddr=5e4ae02097019d00,0000000000000000
 mfi0: 2597 (boot + 19s/0x0002/info) - Inserted: PD 00(e0x20/s0)
 mfi0: 2598 (boot + 19s/0x0002/info) - Inserted: PD 00(e0x20/s0) Info: enclPd=20, scsiType=0, portMap=05, sasAddr=5000cca0256d4259,0000000000000000
 mfi0: 2599 (boot + 19s/0x0002/info) - Inserted: PD 01(e0x20/s1)
 mfi0: 2600 (boot + 19s/0x0002/info) - Inserted: PD 01(e0x20/s1) Info: enclPd=20, scsiType=0, portMap=03, sasAddr=5000cca0256d34e5,0000000000000000
 mfi0: 2601 (boot + 19s/0x0002/info) - Inserted: PD 02(e0x20/s2)
 mfi0: 2602 (boot + 19s/0x0002/info) - Inserted: PD 02(e0x20/s2) Info: enclPd=20, scsiType=0, portMap=01, sasAddr=5000cca025677715,0000000000000000
 mfi0: 2603 (boot + 19s/0x0002/info) - Inserted: PD 03(e0x20/s3)
 mfi0: 2604 (boot + 19s/0x0002/info) - Inserted: PD 03(e0x20/s3) Info: enclPd=20, scsiType=0, portMap=02, sasAddr=5000cca025709649,0000000000000000
 mfi0: 2605 (boot + 19s/0x0002/info) - Inserted: PD 04(e0x20/s4)
 mfi0: 2606 (boot + 19s/0x0002/info) - Inserted: PD 04(e0x20/s4) Info: enclPd=20, scsiType=0, portMap=00, sasAddr=5000cca0256e5eb5,0000000000000000
 mfi0: 2607 (boot + 19s/0x0002/info) - Inserted: PD 05(e0x20/s5)
 mfi0: 2608 (boot + 19s/0x0002/info) - Inserted: PD 05(e0x20/s5) Info: enclPd=20, scsiType=0, portMap=04, sasAddr=5000cca025704f3d,0000000000000000
 mfi0: 2609 (425607804s/0x0020/info) - Time established as 06/27/13  0:23:24; (51 seconds since power on)
 mfi0: 2610 (425607823s/0x0008/info) - Battery temperature is normal
 mfi0: 2611 (425607823s/0x0008/info) - Current capacity of the battery is above threshold
 mfi0: 2612 (425607919s/0x0020/info) - Host driver is loaded and operational
 mfi0: 2613 (boot + 4s/0x0020/info) - Firmware initialization started (PCI ID 005b/1000/1f38/1028)
 mfi0: 2614 (boot + 4s/0x0020/info) - Firmware version 3.130.05-1462
 mfi0: 2615 (boot + 5s/0x0008/info) - Battery Present
 mfi0: 2616 (boot + 5s/0x0020/info) - Package version 21.0.1-0132
 mfi0: 2617 (boot + 5s/0x0020/info) - Board Revision A01
 mfi0: 2618 (boot + 43s/0x0002/info) - Unexpected sense: Encl PD 20 Path 5e4ae02097019d00, CDB: 1c 01 00 00 20 00, Sense: 6/29/00
 mfi0: 2619 (boot + 45s/0x0004/info) - Enclosure PD 20(c None/p1) communication restored
 mfi0: 2620 (boot + 45s/0x0002/info) - Inserted: Encl PD 20
 mfi0: 2621 (boot + 45s/0x0002/info) - Inserted: PD 20(c None/p1) Info: enclPd=20, scsiType=d, portMap=00, sasAddr=5e4ae02097019d00,0000000000000000
 mfi0: 2622 (boot + 45s/0x0002/info) - Inserted: PD 00(e0x20/s0)
 mfi0: 2623 (boot + 45s/0x0002/info) - Inserted: PD 00(e0x20/s0) Info: enclPd=20, scsiType=0, portMap=02, sasAddr=5000cca0256d4259,0000000000000000
 mfi0: 2624 (boot + 45s/0x0002/info) - Inserted: PD 01(e0x20/s1)
 mfi0: 2625 (boot + 45s/0x0002/info) - Inserted: PD 01(e0x20/s1) Info: enclPd=20, scsiType=0, portMap=03, sasAddr=5000cca0256d34e5,0000000000000000
 mfi0: 2626 (boot + 45s/0x0002/info) - Inserted: PD 02(e0x20/s2)
 mfi0: 2627 (boot + 45s/0x0002/info) - Inserted: PD 02(e0x20/s2) Info: enclPd=20, scsiType=0, portMap=04, sasAddr=5000cca025677715,0000000000000000
 mfi0: 2628 (boot + 45s/0x0002/info) - Inserted: PD 03(e0x20/s3)
 mfi0: 2629 (boot + 45s/0x0002/info) - Inserted: PD 03(e0x20/s3) Info: enclPd=20, scsiType=0, portMap=05, sasAddr=5000cca025709649,0000000000000000
 mfi0: 2630 (boot + 45s/0x0002/info) - Inserted: PD 04(e0x20/s4)
 mfi0: 2631 (boot + 45s/0x0002/info) - Inserted: PD 04(e0x20/s4) Info: enclPd=20, scsiType=0, portMap=00, sasAddr=5000cca0256e5eb5,0000000000000000
 mfi0: 2632 (boot + 45s/0x0002/info) - Inserted: PD 05(e0x20/s5)
 mfi0: 2633 (boot + 45s/0x0002/info) - Inserted: PD 05(e0x20/s5) Info: enclPd=20, scsiType=0, portMap=01, sasAddr=5000cca025704f3d,0000000000000000
 mfi0: 2634 (425608464s/0x0020/info) - Time established as 06/27/13  0:34:24; (47 seconds since power on)
 mfi0: 2635 (425608487s/0x0008/info) - Battery temperature is normal
 mfi0: 2636 (425608487s/0x0008/info) - Current capacity of the battery is above threshold
 mfi0: 2637 (boot + 4s/0x0020/info) - Firmware initialization started (PCI ID 005b/1000/1f38/1028)
 mfi0: 2638 (boot + 4s/0x0020/info) - Firmware version 3.130.05-1462
 mfi0: 2639 (boot + 5s/0x0008/info) - Battery Present
 mfi0: 2640 (boot + 5s/0x0020/info) - Package version 21.0.1-0132
 mfi0: 2641 (boot + 5s/0x0020/info) - Board Revision A01
 mfi0: 2642 (boot + 43s/0x0002/info) - Unexpected sense: Encl PD 20 Path 5e4ae02097019d00, CDB: 1c 01 00 00 20 00, Sense: 6/29/00
 mfi0: 2643 (boot + 45s/0x0004/info) - Enclosure PD 20(c None/p1) communication restored
 mfi0: 2644 (boot + 45s/0x0002/info) - Inserted: Encl PD 20
 usbus0: 480Mbps High Speed USB v2.0
 usbus1: 480Mbps High Speed USB v2.0
 ugen0.1: <Intel> at usbus0
 uhub0: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus0
 ugen1.1: <Intel> at usbus1
 uhub1: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus1
 mfid0 on mfi0
 mfid0: 856704MB (1754529792 sectors) RAID volume 'Host' is optimal
 mfi0: 2645 (boot + 45s/0x0002/info) - Inserted: PD 20(c None/p1) Info: enclPd=20, scsiType=d, portMap=00, sasAddr=5e4ae02097019d00,0000000000000000
 mfi0: 2646 (boot + 45s/0x0002/info) - Inserted: PD 00(e0x20/s0)
 mfi0: 2647 (boot + 45s/0x0002/info) - Inserted: PD 00(e0x20/s0) Info: enclPd=20, scsiType=0, portMap=05, sasAddr=5000cca0256d4259,0000000000000000
 mfi0: 2648 (boot + 45s/0x0002/info) - Inserted: PD 01(e0x20/s1)
 mfi0: 2649 (boot + 45s/0x0002/info) - Inserted: PD 01(e0x20/s1) Info: enclPd=20, scsiType=0, portMap=03, sasAddr=5000cca0256d34e5,0000000000000000
 mfi0: 2650 (boot + 45s/0x0002/info) - Inserted: PD 02(e0x20/s2)
 mfi0: 2651 (boot + 45s/0x0002/info) - Inserted: PD 02(e0x20/s2) Info: enclPd=20, scsiType=0, portMap=01, sasAddr=5000cca025677715,00uhub0: 2 ports with 2 removable, self powered
 00000000000000
 mfi0: 2652 (boot + 45s/0x0002/info) - Inserted: PD 03(e0x20/s3)
 mfi0: 2653 (boot + 45s/0x0002/info) - Inserted: PD 03(e0x20/s3) Info: enclPd=20, scsiType=0, portMap=02, sasAddr=5000cca025709649,00uhub1: 2 ports with 2 removable, self powered
 00000000000000
 mfi0: 2654 (boot + 45s/0x0002/info) - Inserted: PD 04(e0x20/s4)
 mfi0: 2655 (boot + 45s/0x0002/info) - Inserted: PD 04(e0x20/s4) Info: enclPd=20, scsiType=0, portMap=00, sasAddr=5000cca0256e5eb5,0000000000000000
 mfi0: 2656 (boot + 45s/0x0002/info) - Inserted: PD 05(e0x20/s5)
 mfi0: 2657 (boot + 45s/0x0002/info) - Inserted: PD 05(e0x20/s5) Info: enclPd=20, scsiType=0, portMap=04, sasAddr=5000cca025704f3d,0000000000000000
 mfi0: 2658 (425608581s/0x0020/info) - Time established as 06/27/13  0:36:21; (51 seconds since power on)
 mfi0: 2659 (425608600s/0x0008/info) - Battery temperature is normal
 mfi0: 2660 (425608600s/0x0008/info) - Current capacity of the battery is above threshold
 mfi0: 2661 (425608747s/0x0020/info) - Host driver is loaded and operational
 AcpiOsExecute: failed to enqueue task, consider increasing the debug.acpi.max_tasks tunable
 ACPI Error: Method parse/execution failed [\\_SB_.PCI0.HEC2.HSCI] (Node 0xfffffe000d7d0680), AE_NO_MEMORY (20110527/psparse-560)
 ugen0.2: <vendor 0x8087> at usbus0
 uhub2: <vendor 0x8087 product 0x0024, class 9/0, rev 2.00/0.00, addr 2> on usbus0
 ACPI Error: Method parse/execution failed [\\_GPE._L24] (Node 0xfffffe000d7dd5c0)ugen1.2: <vendor 0x8087> at usbus1
 uhub3: <vendor 0x8087 product 0x0024, class 9/0, rev 2.00/0.00, addr 2> on usbus1
 , AE_NO_MEMORY (20110527/psparse-560)
 ACPI Exception: AE_NO_MEMORY, while evaluating GPE method [_L24] (20110527/evgpe-606)
 AcpiOsExecute: failed to enqueue task, consider increasing the debug.acpi.max_tasks tunable
 cd0 at ahcich4 bus 0 scbus4 target 0 lun 0
 SMP: AP CPU #31 Launched!
 SMP: AP CPU #1 Launched!
 cd0: <HL-DT-ST DVD+-RW GU40N A300> Removable CD-ROM SCSI-0 device 
 SMP: AP CPU #22 Launched!
 SMP: AP CPU #8 Launched!
 cd0: 150.000MB/s transfers (SMP: AP CPU #9 Launched!
 SATA 1.x, SMP: AP CPU #2 Launched!
 UDMA6, SMP: AP CPU #5 Launched!
 ATAPI 12bytes, SMP: AP CPU #27 Launched!
 PIO 8192bytes)
 cd0: Attempt to query device size failed: NOT READY, Medium not present - tray closed
 SMP: AP CPU #18 Launched!
 SMP: AP CPU #20 Launched!
 SMP: AP CPU #26 Launched!
 SMP: AP CPU #24 Launched!
 SMP: AP CPU #10 Launched!
 SMP: AP CPU #14 Launched!
 SMP: AP CPU #12 Launched!
 SMP: AP CPU #3 Launched!
 SMP: AP CPU #11 Launched!
 SMP: AP CPU #4 Launched!
 SMP: AP CPU #15 Launched!
 SMP: AP CPU #13 Launched!
 SMP: AP CPU #6 Launched!
 SMP: AP CPU #7 Launched!
 SMP: AP CPU #16 Launched!
 SMP: AP CPU #23 Launched!
 SMP: AP CPU #19 Launched!
 SMP: AP CPU #30 Launched!
 SMP: AP CPU #28 Launched!
 SMP: AP CPU #21 Launched!
 SMP: AP CPU #25 Launched!
 SMP: AP CPU #17 Launched!
 SMP: AP CPU #29 Launched!
 Timecounter "TSC-low" frequency 8593937 Hz quality 1000
 uhub2: 6 ports with 6 removable, self powered
 Root mount waiting for: usbus1 usbus0
 uhub3: 8 ports with 8 removable, self powered
 Root mount waiting for: usbus0
 ugen0.3: <Dell Computer Corp.> at usbus0
 umass0: <Dell Computer Corp. Internal Dual SD, class 0/0, rev 2.00/1.10, addr 3> on usbus0
 umass0:  SCSI over Bulk-Only; quirks = 0x4100
 umass0:7:0:-1: Attached to scbus7
 (probe0:umass-sim0:0:0:0): REPORT LUNS. CDB: a0 0 0 0 0 0 0 0 0 10 0 0 
 (probe0:umass-sim0:0:0:0): CAM status: SCSI Status Error
 (probe0:umass-sim0:0:0:0): SCSI status: Check Condition
 (probe0:umass-sim0:0:0:0): SCSI sense: ILLEGAL REQUEST asc:20,0 (Invalid command operation code)
 (probe0:umass-sim0:0:0:0): Error 22, Unretryable error
 da0 at umass-sim0 bus 0 scbus7 target 0 lun 0
 da0: <Dell Internal Dual SD 1.:> Fixed Direct Access SCSI-5 device 
 da0: 40.000MB/s transfers
 da0: 972MB (1990656 512 byte sectors: 64H 32S/T 972C)
 Root mount waiting for: usbus0
 Root mount waiting for: usbus0
 ugen0.4: <vendor 0x13fe> at usbus0
 umass1: <vendor 0x13fe Patriot Memory, class 0/0, rev 2.10/1.00, addr 4> on usbus0
 umass1:  SCSI over Bulk-Only; quirks = 0x0100
 umass1:8:1:-1: Attached to scbus8
 da1 at umass-sim1 bus 1 scbus8 target 0 lun 0
 da1: < Patriot Memory PMAP> Removable Direct Access SCSI-4 device 
 da1: 40.000MB/s transfers
 da1: 30160MB (61767680 512 byte sectors: 255H 63S/T 3844C)
 Root mount waiting for: usbus0
 ugen0.5: <no manufacturer> at usbus0
 uhub4: <no manufacturer Gadget USB HUB, class 9/0, rev 2.00/0.00, addr 5> on usbus0
 Root mount waiting for: usbus0
 uhub4: 6 ports with 6 removable, self powered
 ugen0.6: <Avocent> at usbus0
 ukbd0: <Keyboard> on usbus0
 kbd0 at ukbd0
 ums0: <Mouse> on usbus0
 ums0: 3 buttons and [Z] coordinates ID=0
 Root mount waiting for: usbus0
 ums1: <Mouse REL> on usbus0
 ums1: 3 buttons and [XYZ] coordinates ID=0
 Trying to mount root from ufs:/dev/gpt/root [rw]...
 WARNING: / was not properly dismounted
 ZFS filesystem version 5
 ZFS storage pool version 28
 
 --------------080902050705040901050908--


More information about the freebsd-amd64 mailing list