Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hpcmips/conf configure controller 0 only (workaroun...



details:   https://anonhg.NetBSD.org/src/rev/d05837ff68d1
branches:  trunk
changeset: 483507:d05837ff68d1
user:      shin <shin%NetBSD.org@localhost>
date:      Sat Mar 11 08:51:55 2000 +0000

description:
configure controller 0 only (workaround for phantom PCIC).

diffstat:

 sys/arch/hpcmips/conf/GENERIC |  6 +++---
 sys/arch/hpcmips/conf/RAMDISK |  4 ++--
 sys/arch/hpcmips/conf/TX3922  |  4 +++-
 3 files changed, 8 insertions(+), 6 deletions(-)

diffs (65 lines):

diff -r 046d6f855b19 -r d05837ff68d1 sys/arch/hpcmips/conf/GENERIC
--- a/sys/arch/hpcmips/conf/GENERIC     Sat Mar 11 07:45:31 2000 +0000
+++ b/sys/arch/hpcmips/conf/GENERIC     Sat Mar 11 08:51:55 2000 +0000
@@ -2,11 +2,11 @@
 # Distribution kernel (any  model) kernel config file
 
 #
-#      $NetBSD: GENERIC,v 1.33 2000/03/08 14:53:33 takemura Exp $
+#      $NetBSD: GENERIC,v 1.34 2000/03/11 08:51:55 shin Exp $
 #
 include                "arch/hpcmips/conf/std.hpcmips"
 
-#ident                 "GENERIC-$Revision: 1.33 $"
+#ident                 "GENERIC-$Revision: 1.34 $"
 
 maxusers       8
 
@@ -264,7 +264,7 @@
 isa4   at vrisab4
 
 # PCMCIA bus support
-pcmcia*        at pcic? controller ? socket ?
+pcmcia*        at pcic? controller 0 socket ?
 
 # PCMCIA IDE disk
 wdc*   at pcmcia? function ?
diff -r 046d6f855b19 -r d05837ff68d1 sys/arch/hpcmips/conf/RAMDISK
--- a/sys/arch/hpcmips/conf/RAMDISK     Sat Mar 11 07:45:31 2000 +0000
+++ b/sys/arch/hpcmips/conf/RAMDISK     Sat Mar 11 08:51:55 2000 +0000
@@ -1,7 +1,7 @@
 #
 # kernel config file for memory(RAM) disk
 #
-#      $NetBSD: RAMDISK,v 1.12 2000/02/12 13:49:13 shin Exp $
+#      $NetBSD: RAMDISK,v 1.13 2000/03/11 08:51:55 shin Exp $
 #
 
 include                "arch/hpcmips/conf/GENERIC"
@@ -12,4 +12,4 @@
 options        MEMORY_DISK_HOOKS
 options        MEMORY_DISK_IS_ROOT     # force root on memory disk
 options        MEMORY_DISK_SERVER=0    # no userspace memory disk support
-options        MINIROOTSIZE=6144       # size of memory disk, in blocks
+options        MINIROOTSIZE=8192       # size of memory disk, in blocks
diff -r 046d6f855b19 -r d05837ff68d1 sys/arch/hpcmips/conf/TX3922
--- a/sys/arch/hpcmips/conf/TX3922      Sat Mar 11 07:45:31 2000 +0000
+++ b/sys/arch/hpcmips/conf/TX3922      Sat Mar 11 08:51:55 2000 +0000
@@ -2,7 +2,7 @@
 # Distribution kernel (TX3922 based model) kernel config file
 
 #
-#      $NetBSD: TX3922,v 1.7 2000/03/04 11:41:48 uch Exp $
+#      $NetBSD: TX3922,v 1.8 2000/03/11 08:51:55 shin Exp $
 #
 include                "arch/hpcmips/conf/std.hpcmips"
 
@@ -50,6 +50,8 @@
 
 options        NFSSERVER       # Sun NFS-compatible filesystem (server)
 
+options        NFS_BOOT_DHCP
+
 config         netbsd          root on ? type ?
 
 # Networking options



Home | Main Index | Thread Index | Old Index