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 enable KLOADER, PIPE_SOCKETPAIR



details:   https://anonhg.NetBSD.org/src/rev/abf3ad58bb28
branches:  trunk
changeset: 522112:abf3ad58bb28
user:      uch <uch%NetBSD.org@localhost>
date:      Mon Feb 11 17:18:35 2002 +0000

description:
enable KLOADER, PIPE_SOCKETPAIR

diffstat:

 sys/arch/hpcsh/conf/GENERIC    |  8 ++++++--
 sys/arch/hpcsh/conf/JORNADA690 |  9 +++++++--
 2 files changed, 13 insertions(+), 4 deletions(-)

diffs (59 lines):

diff -r 7caaf16922c7 -r abf3ad58bb28 sys/arch/hpcsh/conf/GENERIC
--- a/sys/arch/hpcsh/conf/GENERIC       Mon Feb 11 17:13:28 2002 +0000
+++ b/sys/arch/hpcsh/conf/GENERIC       Mon Feb 11 17:18:35 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.17 2002/02/01 17:52:55 uch Exp $
+# $NetBSD: GENERIC,v 1.18 2002/02/11 17:18:35 uch Exp $
 #
 # GENERIC machine description file
 # 
@@ -44,7 +44,7 @@
 
 #options       SCSIVERBOSE     # human readable SCSI error messages
 #options       PCMCIAVERBOSE   # verbose PCMCIA configuration messages
-#options       PIPE_SOCKETPAIR         # smaller, but slower pipe(2)
+options                PIPE_SOCKETPAIR         # smaller, but slower pipe(2)
 
 # Executable format options
 options        EXEC_COFF       # 32-bit COFF executables
@@ -114,6 +114,10 @@
 hd64461video*  at hd64461if0
 
 #
+# HITACHI PERSONA (HPW-50PAD, HPQ-650PA)
+#
+com*           at hd64461if?
+#
 # machine independent part
 #
 # PCMCIA bus support
diff -r 7caaf16922c7 -r abf3ad58bb28 sys/arch/hpcsh/conf/JORNADA690
--- a/sys/arch/hpcsh/conf/JORNADA690    Mon Feb 11 17:13:28 2002 +0000
+++ b/sys/arch/hpcsh/conf/JORNADA690    Mon Feb 11 17:18:35 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: JORNADA690,v 1.13 2002/01/27 13:23:17 jdolecek Exp $
+#      $NetBSD: JORNADA690,v 1.14 2002/02/11 17:18:35 uch Exp $
 #
 #      JORNADA690 uch's Jornada 690
 #
@@ -7,6 +7,8 @@
 
 maxusers       32                      # estimated number of users
 
+options        KLOADER_KERNEL_PATH="\"/netbsd\""
+
 options        SH7709A                 # 133MHz
 options        SH7709A_BROKEN_IPR
 options        PCLOCK=22000000         # 22MHz
@@ -16,7 +18,10 @@
 options        DEBUG                   # extra kernel debugging support
 options        KTRACE                  # system call tracing support
 options        MSGBUFSIZE=65534
-#options       PIPE_SOCKETPAIR         # smaller, but slower pipe(2)
+options                PIPE_SOCKETPAIR         # smaller, but slower pipe(2)
+
+# in-kernel bootloader
+options        KLOADER_KERNEL_PATH="\"/netbsd\""
 
 # Standard system options
 



Home | Main Index | Thread Index | Old Index