summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/cputypes.h
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1997-04-26 04:08:54 +0000
committerkato <kato@FreeBSD.org>1997-04-26 04:08:54 +0000
commit80b96ecb2f86cc9a64bc39f7b7afb0f052645aef (patch)
tree6dd9c9d0adf8d3c5b4e4f8025a9749ab782b0f8b /sys/i386/include/cputypes.h
parentfae9d8a74aa4d7dbf71b61651e97cf8fdae19fd1 (diff)
downloadFreeBSD-src-80b96ecb2f86cc9a64bc39f7b7afb0f052645aef.zip
FreeBSD-src-80b96ecb2f86cc9a64bc39f7b7afb0f052645aef.tar.gz
Add new cpu type, CPU_CY486DX, which shows Cyrix 486S/DX series CPUs,
and initialization routine for those CPUs. Tested by: Bob Bishop <rb@gid.co.uk>
Diffstat (limited to 'sys/i386/include/cputypes.h')
-rw-r--r--sys/i386/include/cputypes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/include/cputypes.h b/sys/i386/include/cputypes.h
index 695dafc..f3c1e9e 100644
--- a/sys/i386/include/cputypes.h
+++ b/sys/i386/include/cputypes.h
@@ -24,7 +24,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: cputypes.h,v 1.7 1997/02/22 09:34:14 peter Exp $
+ * $Id: cputypes.h,v 1.8 1997/03/22 18:53:03 kato Exp $
*/
#ifndef _MACHINE_CPUTYPES_H_
@@ -57,4 +57,5 @@
#define CPU_BLUE 10 /* IBM BlueLighting CPU */
#define CPU_M2 11 /* Cyrix M2 (aka enhanced 6x86 with MMX */
#define CPU_NX586 12 /* NexGen (now AMD) 586 */
+#define CPU_CY486DX 13 /* Cyrix 486S/DX/DX2/DX4 */
#endif /* _MACHINE_CPUTYPES_H_ */
OpenPOWER on IntegriCloud