scheduler panic

Larry Rosenman ler at lerctr.org
Fri Dec 23 13:52:11 UTC 2011


On Fri, 23 Dec 2011, Ivan Klymenko wrote:

> ? Fri, 23 Dec 2011 07:38:21 -0600
> Larry Rosenman <ler at lerctr.org> ?????:
>
>> BORG-DTRACE
> Show, please, the kernel config BORG-DTRACE
>

include GENERIC
ident   BORG-DTRACE
options KDTRACE_HOOKS        # all architectures - enable general DTrace hooks
options DDB_CTF              # all architectures - kernel ELF linker loads CTF data
options KDTRACE_FRAME        # amd64 - ensure frames are compiled in
#makeoptions DEBUG="-g"       # amd64? - build kernel with gdb(1) debug symbols
makeoptions WITH_CTF=1


#options COMPAT_FREEBSD8
nooptions WITNESS
nodevice mvs
nodevice siis
nodevice ahc
nodevice ahd
nodevice amd
nodevice hptiop
nodevice isp
nodevice mpt
nodevice mps
nodevice sym
nodevice trm
nodevice adv
nodevice adw
nodevice aic
nodevice bt
nodevice amr
nodevice arcmsr
nodevice asr
nodevice ciss
nodevice dpt
nodevice hptmv
nodevice hptrr
nodevice iir
nodevice ips
nodevice mly
nodevice twa
nodevice aac
nodevice aacp
nodevice ida
nodevice mfi
nodevice mlx
nodevice twe
nodevice tws
nodevice cbb
nodevice pccard
nodevice cardbus
nodevice plip
nodevice puc
nodevice bxe
nodevice de
nodevice igb
nodevice ixgbe
nodevice le
nodevice ti
nodevice txp
nodevice vx
nodevice ae
nodevice age
nodevice alc
nodevice ale
nodevice bce
nodevice bfe
nodevice bge
nodevice dc
nodevice et
nodevice fxp
nodevice jme
nodevice lge
nodevice msk
nodevice mge
nodevice pcn
nodevice re
nodevice rl
nodevice sf
nodevice sge
nodevice sis
nodevice sk
nodevice ste
nodevice stge
nodevice tl
nodevice tx
nodevice vge
nodevice vr
nodevice wb
nodevice xl
nodevice cs
nodevice ed
nodevice ex
nodevice ep
nodevice fe
nodevice sn
nodevice xe

nodevice wlan 
nodevice wlan_wep
nodevice wlan_ccmp
nodevice wlan_tkip
nodevice wlan_amrr
nodevice an
nodevice ath
nodevice ath_pci
nodevice ath_hal
nodevice ath_rate_sample
nodevice ipw
nodevice iwi
nodevice iwn
nodevice malo
nodevice mwl
nodevice ral
nodevice wi
nodevice wpi


nodevice          urio            # Diamond Rio 500 MP3 player
# USB Serial devices
nodevice          u3g             # USB-based 3G modems (Option, Huawei, Sierra)
nodevice          uark            # Technologies ARK3116 based serial adapters
nodevice          ubsa            # Belkin F5U103 and compatible serial adapters
nodevice          uftdi           # For FTDI usb serial adapters
nodevice          uipaq           # Some WinCE based devices
nodevice          uplcom          # Prolific PL-2303 serial adapters
nodevice          uslcom          # SI Labs CP2101/CP2102 serial adapters
nodevice          uvisor          # Visor and Palm devices
nodevice          uvscom          # USB serial support for DDI pocket's PHS
# USB Ethernet, requires miibus
nodevice          aue             # ADMtek USB Ethernet
nodevice          axe             # ASIX Electronics USB Ethernet
nodevice          cdce            # Generic USB over Ethernet
nodevice          cue             # CATC USB Ethernet
nodevice          kue             # Kawasaki LSI USB Ethernet

nodevice          rue             # RealTek RTL8150 USB Ethernet
nodevice          udav            # Davicom DM9601E USB
# USB Wireless
nodevice          rum             # Ralink Technology RT2501USB wireless NICs
nodevice          run             # Ralink Technology RT2700/RT2800/RT3000 NICs.
nodevice          uath            # Atheros AR5523 wireless NICs
nodevice          upgt            # Conexant/Intersil PrismGT wireless NICs.
nodevice          ural            # Ralink Technology RT2500USB wireless NICs
nodevice          urtw            # Realtek RTL8187B/L wireless NICs
nodevice          zyd             # ZyDAS zd1211/zd1211b wireless NICs

# FireWire support
nodevice          firewire        # FireWire bus code
nodevice          sbp             # SCSI over FireWire (Requires scbus and da)
nodevice          fwe             # Ethernet over FireWire (non-standard!)
nodevice          fwip            # IP over FireWire (RFC 2734,3146)
nodevice          dcons           # Dumb console driver
nodevice          dcons_crom      # Configuration ROM for dcons

# Sound support
nodevice          sound           # Generic sound driver (required)
nodevice          snd_es137x      # Ensoniq AudioPCI ES137x
nodevice          snd_hda         # Intel High Definition Audio
nodevice          snd_ich         # Intel, NVidia and other ICH AC'97 Audio
nodevice          snd_uaudio      # USB Audio
nodevice          snd_via8233     # VIA VT8233x Audio

device		  netmap
options		  FFCLOCK


I've also seen it with GENERIC, FWIW.

-- 
Larry Rosenman                     http://www.lerctr.org/~ler
Phone: +1 512-248-2683                 E-Mail: ler at lerctr.org
US Mail: 430 Valona Loop, Round Rock, TX 78681-3893


More information about the freebsd-current mailing list