Date: Mon, 3 Apr 2006 07:31:56 GMT From: Kip Macy <kmacy@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 94520 for review Message-ID: <200604030731.k337VuXb058848@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=94520 Change 94520 by kmacy@kmacy_storage:sun4v_work on 2006/04/03 07:29:50 update current options Affected files ... .. //depot/projects/kmacy_sun4v/src/sys/sun4v/conf/GENERIC#8 edit Differences ... ==== //depot/projects/kmacy_sun4v/src/sys/sun4v/conf/GENERIC#8 (text+ko) ==== @@ -62,8 +62,9 @@ # Debugging for use in -current options KDB # Enable kernel debugger support. -#options DDB # Support DDB. -options GDB # Support remote GDB. +options KDB_TRACE +options DDB # Support DDB. +#options GDB # Support remote GDB. options INVARIANTS # Enable calls of extra sanity checking options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS #options WITNESS # Enable checks to detect deadlocks and cycles @@ -72,8 +73,10 @@ # To make an SMP kernel, the next line is needed #options SMP # Symmetric MultiProcessor Kernel +# Standard busses device pci + # Floppy drives #device fdc @@ -194,7 +197,6 @@ #device sbp # SCSI over FireWire (Requires scbus and da) #device fwe # Ethernet over FireWire (non-standard!) -options SIMULATOR # compile for ISA simulator +#options SIMULATOR # compile for ISA simulator #options KTR #options KTR_MASK=(KTR_TRAP) -#options DDB
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604030731.k337VuXb058848>