Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F133596587
D8572.id22477.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.id22477.diff
View Options
Index: head/ObsoleteFiles.inc
===================================================================
--- head/ObsoleteFiles.inc
+++ head/ObsoleteFiles.inc
@@ -38,6 +38,17 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20161121: Hyper-V manuals only apply to amd64 and i386.
+.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
+# 20161118: Remove hv_ata_pci_disengage(4)
+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: head/share/man/man4/Makefile
===================================================================
--- head/share/man/man4/Makefile
+++ head/share/man/man4/Makefile
@@ -189,12 +189,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} \
@@ -784,6 +784,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
Mon, Oct 27, 10:16 PM (20 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
24216378
Default Alt Text
D8572.id22477.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