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 add COMPAT_386BSD_MBRPART



details:   https://anonhg.NetBSD.org/src/rev/e5c97ed71626
branches:  trunk
changeset: 485294:e5c97ed71626
user:      uch <uch%NetBSD.org@localhost>
date:      Mon Apr 24 12:59:43 2000 +0000

description:
add COMPAT_386BSD_MBRPART

diffstat:

 sys/arch/hpcmips/conf/TX3912 |  3 ++-
 sys/arch/hpcmips/conf/TX3922 |  4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (41 lines):

diff -r fb6158e0fb94 -r e5c97ed71626 sys/arch/hpcmips/conf/TX3912
--- a/sys/arch/hpcmips/conf/TX3912      Mon Apr 24 12:58:32 2000 +0000
+++ b/sys/arch/hpcmips/conf/TX3912      Mon Apr 24 12:59:43 2000 +0000
@@ -2,7 +2,7 @@
 # Distribution kernel (TX3912 based model) kernel config file
 
 #
-#      $NetBSD: TX3912,v 1.15 2000/04/09 14:14:50 uch Exp $
+#      $NetBSD: TX3912,v 1.16 2000/04/24 12:59:43 uch Exp $
 #
 include                "arch/hpcmips/conf/std.hpcmips"
 
@@ -47,6 +47,7 @@
 options        PPP_DEFLATE     # Deflate compression support for PPP
 options        PPP_FILTER      # Active filter support for PPP (requires bpf)
 
+options        COMPAT_386BSD_MBRPART # recognize old partition ID
 options        COMPAT_43
 
 options        SCSIVERBOSE     # human readable SCSI error messages
diff -r fb6158e0fb94 -r e5c97ed71626 sys/arch/hpcmips/conf/TX3922
--- a/sys/arch/hpcmips/conf/TX3922      Mon Apr 24 12:58:32 2000 +0000
+++ b/sys/arch/hpcmips/conf/TX3922      Mon Apr 24 12:59:43 2000 +0000
@@ -1,8 +1,7 @@
 #
 # Distribution kernel (TX3922 based model) kernel config file
-
 #
-#      $NetBSD: TX3922,v 1.14 2000/04/10 17:44:06 uch Exp $
+#      $NetBSD: TX3922,v 1.15 2000/04/24 12:59:43 uch Exp $
 #
 include                "arch/hpcmips/conf/std.hpcmips"
 
@@ -35,6 +34,7 @@
 options        __NO_SOFT_SERIAL_INTERRUPT
 options        SERIALCONSSLOT=0        # UARTA 0, UARTB 1
 
+options        COMPAT_386BSD_MBRPART # recognize old partition ID
 options        COMPAT_43
 
 options        SCSIVERBOSE     # human readable SCSI error messages



Home | Main Index | Thread Index | Old Index