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



details:   https://anonhg.NetBSD.org/src/rev/208d392b158b
branches:  trunk
changeset: 485330:208d392b158b
user:      uch <uch%NetBSD.org@localhost>
date:      Tue Apr 25 06:20:14 2000 +0000

description:
remove COMPAT_386BSD_MBRPART
remove COMAPT_13, COMPAT_14. hpcmips appears NetBSD 1.5.

diffstat:

 sys/arch/hpcmips/conf/GENERIC |  7 +++----
 sys/arch/hpcmips/conf/TX3912  |  3 +--
 sys/arch/hpcmips/conf/TX3922  |  3 +--
 3 files changed, 5 insertions(+), 8 deletions(-)

diffs (67 lines):

diff -r cb66c65fff08 -r 208d392b158b sys/arch/hpcmips/conf/GENERIC
--- a/sys/arch/hpcmips/conf/GENERIC     Tue Apr 25 06:08:31 2000 +0000
+++ b/sys/arch/hpcmips/conf/GENERIC     Tue Apr 25 06:20:14 2000 +0000
@@ -2,11 +2,11 @@
 # Distribution kernel (any  model) kernel config file
 
 #
-#      $NetBSD: GENERIC,v 1.44 2000/04/19 06:50:31 itojun Exp $
+#      $NetBSD: GENERIC,v 1.45 2000/04/25 06:20:14 uch Exp $
 #
 include                "arch/hpcmips/conf/std.hpcmips"
 
-#ident                 "GENERIC-$Revision: 1.44 $"
+#ident                 "GENERIC-$Revision: 1.45 $"
 
 maxusers       8
 
@@ -92,8 +92,7 @@
 #options       CCITT,LLC,HDLC  # X.25
 
 # NetBSD backwards compatibility
-options        COMPAT_43, COMPAT_13, COMPAT_14
-options        COMPAT_386BSD_MBRPART # recognize old partition ID
+options        COMPAT_43
 
 options        NFS_BOOT_DHCP
 
diff -r cb66c65fff08 -r 208d392b158b sys/arch/hpcmips/conf/TX3912
--- a/sys/arch/hpcmips/conf/TX3912      Tue Apr 25 06:08:31 2000 +0000
+++ b/sys/arch/hpcmips/conf/TX3912      Tue Apr 25 06:20:14 2000 +0000
@@ -2,7 +2,7 @@
 # Distribution kernel (TX3912 based model) kernel config file
 
 #
-#      $NetBSD: TX3912,v 1.16 2000/04/24 12:59:43 uch Exp $
+#      $NetBSD: TX3912,v 1.17 2000/04/25 06:20:14 uch Exp $
 #
 include                "arch/hpcmips/conf/std.hpcmips"
 
@@ -47,7 +47,6 @@
 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 cb66c65fff08 -r 208d392b158b sys/arch/hpcmips/conf/TX3922
--- a/sys/arch/hpcmips/conf/TX3922      Tue Apr 25 06:08:31 2000 +0000
+++ b/sys/arch/hpcmips/conf/TX3922      Tue Apr 25 06:20:14 2000 +0000
@@ -1,7 +1,7 @@
 #
 # Distribution kernel (TX3922 based model) kernel config file
 #
-#      $NetBSD: TX3922,v 1.15 2000/04/24 12:59:43 uch Exp $
+#      $NetBSD: TX3922,v 1.16 2000/04/25 06:20:14 uch Exp $
 #
 include                "arch/hpcmips/conf/std.hpcmips"
 
@@ -34,7 +34,6 @@
 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