summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1995-12-24 08:11:46 +0000
committerdg <dg@FreeBSD.org>1995-12-24 08:11:46 +0000
commit2f09ba0ba3f9a0b9733b91e7d7258a5943945967 (patch)
tree995f30b5f4df8f33d6de2710386ca6a7bb49f93e /sys
parent86c06a33bbd0e32af5fe2e3e99d092f5cf3b66cb (diff)
downloadFreeBSD-src-2f09ba0ba3f9a0b9733b91e7d7258a5943945967.zip
FreeBSD-src-2f09ba0ba3f9a0b9733b91e7d7258a5943945967.tar.gz
Added I686_CPU.
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/conf/GENERIC3
-rw-r--r--sys/conf/NOTES3
-rw-r--r--sys/i386/conf/GENERIC3
-rw-r--r--sys/i386/conf/LINT3
-rw-r--r--sys/i386/conf/NOTES3
5 files changed, 10 insertions, 5 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 1e35932..bff46a5 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -1,13 +1,14 @@
#
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
#
-# $Id: GENERIC,v 1.54 1995/12/12 08:46:34 gibbs Exp $
+# $Id: GENERIC,v 1.55 1995/12/14 14:35:27 peter Exp $
#
machine "i386"
cpu "I386_CPU"
cpu "I486_CPU"
cpu "I586_CPU"
+cpu "I686_CPU"
ident GENERIC
maxusers 10
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 000808e..9c0e310 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.224 1995/12/16 21:00:14 bde Exp $
+# $Id: LINT,v 1.225 1995/12/22 18:44:07 bde Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -20,6 +20,7 @@ machine "i386"
cpu "I386_CPU"
cpu "I486_CPU"
cpu "I586_CPU" # aka Pentium(tm)
+cpu "I686_CPU" # aka Pentium Pro(tm)
#
# This is the ``identification'' of the kernel. Usually this should
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 1e35932..bff46a5 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -1,13 +1,14 @@
#
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
#
-# $Id: GENERIC,v 1.54 1995/12/12 08:46:34 gibbs Exp $
+# $Id: GENERIC,v 1.55 1995/12/14 14:35:27 peter Exp $
#
machine "i386"
cpu "I386_CPU"
cpu "I486_CPU"
cpu "I586_CPU"
+cpu "I686_CPU"
ident GENERIC
maxusers 10
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 000808e..9c0e310 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.224 1995/12/16 21:00:14 bde Exp $
+# $Id: LINT,v 1.225 1995/12/22 18:44:07 bde Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -20,6 +20,7 @@ machine "i386"
cpu "I386_CPU"
cpu "I486_CPU"
cpu "I586_CPU" # aka Pentium(tm)
+cpu "I686_CPU" # aka Pentium Pro(tm)
#
# This is the ``identification'' of the kernel. Usually this should
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 000808e..9c0e310 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.224 1995/12/16 21:00:14 bde Exp $
+# $Id: LINT,v 1.225 1995/12/22 18:44:07 bde Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -20,6 +20,7 @@ machine "i386"
cpu "I386_CPU"
cpu "I486_CPU"
cpu "I586_CPU" # aka Pentium(tm)
+cpu "I686_CPU" # aka Pentium Pro(tm)
#
# This is the ``identification'' of the kernel. Usually this should
OpenPOWER on IntegriCloud