Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hpcsh/conf Add (commented out) options BSDDISKLABEL...



details:   https://anonhg.NetBSD.org/src/rev/9ed26a57d0a3
branches:  trunk
changeset: 534346:9ed26a57d0a3
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Mon Jul 22 15:25:12 2002 +0000

description:
Add (commented out) options BSDDISKLABEL_EI.

diffstat:

 sys/arch/hpcsh/conf/GENERIC  |  5 ++++-
 sys/arch/hpcsh/conf/HPW650PA |  5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diffs (38 lines):

diff -r 4067aac11f88 -r 9ed26a57d0a3 sys/arch/hpcsh/conf/GENERIC
--- a/sys/arch/hpcsh/conf/GENERIC       Mon Jul 22 15:21:05 2002 +0000
+++ b/sys/arch/hpcsh/conf/GENERIC       Mon Jul 22 15:25:12 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.25 2002/06/17 05:14:11 lukem Exp $
+# $NetBSD: GENERIC,v 1.26 2002/07/22 15:25:12 tsutsui Exp $
 #
 # GENERIC machine description file
 # 
@@ -65,6 +65,9 @@
 #options       USERCONF                # userconf(4) support
 options                PIPE_SOCKETPAIR         # smaller, but slower pipe(2)
 
+# Compatibility options
+#options       BSDDISKLABEL_EI # endian independent disklabel support
+
 # Executable format options
 options        EXEC_COFF       # 32-bit COFF executables
 options        EXEC_ELF32      # 32-bit ELF executables
diff -r 4067aac11f88 -r 9ed26a57d0a3 sys/arch/hpcsh/conf/HPW650PA
--- a/sys/arch/hpcsh/conf/HPW650PA      Mon Jul 22 15:21:05 2002 +0000
+++ b/sys/arch/hpcsh/conf/HPW650PA      Mon Jul 22 15:25:12 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: HPW650PA,v 1.10 2002/06/17 05:14:12 lukem Exp $
+#      $NetBSD: HPW650PA,v 1.11 2002/07/22 15:25:13 tsutsui Exp $
 #
 #      HITACHI PERSONA HPW650PA
 #
@@ -29,6 +29,9 @@
 #options       USERCONF                # userconf(4) support
 options                PIPE_SOCKETPAIR         # smaller, but slower pipe(2)
 
+# Compatibility options
+#options       BSDDISKLABEL_EI # endian independent disklabel support
+
 # Executable format options
 options        EXEC_COFF       # 32-bit COFF executables
 options        EXEC_ELF32      # 32-bit ELF executables



Home | Main Index | Thread Index | Old Index