Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jun 2000 12:06:31 -0700 (PDT)
From:      Matthew Jacob <mjacob@feral.com>
To:        alpha@FreeBSD.ORG
Subject:   update on: Re: new cleverness?
Message-ID:  <Pine.BSF.4.05.10006131205040.2214-100000@semuta.feral.com>
In-Reply-To: <20000613080637.A9996@freebie.wbnet>

next in thread | previous in thread | raw e-mail | index | archive | help

Actually, as best as I can tell (after fooling myself by copying a new kernel
over the old one by mistake.. *cough*), the following diffs in the config file
produced a kernel that caused the 'halt':

--- GENERIC	Thu Jun  8 11:33:04 2000
+++ MJDEV	Mon Jun 12 20:24:15 2000
@@ -49,15 +49,11 @@
 options 	FFS			#Berkeley Fast Filesystem
 options 	FFS_ROOT		#FFS usable as root device [keep this!]
 options 	MFS			#Memory Filesystem
-options 	MD_ROOT			#MD is a potential root device
 options 	NFS			#Network Filesystem
-options 	NFS_ROOT		#NFS usable as root device
 options 	MSDOSFS			#MSDOS Filesystem
 options 	CD9660			#ISO 9660 Filesystem
-options 	CD9660_ROOT		#CD-ROM usable as root device
 options 	PROCFS			#Process filesystem
 options 	COMPAT_43		#Compatible with BSD 4.3 [KEEP THIS!]
-options 	SCSI_DELAY=15000	#Delay (in ms) before probing SCSI 
 options 	UCONSOLE		#Allow users to grab the console
 options 	KTRACE			#ktrace(1) syscall trace support
 options 	SYSVSHM			#SYSV-style shared memory
@@ -171,3 +167,22 @@
 device		aue		# ADMtek USB ethernet
 device		cue		# CATC USB ethernet
 device		kue		# Kawasaki LSI USB ethernet
+#
+device		pt
+device		ses
+device		ch
+device		targ
+device		targbh
+options		SOFTUPDATES
+options         GDB_REMOTE_CHAT 
+options         INVARIANTS
+options         INVARIANT_SUPPORT
+options         DIAGNOSTIC
+options		ISP_COMPILE_FW
+options		SCSI_ISP_FABRIC
+options		SCSI_ISP_PREFER_MEM_MAP=1
+options		CAMDEBUG
+makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
+options		DDB
+options		BREAK_TO_DEBUGGER
+options		MSGBUF_SIZE=40960



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-alpha" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.10006131205040.2214-100000>