diff options
Diffstat (limited to 'sys/arch/sun3/conf')
-rw-r--r-- | sys/arch/sun3/conf/DISKLESS | 2 | ||||
-rw-r--r-- | sys/arch/sun3/conf/FOUR_TTYS | 2 | ||||
-rw-r--r-- | sys/arch/sun3/conf/GENERIC | 2 | ||||
-rw-r--r-- | sys/arch/sun3/conf/GENERIC_KGDB | 2 | ||||
-rw-r--r-- | sys/arch/sun3/conf/Makefile.sun3 | 2 | ||||
-rw-r--r-- | sys/arch/sun3/conf/RAMDISK | 2 | ||||
-rw-r--r-- | sys/arch/sun3/conf/SMD_TEST | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/sys/arch/sun3/conf/DISKLESS b/sys/arch/sun3/conf/DISKLESS index 48e021de254..263d7634919 100644 --- a/sys/arch/sun3/conf/DISKLESS +++ b/sys/arch/sun3/conf/DISKLESS @@ -56,7 +56,7 @@ options UCONSOLE # Allow non-root TIOCCONS #options EXEC_DEBUG #options DIAGNOSTIC -config netbsd root on nfs swap on nfs +config bsd root on nfs swap on nfs # # Serial ports diff --git a/sys/arch/sun3/conf/FOUR_TTYS b/sys/arch/sun3/conf/FOUR_TTYS index 456110d4862..52025702396 100644 --- a/sys/arch/sun3/conf/FOUR_TTYS +++ b/sys/arch/sun3/conf/FOUR_TTYS @@ -62,7 +62,7 @@ options PMAP_DEBUG options DIAGNOSTIC #options SCSIDEBUG -config netbsd swap generic +config bsd swap generic # # Serial ports diff --git a/sys/arch/sun3/conf/GENERIC b/sys/arch/sun3/conf/GENERIC index df10c60f77e..43ddc262554 100644 --- a/sys/arch/sun3/conf/GENERIC +++ b/sys/arch/sun3/conf/GENERIC @@ -62,7 +62,7 @@ options PMAP_DEBUG options DIAGNOSTIC #options SCSIDEBUG -config netbsd swap generic +config bsd swap generic # # Serial ports diff --git a/sys/arch/sun3/conf/GENERIC_KGDB b/sys/arch/sun3/conf/GENERIC_KGDB index e083844dc4a..268cbcbd0de 100644 --- a/sys/arch/sun3/conf/GENERIC_KGDB +++ b/sys/arch/sun3/conf/GENERIC_KGDB @@ -63,7 +63,7 @@ options DIAGNOSTIC #options SCSIDEBUG options NCR5380_DEBUG -config netbsd swap generic +config bsd swap generic # # Serial ports diff --git a/sys/arch/sun3/conf/Makefile.sun3 b/sys/arch/sun3/conf/Makefile.sun3 index eecbcb42fdf..a59fd9a88d3 100644 --- a/sys/arch/sun3/conf/Makefile.sun3 +++ b/sys/arch/sun3/conf/Makefile.sun3 @@ -124,7 +124,7 @@ newvers: ${SYSTEM_DEP} ${SYSTEM_SWAP_DEP} clean:: - rm -f eddep *netbsd netbsd.gdb tags *.[io] [a-z]*.s \ + rm -f eddep *bsd bsd.gdb tags *.[io] [a-z]*.s \ [Ee]rrs linterrs makelinks genassym genassym.o assym.h lint: diff --git a/sys/arch/sun3/conf/RAMDISK b/sys/arch/sun3/conf/RAMDISK index 435ec57f078..cd2cffeb47b 100644 --- a/sys/arch/sun3/conf/RAMDISK +++ b/sys/arch/sun3/conf/RAMDISK @@ -56,7 +56,7 @@ options DIAGNOSTIC # The config program assumes all devices have partions... # Is it OK to put swap on a non-existent partition? -config netbsd root on rd0a swap on rd0b +config bsd root on rd0a swap on rd0b # # Serial ports diff --git a/sys/arch/sun3/conf/SMD_TEST b/sys/arch/sun3/conf/SMD_TEST index 404e60e938d..a3587672ee1 100644 --- a/sys/arch/sun3/conf/SMD_TEST +++ b/sys/arch/sun3/conf/SMD_TEST @@ -62,7 +62,7 @@ options UCONSOLE # Allow non-root TIOCCONS options DIAGNOSTIC #options SCSIDEBUG -config netbsd swap generic +config bsd swap generic # # Serial ports |