summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-09-05 14:54:26 +0000
committerpeter <peter@FreeBSD.org>2003-09-05 14:54:26 +0000
commit07af64088b9887624829a8b8ad581f33e2fdda6e (patch)
treee4f33d1f1d30d45d3918de935661393f88a0a66b
parent62d92111d1c9e9ec86c9f49cb425da2ff880e59a (diff)
downloadFreeBSD-src-07af64088b9887624829a8b8ad581f33e2fdda6e.zip
FreeBSD-src-07af64088b9887624829a8b8ad581f33e2fdda6e.tar.gz
Clean up some antique stuff. We do not support Weitek FPUs etc, and never
did.
-rw-r--r--sys/i386/isa/isa.h10
-rw-r--r--sys/isa/isareg.h10
2 files changed, 0 insertions, 20 deletions
diff --git a/sys/i386/isa/isa.h b/sys/i386/isa/isa.h
index cc66da9..2f670b1 100644
--- a/sys/i386/isa/isa.h
+++ b/sys/i386/isa/isa.h
@@ -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_ */
diff --git a/sys/isa/isareg.h b/sys/isa/isareg.h
index bcdfdc0..c84949d 100644
--- a/sys/isa/isareg.h
+++ b/sys/isa/isareg.h
@@ -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_ */
OpenPOWER on IntegriCloud