summaryrefslogtreecommitdiffstats
path: root/ObsoleteFiles.inc
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2010-03-02 01:56:55 +0000
committerdelphij <delphij@FreeBSD.org>2010-03-02 01:56:55 +0000
commit05b666175c3574ab196b72aa01279fbccde0db29 (patch)
tree7ed974e780fcc4cd6ef6cb1dd534de1780381fb5 /ObsoleteFiles.inc
parent3af89d2d21d3e1b8b090a648e1e7d389a180a2bd (diff)
downloadFreeBSD-src-05b666175c3574ab196b72aa01279fbccde0db29.zip
FreeBSD-src-05b666175c3574ab196b72aa01279fbccde0db29.tar.gz
MFC x86emu/x86bios emulator and make previously i386 only dpms and vesa
framebuffer driver, etc. work on FreeBSD/amd64. A significant amount of improvements were done by jkim@ during the recent months to make vesa(4) work better, over the initial code import. This work is based on OpenBSD's x86emu implementation and contributed by paradox <ddkprog yahoo com> and swell.k at gmail com. Hopefully I have stolen all their work to 8-STABLE :) All bugs in this commit are mine, as usual.
Diffstat (limited to 'ObsoleteFiles.inc')
-rw-r--r--ObsoleteFiles.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 6a1d0cf..25e43ba 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -14,6 +14,9 @@
# The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last.
#
+# 20100301: vesa and dpms promoted to be i386/amd64 common
+OLD_FILES+=usr/include/machine/pc/vesa.h
+OLD_FILES+=usr/share/man/man4/i386/dpms.4.gz
# 20091218: removal of rc.early(8) link
OLD_FILES+=usr/share/man/man8/rc.early.8.gz
# 20091027: pselect.3 implemented as syscall
OpenPOWER on IntegriCloud