Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Apr 2003 17:22:06 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 30200 for review
Message-ID:  <200305010022.h410M6Lo020518@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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; }



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