Clean up some antique stuff. We do not support Weitek FPUs etc, and never

did.
This commit is contained in:
Peter Wemm 2003-09-05 14:54:26 +00:00
parent dbcefa3f61
commit b324e86370
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=119772
2 changed files with 0 additions and 20 deletions

View File

@ -187,14 +187,4 @@
#define RAM_SIZE (RAM_END - RAM_BEGIN)
#endif /* !RAM_BEGIN */
/*
* Oddball Physical Memory Addresses
*/
#ifndef COMPAQ_RAMRELOC
#define COMPAQ_RAMRELOC 0x80C00000 /* Compaq RAM relocation/diag */
#define COMPAQ_RAMSETUP 0x80C00002 /* Compaq RAM setup */
#define WEITEK_FPU 0xC0000000 /* WTL 2167 */
#define CYRIX_EMC 0xC0000000 /* Cyrix EMC */
#endif /* !COMPAQ_RAMRELOC */
#endif /* !_I386_ISA_ISA_H_ */

View File

@ -195,14 +195,4 @@
#define RAM_SIZE (RAM_END - RAM_BEGIN)
#endif /* !RAM_BEGIN */
/*
* Oddball Physical Memory Addresses
*/
#ifndef COMPAQ_RAMRELOC
#define COMPAQ_RAMRELOC 0x80C00000 /* Compaq RAM relocation/diag */
#define COMPAQ_RAMSETUP 0x80C00002 /* Compaq RAM setup */
#define WEITEK_FPU 0xC0000000 /* WTL 2167 */
#define CYRIX_EMC 0xC0000000 /* Cyrix EMC */
#endif /* !COMPAQ_RAMRELOC */
#endif /* !_ISA_ISA_H_ */