diff --git a/sys/arch/sun3/conf/GENERIC3X b/sys/arch/sun3/conf/GENERIC3X index 9b16fb028c9e..8af1e8bee56f 100644 --- a/sys/arch/sun3/conf/GENERIC3X +++ b/sys/arch/sun3/conf/GENERIC3X @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC3X,v 1.12 1997/10/16 17:20:41 gwr Exp $ +# $NetBSD: GENERIC3X,v 1.13 1997/10/17 02:55:40 gwr Exp $ # GENERIC Sun3x (3/80, 3/470) # Supports root on: le0, sd* @@ -39,6 +39,8 @@ options DDB # Compatability options options COMPAT_SUNOS # can run SunOS 4.1.1 executables options COMPAT_43 # and 4.3BSD and ... +options COMPAT_10 # NetBSD 1.0 +options COMPAT_11 # NetBSD 1.1 options COMPAT_12 # NetBSD 1.2 # Filesystem options diff --git a/sys/arch/sun3/conf/KGDB3X b/sys/arch/sun3/conf/KGDB3X index 17c31653a102..2b15fc3d87f3 100644 --- a/sys/arch/sun3/conf/KGDB3X +++ b/sys/arch/sun3/conf/KGDB3X @@ -1,4 +1,4 @@ -# $NetBSD: KGDB3X,v 1.12 1997/10/16 17:20:41 gwr Exp $ +# $NetBSD: KGDB3X,v 1.13 1997/10/17 02:55:40 gwr Exp $ # GENERIC Sun3x (3/80, 3/470) # Supports root on: le0, sd* @@ -39,6 +39,8 @@ options DDB # Compatability options options COMPAT_SUNOS # can run SunOS 4.1.1 executables options COMPAT_43 # and 4.3BSD and ... +options COMPAT_10 # NetBSD 1.0 +options COMPAT_11 # NetBSD 1.1 options COMPAT_12 # NetBSD 1.2 # Filesystem options diff --git a/sys/arch/sun3x/conf/GENERIC b/sys/arch/sun3x/conf/GENERIC index 2714c91872eb..8dff691dc035 100644 --- a/sys/arch/sun3x/conf/GENERIC +++ b/sys/arch/sun3x/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.12 1997/10/16 17:20:41 gwr Exp $ +# $NetBSD: GENERIC,v 1.13 1997/10/17 02:55:40 gwr Exp $ # GENERIC Sun3x (3/80, 3/470) # Supports root on: le0, sd* @@ -39,6 +39,8 @@ options DDB # Compatability options options COMPAT_SUNOS # can run SunOS 4.1.1 executables options COMPAT_43 # and 4.3BSD and ... +options COMPAT_10 # NetBSD 1.0 +options COMPAT_11 # NetBSD 1.1 options COMPAT_12 # NetBSD 1.2 # Filesystem options