Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 May 2002 10:44:37 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 10700 for review
Message-ID:  <200205021744.g42Hib371380@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=10700

Change 10700 by rwatson@rwatson_tislabs on 2002/05/02 10:43:48

	Sync MAC to recent GENERIC updates.

Affected files ...

... //depot/projects/trustedbsd/mac/sys/i386/conf/MAC#27 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/i386/conf/MAC#27 (text+ko) ====

@@ -15,7 +15,7 @@
 # device lines is also present in the NOTES configuration file. If you are
 # in doubt as to the purpose or necessity of a line, check first in NOTES.
 #
-# $FreeBSD: src/sys/i386/conf/GENERIC,v 1.338 2002/04/09 11:18:38 phk Exp $
+# $FreeBSD: src/sys/i386/conf/GENERIC,v 1.340 2002/04/27 01:31:16 scottl Exp $
 
 machine		i386
 cpu		I486_CPU
@@ -60,7 +60,7 @@
 options 	DDB			#Enable the kernel debugger
 options 	INVARIANTS		#Enable calls of extra sanity checking
 options 	INVARIANT_SUPPORT	#Extra sanity checks of internal structures, required by INVARIANTS
-options 	WITNESS			#Enable mutex checks to detects deadlocks and cycles
+options 	WITNESS			#Enable checks to detects deadlocks and cycles
 options 	WITNESS_SKIPSPIN	#Don't run witness on spinlocks for speed
 options 	ALT_BREAK_TO_DEBUGGER
 
@@ -120,6 +120,7 @@
 
 # RAID controllers
 device		aac		# Adaptec FSA RAID
+device		aacp		# SCSI passthrough for aac (requires CAM)
 device		amr		# AMI MegaRAID
 device		ida		# Compaq Smart RAID
 device		mlx		# Mylex DAC960 family

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




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