diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-11-17 23:25:32 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-11-17 23:25:32 +0000 |
commit | 25926a816cedb60b5957f841d8e91dea93e95430 (patch) | |
tree | a53c5f72476e1fdb1fa311348bf9c39107417df2 /sys/arch | |
parent | db352d98eed26fcd50bd0ec867ff8774aedb55ea (diff) |
kernel is called bsd
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/i386/conf/GENERICADP | 2 | ||||
-rw-r--r-- | sys/arch/i386/conf/GENERICOTHER | 2 | ||||
-rw-r--r-- | sys/arch/i386/conf/INSTADP | 2 | ||||
-rw-r--r-- | sys/arch/i386/conf/INSTOTHER | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/i386/conf/GENERICADP b/sys/arch/i386/conf/GENERICADP index 78e503c5adb..57e61050347 100644 --- a/sys/arch/i386/conf/GENERICADP +++ b/sys/arch/i386/conf/GENERICADP @@ -74,7 +74,7 @@ options ISO,TPIP # OSI options EON # OSI tunneling over IP options CCITT,LLC,HDLC # X.25 -config netbsd swap generic +config bsd swap generic options GENERIC isa0 at root diff --git a/sys/arch/i386/conf/GENERICOTHER b/sys/arch/i386/conf/GENERICOTHER index 6c16ad71e1a..18424ab7abe 100644 --- a/sys/arch/i386/conf/GENERICOTHER +++ b/sys/arch/i386/conf/GENERICOTHER @@ -74,7 +74,7 @@ options ISO,TPIP # OSI options EON # OSI tunneling over IP options CCITT,LLC,HDLC # X.25 -config netbsd swap generic +config bsd swap generic options GENERIC isa0 at root diff --git a/sys/arch/i386/conf/INSTADP b/sys/arch/i386/conf/INSTADP index 50dc61ca4dc..08333bc9127 100644 --- a/sys/arch/i386/conf/INSTADP +++ b/sys/arch/i386/conf/INSTADP @@ -45,7 +45,7 @@ options KERNFS # /kern options INET # IP + ICMP + TCP + UDP -config netbsd swap generic +config bsd swap generic options GENERIC isa0 at root diff --git a/sys/arch/i386/conf/INSTOTHER b/sys/arch/i386/conf/INSTOTHER index 30e4b81c719..d44a33bd842 100644 --- a/sys/arch/i386/conf/INSTOTHER +++ b/sys/arch/i386/conf/INSTOTHER @@ -45,7 +45,7 @@ options KERNFS # /kern options INET # IP + ICMP + TCP + UDP -config netbsd swap generic +config bsd swap generic options GENERIC isa0 at root |