From owner-p4-projects@FreeBSD.ORG Sun Jul 27 06:32:46 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id BDC5C37B404; Sun, 27 Jul 2003 06:32:45 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C05637B401 for ; Sun, 27 Jul 2003 06:32:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 093A143FA3 for ; Sun, 27 Jul 2003 06:32:45 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6RDWi0U092210 for ; Sun, 27 Jul 2003 06:32:44 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6RDWi7T092207 for perforce@freebsd.org; Sun, 27 Jul 2003 06:32:44 -0700 (PDT) Date: Sun, 27 Jul 2003 06:32:44 -0700 (PDT) Message-Id: <200307271332.h6RDWi7T092207@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Subject: PERFORCE change 35081 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jul 2003 13:32:46 -0000 http://perforce.freebsd.org/chv.cgi?CH=35081 Change 35081 by rwatson@rwatson_tislabs on 2003/07/27 06:31:46 Manually integrate comment changes to MAC kernel configuration from GENERIC. Affected files ... .. //depot/projects/trustedbsd/mac/sys/i386/conf/MAC#46 edit Differences ... ==== //depot/projects/trustedbsd/mac/sys/i386/conf/MAC#46 (text+ko) ==== @@ -16,7 +16,7 @@ # 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.384 2003/05/18 20:39:15 ru Exp $ +# $FreeBSD: src/sys/i386/conf/GENERIC,v 1.386 2003/06/08 02:03:01 jmallett Exp $ machine i386 cpu I486_CPU @@ -44,7 +44,7 @@ options UFS_DIRHASH #Improve performance on big directories options MD_ROOT #MD is a potential root device options NFSCLIENT #Network Filesystem Client -options NFS_ROOT #NFS usable as root device, requires NFSCLIENT +options NFS_ROOT #NFS usable as /, requires NFSCLIENT options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem options PROCFS #Process filesystem (requires PSEUDOFS) @@ -120,7 +120,7 @@ device mly # Mylex AcceleRAID/eXtremeRAID # SCSI peripherals -device scbus # SCSI bus (required) +device scbus # SCSI bus (required for SCSI) device ch # SCSI media changers device da # Direct Access (disks) device sa # Sequential Access (tape etc)