diff options
author | Xin LI <delphij@FreeBSD.org> | 2009-09-09 09:50:31 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2009-09-09 09:50:31 +0000 |
commit | ee5e90dab2f9a19b419e622830612bf05cd6cce9 (patch) | |
tree | 7ca44f508d1d8e6e2d1eaa8e13908bbb1ecaedb5 /share/man/man4 | |
parent | f45c063aa733372110aea20ec8185bb8b5c4438e (diff) |
- Teach vesa(4) and dpms(4) about x86emu. [1]
- Add vesa kernel options for amd64.
- Connect libvgl library and splash kernel modules to amd64 build.
- Connect manual page dpms(4) to amd64 build.
- Remove old vesa/dpms files.
Submitted by: paradox <ddkprog yahoo com> [1], swell k at gmail.com
(with some minor tweaks)
Notes
Notes:
svn path=/head/; revision=197025
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/Makefile | 2 | ||||
-rw-r--r-- | share/man/man4/dpms.4 (renamed from share/man/man4/man4.i386/dpms.4) | 0 |
2 files changed, 2 insertions, 0 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 36d892877741..dca2775deadc 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -85,6 +85,7 @@ MAN= aac.4 \ digi.4 \ disc.4 \ divert.4 \ + ${_dpms.4} \ dpt.4 \ dummynet.4 \ ed.4 \ @@ -611,6 +612,7 @@ _amdtemp.4= amdtemp.4 _asmc.4= asmc.4 _coretemp.4= coretemp.4 _cpuctl.4= cpuctl.4 +_dpms.4= dpms.4 _hptiop.4= hptiop.4 _hptmv.4= hptmv.4 _hptrr.4= hptrr.4 diff --git a/share/man/man4/man4.i386/dpms.4 b/share/man/man4/dpms.4 index 2412b47924ed..2412b47924ed 100644 --- a/share/man/man4/man4.i386/dpms.4 +++ b/share/man/man4/dpms.4 |