Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src Pullup from the trunk; approved by thorpej.
details: https://anonhg.NetBSD.org/src/rev/f57bfd32df53
branches: netbsd-1-5
changeset: 489460:f57bfd32df53
user: minoura <minoura%NetBSD.org@localhost>
date: Thu Sep 14 14:09:02 2000 +0000
description:
Pullup from the trunk; approved by thorpej.
> From: Minoura Makoto <minoura%netbsd.org@localhost>
> Subject: CVS commit: syssrc
> To: source-changes%netbsd.org@localhost
> Date: Tue, 12 Sep 2000 18:00:07 +0300 (EEST)
> Reply-To: minoura%netbsd.org@localhost
>
>
> Module Name: syssrc
> Committed By: minoura
> Date: Tue Sep 12 15:00:07 UTC 2000
>
> Modified Files:
> basesrc/etc/etc.x68k: MAKEDEV
> syssrc/sys/arch/x68k/conf: INSTALL INSTALL_SMALL
>
> Log Message:
> Enable sram device, which is used by memswitch(8).
>
>
> To generate a diff of this commit:
> cvs rdiff -r1.28 -r1.29 basesrc/etc/etc.x68k/MAKEDEV
> cvs rdiff -r1.29 -r1.30 syssrc/sys/arch/x68k/conf/INSTALL
> cvs rdiff -r1.4 -r1.5 syssrc/sys/arch/x68k/conf/INSTALL_SMALL
>
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.
diffstat:
etc/etc.x68k/MAKEDEV | 4 ++--
sys/arch/x68k/conf/INSTALL | 6 +++---
sys/arch/x68k/conf/INSTALL_SMALL | 6 +++---
3 files changed, 8 insertions(+), 8 deletions(-)
diffs (74 lines):
diff -r 88f85e0cded0 -r f57bfd32df53 etc/etc.x68k/MAKEDEV
--- a/etc/etc.x68k/MAKEDEV Thu Sep 14 13:43:26 2000 +0000
+++ b/etc/etc.x68k/MAKEDEV Thu Sep 14 14:09:02 2000 +0000
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $NetBSD: MAKEDEV,v 1.27.4.1 2000/08/11 20:43:41 mason Exp $
+# $NetBSD: MAKEDEV,v 1.27.4.2 2000/09/14 14:09:02 minoura Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@@ -122,7 +122,7 @@
;;
ramdisk)
- sh $0 floppy md0
+ sh $0 floppy md0 sram
;;
std)
diff -r 88f85e0cded0 -r f57bfd32df53 sys/arch/x68k/conf/INSTALL
--- a/sys/arch/x68k/conf/INSTALL Thu Sep 14 13:43:26 2000 +0000
+++ b/sys/arch/x68k/conf/INSTALL Thu Sep 14 14:09:02 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.26 2000/06/18 10:30:35 minoura Exp $
+# $NetBSD: INSTALL,v 1.26.2.1 2000/09/14 14:09:03 minoura Exp $
#
# INSTALL -- installation kernel.
@@ -6,7 +6,7 @@
include "arch/x68k/conf/std.x68k"
-#ident "INSTALL-$Revision: 1.26 $"
+#ident "INSTALL-$Revision: 1.26.2.1 $"
maxusers 8
@@ -241,7 +241,7 @@
#zstty5 at zsc2 channel 1
#par0 at intio0 addr 0xe8c000 # Builtin printer port
-#pseudo-device sram # battery-backuped static RAM
+pseudo-device sram # battery-backuped static RAM
#pseudo-device bell # OPM bell
#xcom0 at mainbus0 # NS16550 fast serial
diff -r 88f85e0cded0 -r f57bfd32df53 sys/arch/x68k/conf/INSTALL_SMALL
--- a/sys/arch/x68k/conf/INSTALL_SMALL Thu Sep 14 13:43:26 2000 +0000
+++ b/sys/arch/x68k/conf/INSTALL_SMALL Thu Sep 14 14:09:02 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL_SMALL,v 1.4 2000/06/14 22:02:43 veego Exp $
+# $NetBSD: INSTALL_SMALL,v 1.4.2.1 2000/09/14 14:09:03 minoura Exp $
#
# INSTALL_SMALL -- `small' installation kernel.
@@ -6,7 +6,7 @@
include "arch/x68k/conf/std.x68k"
-#ident "INSTALL_SMALL-$Revision: 1.4 $"
+#ident "INSTALL_SMALL-$Revision: 1.4.2.1 $"
maxusers 8
@@ -242,7 +242,7 @@
#zstty5 at zsc2 channel 1
#par0 at intio0 addr 0xe8c000 # Builtin printer port
-#pseudo-device sram # battery-backuped static RAM
+pseudo-device sram # battery-backuped static RAM
#pseudo-device bell # OPM bell
#xcom0 at mainbus0 # NS16550 fast serial
Home |
Main Index |
Thread Index |
Old Index