Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115651383
D28058.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D28058.diff
View Options
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -564,12 +564,12 @@
vge.4 \
viapm.4 \
${_viawd.4} \
- ${_virtio.4} \
- ${_virtio_balloon.4} \
- ${_virtio_blk.4} \
- ${_virtio_console.4} \
- ${_virtio_random.4} \
- ${_virtio_scsi.4} \
+ virtio.4 \
+ virtio_balloon.4 \
+ virtio_blk.4 \
+ virtio_console.4 \
+ virtio_random.4 \
+ virtio_scsi.4 \
${_vmci.4} \
vkbd.4 \
vlan.4 \
@@ -580,7 +580,7 @@
vr.4 \
vt.4 \
vte.4 \
- ${_vtnet.4} \
+ vtnet.4 \
watchdog.4 \
${_wbwd.4} \
witness.4 \
@@ -764,7 +764,7 @@
MLINKS+=${_vmx.4} ${_if_vmx.4}
MLINKS+=vr.4 if_vr.4
MLINKS+=vte.4 if_vte.4
-MLINKS+=${_vtnet.4} ${_if_vtnet.4}
+MLINKS+=vtnet.4 if_vtnet.4
MLINKS+=watchdog.4 SW_WATCHDOG.4
MLINKS+=${_wpi.4} ${_if_wpi.4}
MLINKS+=xl.4 if_xl.4
@@ -818,7 +818,6 @@
_if_nfe.4= if_nfe.4
_if_urtw.4= if_urtw.4
_if_vmx.4= if_vmx.4
-_if_vtnet.4= if_vtnet.4
_if_wpi.4= if_wpi.4
_imcsmb.4= imcsmb.4
_ipmi.4= ipmi.4
@@ -849,15 +848,8 @@
_tpm.4= tpm.4
_urtw.4= urtw.4
_viawd.4= viawd.4
-_virtio.4= virtio.4
-_virtio_balloon.4=virtio_balloon.4
-_virtio_blk.4= virtio_blk.4
-_virtio_console.4=virtio_console.4
-_virtio_random.4= virtio_random.4
-_virtio_scsi.4= virtio_scsi.4
_vmci.4= vmci.4
_vmx.4= vmx.4
-_vtnet.4= vtnet.4
_wbwd.4= wbwd.4
_wpi.4= wpi.4
_xen.4= xen.4
@@ -895,16 +887,8 @@
.endif
.if ${MACHINE_CPUARCH} == "powerpc"
-_if_vtnet.4= if_vtnet.4
_nvd.4= nvd.4
_nvme.4= nvme.4
-_virtio.4= virtio.4
-_virtio_balloon.4=virtio_balloon.4
-_virtio_blk.4= virtio_blk.4
-_virtio_console.4=virtio_console.4
-_virtio_random.4= virtio_random.4
-_virtio_scsi.4= virtio_scsi.4
-_vtnet.4= vtnet.4
.endif
.if ${MACHINE_CPUARCH} == "arm" || ${MACHINE_CPUARCH} == "aarch64" || \
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -376,7 +376,7 @@
unionfs \
usb \
${_vesa} \
- ${_virtio} \
+ virtio \
vge \
${_viawd} \
videomode \
@@ -722,7 +722,6 @@
_twa= twa
_vesa= vesa
_viawd= viawd
-_virtio= virtio
_wpi= wpi
.if ${MK_SOURCELESS_UCODE} != "no"
_wpifw= wpifw
@@ -794,7 +793,6 @@
_nvd= nvd
_nvme= nvme
_pccard= pccard
-_virtio= virtio
.endif
.if ${MACHINE_ARCH:Mpowerpc64*} != ""
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 27, 2:15 PM (14 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17818550
Default Alt Text
D28058.diff (2 KB)
Attached To
Mode
D28058: Build VirtIO modules on all architectures
Attached
Detach File
Event Timeline
Log In to Comment