From owner-p4-projects@FreeBSD.ORG Wed Apr 30 17:22:08 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id F3BE837B404; Wed, 30 Apr 2003 17:22:07 -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 A388B37B401 for ; Wed, 30 Apr 2003 17:22:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EC2543F85 for ; Wed, 30 Apr 2003 17:22:07 -0700 (PDT) (envelope-from peter@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h410M70U020526 for ; Wed, 30 Apr 2003 17:22:07 -0700 (PDT) (envelope-from peter@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h410M6Lo020518 for perforce@freebsd.org; Wed, 30 Apr 2003 17:22:06 -0700 (PDT) Date: Wed, 30 Apr 2003 17:22:06 -0700 (PDT) Message-Id: <200305010022.h410M6Lo020518@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to peter@freebsd.org using -f From: Peter Wemm To: Perforce Change Reviews Subject: PERFORCE change 30200 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: Thu, 01 May 2003 00:22:08 -0000 http://perforce.freebsd.org/chv.cgi?CH=30200 Change 30200 by peter@peter_daintree on 2003/04/30 17:21:26 sync rcsid's (and a cosmetic s/i386/amd64/) Affected files ... .. //depot/projects/hammer/sys/amd64/conf/GENERIC#3 edit .. //depot/projects/hammer/sys/amd64/conf/GENERIC.hints#4 edit .. //depot/projects/hammer/sys/amd64/conf/Makefile#4 edit .. //depot/projects/hammer/sys/amd64/conf/gethints.awk#4 edit Differences ... ==== //depot/projects/hammer/sys/amd64/conf/GENERIC#3 (text+ko) ==== @@ -1,5 +1,5 @@ # ex:ts=8 -# GENERIC -- Generic kernel configuration file for FreeBSD/i386 +# GENERIC -- Generic kernel configuration file for FreeBSD/amd64 # # For more information on this file, please read the handbook section on # Kernel Configuration Files: @@ -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.382 2003/04/21 16:44:04 simokawa Exp $ +# $FreeBSD: src/sys/amd64/conf/GENERIC,v 1.382 2003/04/21 16:44:04 simokawa Exp $ machine amd64 cpu HAMMER ==== //depot/projects/hammer/sys/amd64/conf/GENERIC.hints#4 (text+ko) ==== @@ -1,4 +1,4 @@ -# $FreeBSD: src/sys/i386/conf/GENERIC.hints,v 1.11 2002/12/05 22:49:47 jhb Exp $ +# $FreeBSD: src/sys/amd64/conf/GENERIC.hints,v 1.11 2002/12/05 22:49:47 jhb Exp $ hint.fdc.0.at="isa" hint.fdc.0.port="0x3F0" hint.fdc.0.irq="6" ==== //depot/projects/hammer/sys/amd64/conf/Makefile#4 (text+ko) ==== @@ -1,3 +1,3 @@ -# $FreeBSD: src/sys/i386/conf/Makefile,v 1.9 2003/02/26 23:36:58 ru Exp $ +# $FreeBSD: src/sys/amd64/conf/Makefile,v 1.9 2003/02/26 23:36:58 ru Exp $ .include "${.CURDIR}/../../conf/makeLINT.mk" ==== //depot/projects/hammer/sys/amd64/conf/gethints.awk#4 (text+ko) ==== @@ -6,7 +6,7 @@ # 'hints' directive. See how GENERIC and GENERIC.hints fit together for # a static example. You should use loader(8) if at all possible. # -# $FreeBSD: src/sys/i386/conf/gethints.awk,v 1.2 2002/07/26 03:52:30 peter Exp $ +# $FreeBSD: src/sys/amd64/conf/gethints.awk,v 1.2 2002/07/26 03:52:30 peter Exp $ # skip commented lines, empty lines and not "device" lines /^[ \t]*#/ || /^[ \t]*$/ || !/[ \t]*device/ { next; }