summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-24 16:39:59 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-24 16:39:59 +0000
commite10aa427ad2c6d1aca14df3abb1526149fd8ad39 (patch)
treef9307f827d86bc47954c7037cf6698f1ff45e6d8
parent48b0aef5c9a62bbea8e7c45b3d240ae272021ff4 (diff)
kernel is /bsd
-rw-r--r--sys/arch/alpha/conf/ALPHA6
-rw-r--r--sys/arch/alpha/conf/BUNNY2
-rw-r--r--sys/arch/alpha/conf/GENERIC6
-rw-r--r--sys/arch/alpha/conf/JURA2
-rw-r--r--sys/arch/alpha/conf/Makefile.alpha2
-rw-r--r--sys/arch/alpha/conf/NOSY2
6 files changed, 10 insertions, 10 deletions
diff --git a/sys/arch/alpha/conf/ALPHA b/sys/arch/alpha/conf/ALPHA
index 7bbfb44cfae..6084c14ce46 100644
--- a/sys/arch/alpha/conf/ALPHA
+++ b/sys/arch/alpha/conf/ALPHA
@@ -82,9 +82,9 @@ options LKM
# Misc. options
options PCIVERBOSE # recognize "unknown" PCI devices
-config netbsd swap generic
-#config netbsd root on sd0 swap on sd0
-#config netbsd root nfs swap nfs
+config bsd swap generic
+#config bsd root on sd0 swap on sd0
+#config bsd root nfs swap nfs
mainbus0 at root
cpu* at mainbus0
diff --git a/sys/arch/alpha/conf/BUNNY b/sys/arch/alpha/conf/BUNNY
index 61a913773a8..0f1597e0e9a 100644
--- a/sys/arch/alpha/conf/BUNNY
+++ b/sys/arch/alpha/conf/BUNNY
@@ -51,7 +51,7 @@ options LKM
# Misc. options
options PCIVERBOSE # recognize "unknown" PCI devices
-config netbsd swap generic
+config bsd swap generic
mainbus0 at root
cpu* at mainbus0
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC
index efd66410efd..81fad6e0f87 100644
--- a/sys/arch/alpha/conf/GENERIC
+++ b/sys/arch/alpha/conf/GENERIC
@@ -53,9 +53,9 @@ options LKM
# Misc. options
options PCIVERBOSE # recognize "unknown" PCI devices
-config netbsd swap generic
-#config netbsd root on sd0 swap on sd0
-#config netbsd root nfs swap nfs
+config bsd swap generic
+#config bsd root on sd0 swap on sd0
+#config bsd root nfs swap nfs
mainbus0 at root
cpu* at mainbus0
diff --git a/sys/arch/alpha/conf/JURA b/sys/arch/alpha/conf/JURA
index b1b6db317b3..a345f1aa7d7 100644
--- a/sys/arch/alpha/conf/JURA
+++ b/sys/arch/alpha/conf/JURA
@@ -42,7 +42,7 @@ options COMPAT_11
# Loadable Kernel Modules
options LKM
-config netbsd root on nfs swap on nfs
+config bsd root on nfs swap on nfs
mainbus0 at root
diff --git a/sys/arch/alpha/conf/Makefile.alpha b/sys/arch/alpha/conf/Makefile.alpha
index 51acb060228..26fb6ddce30 100644
--- a/sys/arch/alpha/conf/Makefile.alpha
+++ b/sys/arch/alpha/conf/Makefile.alpha
@@ -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 netbsd.gdb tags *.[io] [a-z]*.s \
[Ee]rrs linterrs makelinks genassym genassym.o assym.h
lint:
diff --git a/sys/arch/alpha/conf/NOSY b/sys/arch/alpha/conf/NOSY
index bfd0d654f4c..aa754868069 100644
--- a/sys/arch/alpha/conf/NOSY
+++ b/sys/arch/alpha/conf/NOSY
@@ -47,7 +47,7 @@ options LKM
# Disable kernel security.
options INSECURE
-config netbsd swap generic
+config bsd swap generic
mainbus0 at root
cpu* at mainbus0