Currently bhyve NVMe controller has hard coded information of Firmware Revision and Model Number.
This patch will let NVMe controller accept such values.
Differential D25399
bhyve NVMe controller will accept model/rev config. wanpengqian_gmail.com on Jun 22 2020, 8:12 AM. Authored by Tags None Referenced Files
Details
Diff Detail
Event Timeline
Comment Actions Overall, I like these changes but would prefer to keep the Controller Data initialization together.
Comment Actions Normally Controller SN/MODEL/REV are the one set informations to identify the device by human. I have moved the initial code below SN, It can be more clearly than put them in pci_nvme_init_ctrldata function as before. |