Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sgimips/conf include GENERIC, set TEXTADDR right



details:   https://anonhg.NetBSD.org/src/rev/440e12eb31f5
branches:  trunk
changeset: 526950:440e12eb31f5
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue May 14 15:42:25 2002 +0000

description:
include GENERIC, set TEXTADDR right

diffstat:

 sys/arch/sgimips/conf/GENERIC_INDY |  95 +------------------------------------
 1 files changed, 3 insertions(+), 92 deletions(-)

diffs (103 lines):

diff -r 7b35c3a17f40 -r 440e12eb31f5 sys/arch/sgimips/conf/GENERIC_INDY
--- a/sys/arch/sgimips/conf/GENERIC_INDY        Tue May 14 15:38:43 2002 +0000
+++ b/sys/arch/sgimips/conf/GENERIC_INDY        Tue May 14 15:42:25 2002 +0000
@@ -1,96 +1,7 @@
-#      $NetBSD: GENERIC_INDY,v 1.5 2002/05/13 01:26:27 soren Exp $
+#      $NetBSD: GENERIC_INDY,v 1.6 2002/05/14 15:42:25 pooka Exp $
 #
 # Indy
 
-include                "arch/sgimips/conf/std.sgimips"
-
-#options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
-
-# XXX _LOW _HOW og/eller TEXTADDR
-
-#makeoptions   TEXTADDR=0x80069000     # O2
-makeoptions    TEXTADDR=0x88069000     # Indy
-#makeoptions   TEXTADDR=0x8001c000     # IP27
-#makeoptions   TEXTADDR=0x80300000     # IP27 Symmon
-
-maxusers       32
-
-#options       SYSCALL_DEBUG
-#options       PARANOIADIAG
-
-#options       PCI_CONFIG_DUMP
-
-options        SCSI_DELAY=0
-
-options        IP32                    # this is required for an O2
-
-#options       MIPS1
-options        MIPS3
-options        MIPS3_L2CACHE_ABSENT
-#options       MIPS3_L2CACHE_PRESENT
-options        MIPS3_5200              # XXX
-
-#options       MEMORY_DISK_HOOKS
-#options       MEMORY_DISK_IS_ROOT
-#options       MEMORY_DISK_SERVER=0
-#options       MEMORY_DISK_ROOT_SIZE=8192
-
-options        KTRACE
-#options       USERCONF        # userconf(4) support
-#options       PIPE_SOCKETPAIR         # smaller, but slower pipe(2)
-
-options        DDB
-options        DDB_HISTORY_SIZE=100
-options        DEBUG
-options        DIAGNOSTIC
-#makeoptions   DEBUG="-g"
-
-#options       EXEC_ECOFF
+include                "arch/sgimips/conf/GENERIC"
 
-file-system    FFS
-file-system    NFS
-file-system    MFS
-#file-system   KERNFS
-#file-system   PROCFS
-
-options        SOFTDEP
-
-options        FFS_EI
-
-options        INET
-
-options        SCSIVERBOSE
-
-options        NFS_BOOT_DHCP
-#options       NFS_BOOT_BOOTPARAM
-
-config         netbsd          root on ? type ?
-
-mainbus0       at root
-cpu0           at mainbus0
-
-# Indy
-imc0           at mainbus0 addr 0x1fa00000
-gio0           at imc0
-eisa0          at imc0
-
-hpc0           at gio? addr 0x1fb80000
-hpc1           at gio? addr 0x1fb00000
-hpc2           at gio? addr 0x1f980000
-sq0            at hpc0 # net 0
-sbic0          at hpc0 # hd 0
-sbic1          at hpc0 # hd 1
-
-zsc*           at hpc0 # pbus0 device ?
-zstty*         at zsc? channel ?
-
-pbus0          at hpc0
-
-pckbc0         at pbus0 device ?
-
-pseudo-device  loop
-pseudo-device  pty
-pseudo-device  bpfilter        8
-pseudo-device  vnd             4
-#pseudo-device md              1
-pseudo-device  rnd
+makeoptions    TEXTADDR=0x88069000     # Indy



Home | Main Index | Thread Index | Old Index