Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Jun 2008 10:00:13 GMT
From:      Martin <nakal@web.de>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/124464: [panic] Panic after showing login
Message-ID:  <200806221000.m5MA0DU0030807@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/124464; it has been noted by GNATS.

From: Martin <nakal@web.de>
To: bug-followup@FreeBSD.org, nakal@web.de
Cc:  
Subject: Re: kern/124464: [panic] Panic after showing login
Date: Sun, 22 Jun 2008 11:50:29 +0200

 This is the configuration I used for the kernel build.
 
 make.conf:
 ----------
 
 # added by use.perl 2008-03-05 17:20:24
 PERL_VER=5.8.8
 PERL_VERSION=5.8.8
 
 CPUTYPE=prescott
 CFLAGS=-O2 -fno-strict-aliasing -pipe
 
 BOOTWAIT=3000
 
 
 
 KERNCONF:
 ---------
 
 cpu		HAMMER
 ident		ZELDA
 
 
 makeoptions	DEBUG=-g
 
 options 	SCHED_ULE
 options 	PREEMPTION
 options 	INET
 options 	INET6
 options 	SCTP
 options 	FFS
 options 	SOFTUPDATES
 options 	UFS_ACL
 options 	UFS_DIRHASH
 options 	UFS_GJOURNAL
 options 	MD_ROOT
 options 	NFSCLIENT
 options 	NFSSERVER
 options 	NFS_ROOT
 options 	NTFS
 options 	MSDOSFS
 options 	CD9660
 options 	PROCFS
 options 	PSEUDOFS
 options 	GEOM_PART_GPT
 options 	GEOM_LABEL
 options 	COMPAT_43TTY
 options 	COMPAT_IA32
 options 	COMPAT_FREEBSD4
 options 	COMPAT_FREEBSD5
 options 	COMPAT_FREEBSD6
 options 	SCSI_DELAY=5000
 options 	KTRACE
 options 	SYSVSHM
 options 	SYSVMSG
 options 	SYSVSEM
 options 	_KPOSIX_PRIORITY_SCHEDULING
 options 	KBD_INSTALL_CDEV
 options 	ADAPTIVE_GIANT
 options 	STOP_NMI
 options 	AUDIT
 
 options 	SMP
 options		KDB
 options		DDB
 options		GDB
 options		HZ=1000
 
 device		cpufreq
 options		ENABLE_ALART
 device		intpm
 device		ichsmb
 device		smbus
 device		smb
 
 device		acpi
 device		pci
 
 device		fdc
 
 device		ata
 device		atadisk
 device		ataraid
 device		atapicd
 device		atapifd
 device		atapist
 device		atapicam
 options 	ATA_STATIC_ID
 
 device		ahc
 options 	AHC_REG_PRETTY_PRINT
 
 device		ahd
 options 	AHD_REG_PRETTY_PRINT
 
 device		amd
 device		hptiop
 device		isp
 device		mpt
 device		sym
 device		trm
 
 device		adv
 device		adw
 device		aic
 device		bt
 
 
 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		hptrr
 device		iir
 device		ips
 device		mly
 device		twa
 
 device		aac
 device		aacp
 device		ida
 device		mfi
 device		mlx
 device		twe
 
 device		atkbdc
 device		atkbd
 device		psm
 
 device		kbdmux
 
 device		vga
 options		VGA_WIDTH90
 options		SC_PIXEL_MODE
 options		SC_HISTORY_SIZE=2048
 
 device		splash
 
 device		sc
 
 
 device		cbb
 device		pccard
 device		cardbus
 
 device		sio
 device		uart
 
 device		ppc
 device		ppbus
 device		lpt
 device		plip
 device		ppi
 
 
 device		de
 device		em
 device		ixgb
 device		le
 device		txp
 device		vx
 
 device		miibus
 device		bce
 device		bfe
 device		bge
 device		dc
 device		fxp
 device		lge
 device		msk
 device		nfe
 device		nge
 device		pcn
 device		re
 device		rl
 device		sf
 device		sis
 device		sk
 device		ste
 device		ti
 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		wlan_scan_ap
 device		wlan_scan_sta
 device		an
 device		awi
 device		ral
 device		wi
 
 device		loop
 device		random
 device		ether
 device		sl
 device		ppp
 device		tun
 device		pty
 device		md
 device		gif
 device		faith
 device		firmware
 
 device		bpf
 
 device		uhci
 device		ohci
 device		ehci
 device		usb
 device		ugen
 device		uhid
 device		ukbd
 device		ulpt
 device		umass
 device		ums
 device		ural
 device		urio
 device		uscanner
 device		aue
 device		axe
 device		cdce
 device		cue
 device		kue
 device		rue
 
 device		firewire
 device		sbp
 device		fwe
 device		fwip
 device		dcons
 device		dcons_crom
 
 device		crypto
 device		cryptodev
 
 device iicbus
 device iicbb
 device iicsmb
 device          bktr
 options       BKTR_NEW_MSP34XX_DRIVER
 options       BROOKTREE_SYSTEM_DEFAULT=BROOKTREE_PAL
 options       OVERRIDE_CARD=2
 options       OVERRIDE_MSP=1



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806221000.m5MA0DU0030807>