Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F170943764
D8572.id22429.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D8572.id22429.diff
View Options
Index: ObsoleteFiles.inc
===================================================================
--- ObsoleteFiles.inc
+++ ObsoleteFiles.inc
@@ -38,6 +38,17 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20161121: Hyper-V manuals only apply to amd64 and i386 now.
+.if ${TARGET_ARCH} != "amd64" && ${TARGET_ARCH} != "i386"
+OLD_FILES+=usr/share/man/man4/hv_kvp.4.gz
+OLD_FILES+=usr/share/man/man4/hv_netvsc.4.gz
+OLD_FILES+=usr/share/man/man4/hv_storvsc.4.gz
+OLD_FILES+=usr/share/man/man4/hv_utils.4.gz
+OLD_FILES+=usr/share/man/man4/hv_vmbus.4.gz
+OLD_FILES+=usr/share/man/man4/hv_vss.4.gz
+.endif
+# 20161121: the driver/manual were removed on Sep 29, Nov 18, respectively.
+OLD_FILES+=usr/share/man/man4/hv_ata_pci_disengage.4.gz
# 20161017: urtwn(4) was merged into rtwn(4)
OLD_FILES+=usr/share/man/man4/urtwn.4.gz
OLD_FILES+=usr/share/man/man4/urtwnfw.4.gz
Index: share/man/man4/Makefile
===================================================================
--- share/man/man4/Makefile
+++ share/man/man4/Makefile
@@ -187,12 +187,12 @@
${_hptmv.4} \
${_hptnr.4} \
${_hptrr.4} \
- hv_kvp.4 \
- hv_netvsc.4 \
- hv_storvsc.4 \
- hv_utils.4 \
- hv_vmbus.4 \
- hv_vss.4 \
+ ${_hv_kvp.4} \
+ ${_hv_netvsc.4} \
+ ${_hv_storvsc.4} \
+ ${_hv_utils.4} \
+ ${_hv_vmbus.4} \
+ ${_hv_vss.4} \
hwpmc.4 \
ichsmb.4 \
${_ichwd.4} \
@@ -777,6 +777,12 @@
_hptmv.4= hptmv.4
_hptnr.4= hptnr.4
_hptrr.4= hptrr.4
+_hv_kvp.4= hv_kvp.4
+_hv_netvsc.4= hv_netvsc.4
+_hv_storvsc.4= hv_storvsc.4
+_hv_utils.4= hv_utils.4
+_hv_vmbus.4= hv_vmbus.4
+_hv_vss.4= hv_vss.4
_i8254.4= i8254.4
_ichwd.4= ichwd.4
_if_bxe.4= if_bxe.4
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Sep 8, 6:43 PM (17 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38530731
Default Alt Text
D8572.id22429.diff (1 KB)
Attached To
Mode
D8572: share/man/man4/Makefile: only install Hyper-V manuals on amd64 and i386
Attached
Detach File
Event Timeline
Log In to Comment