FreeBSD Bugzilla – Attachment 174811 Details for
Bug 212711
[typo] bhyve: virtio-rnd PCI ID doesn't match viorng driver from Redhat
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
fix
bhyve_rng_pci_id.diff (text/plain), 1.00 KB, created by
Jan Beich
on 2016-09-15 23:12:46 UTC
(
hide
)
Description:
fix
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2016-09-15 23:12:46 UTC
Size:
1.00 KB
patch
obsolete
>Index: usr.sbin/bhyve/Makefile >=================================================================== >--- usr.sbin/bhyve/Makefile (revision 305835) >+++ usr.sbin/bhyve/Makefile (working copy) >@@ -14,6 +14,7 @@ BHYVE_SYSDIR?=${SRCTOP} > SRCS= \ > atkbdc.c \ > acpi.c \ >+ audio.c \ > bhyvegc.c \ > bhyverun.c \ > block_if.c \ >@@ -22,6 +23,7 @@ SRCS= \ > consport.c \ > dbgport.c \ > fwctl.c \ >+ hda_codec.c \ > inout.c \ > ioapic.c \ > mem.c \ >@@ -31,6 +33,7 @@ SRCS= \ > pci_e82545.c \ > pci_emul.c \ > pci_fbuf.c \ >+ pci_hda.c \ > pci_hostbridge.c \ > pci_irq.c \ > pci_lpc.c \ >Index: usr.sbin/bhyve/virtio.h >=================================================================== >--- usr.sbin/bhyve/virtio.h (revision 305835) >+++ usr.sbin/bhyve/virtio.h (working copy) >@@ -209,7 +209,7 @@ struct vring_used { > #define VIRTIO_VENDOR 0x1AF4 > #define VIRTIO_DEV_NET 0x1000 > #define VIRTIO_DEV_BLOCK 0x1001 >-#define VIRTIO_DEV_RANDOM 0x1002 >+#define VIRTIO_DEV_RANDOM 0x1005 > > /* > * PCI config space constants.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 212711
:
174811
|
174813
|
174817