summaryrefslogtreecommitdiffstats
path: root/sys/pc98
diff options
context:
space:
mode:
authorwkoszek <wkoszek@FreeBSD.org>2008-06-14 12:51:44 +0000
committerwkoszek <wkoszek@FreeBSD.org>2008-06-14 12:51:44 +0000
commit813c6fb348c4e4c167f50a6510b1e57ce2b81b69 (patch)
tree3c78d6bb925e271cbe38bf1975550b7c6590fdbe /sys/pc98
parente735353f8de6769a184142b91eb1ea97ad1d3570 (diff)
downloadFreeBSD-src-813c6fb348c4e4c167f50a6510b1e57ce2b81b69.zip
FreeBSD-src-813c6fb348c4e4c167f50a6510b1e57ce2b81b69.tar.gz
Remove obselete PECOFF image activator support.
PRs assigned at the time of removal: kern/80742 Discussed on: freebsd-current (silence), IRC Tested by: make universe Approved by: cognet (mentor)
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/conf/NOTES4
-rw-r--r--sys/pc98/include/pecoff_machdep.h6
2 files changed, 0 insertions, 10 deletions
diff --git a/sys/pc98/conf/NOTES b/sys/pc98/conf/NOTES
index cc7a4c7..e463d84 100644
--- a/sys/pc98/conf/NOTES
+++ b/sys/pc98/conf/NOTES
@@ -598,10 +598,6 @@ options KSTACK_PAGES=3
options FB_INSTALL_CDEV # install a CDEV entry in /dev
-# PECOFF module (Win32 Execution Format)
-options PECOFF_SUPPORT
-options PECOFF_DEBUG
-
options I586_PMC_GUPROF=0x70000
options KBDIO_DEBUG=2
options KBD_MAXRETRY=4
diff --git a/sys/pc98/include/pecoff_machdep.h b/sys/pc98/include/pecoff_machdep.h
deleted file mode 100644
index b9e6d29..0000000
--- a/sys/pc98/include/pecoff_machdep.h
+++ /dev/null
@@ -1,6 +0,0 @@
-/*-
- * This file is in the public domain.
- */
-/* $FreeBSD$ */
-
-#include <i386/pecoff_machdep.h>
OpenPOWER on IntegriCloud