瀏覽代碼

Writing 0 to queue_enable for PCI transport isn't allowed. (#51)

(Writing 0 to QueueReady with MMIO transport is, however.)
Andrew Walbran 2 年之前
父節點
當前提交
4354675f7a
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/transport/pci.rs

+ 0 - 1
src/transport/pci.rs

@@ -290,7 +290,6 @@ impl Transport for PciTransport {
         // Safe because the common config pointer is valid and we checked in get_bar_region that it
         // was aligned.
         unsafe {
-            volwrite!(self.common_cfg, queue_enable, 0);
             volwrite!(self.common_cfg, queue_select, queue);
             volwrite!(self.common_cfg, queue_size, 0);
             volwrite!(self.common_cfg, queue_desc, 0);