[haiku-bugs] Re: [Haiku] #17238: [virtio] Support "direct attach" PCI virtio block

  • From: "Haiku" <trac@xxxxxxxxxxxx>
  • To: undisclosed-recipients: ;
  • Date: Fri, 03 Sep 2021 19:55:21 -0000

#17238: [virtio] Support "direct attach" PCI virtio block
----------------------------------+---------------------------------
  Reporter:  kallisti5            |      Owner:  nobody
      Type:  bug                  |     Status:  new
  Priority:  normal               |  Milestone:  R1/beta4
 Component:  Drivers/Disk/Virtio  |    Version:  R1/beta3
Resolution:                       |   Keywords:  virtio virtio_block
Blocked By:                       |   Blocking:
  Platform:  All                  |
----------------------------------+---------------------------------
Comment (by kallisti5):

 Here's what linux looks for:
 {{{
 /* Qumranet donated their vendor ID for devices 0x1000 thru 0x10FF. */
 static const struct pci_device_id virtio_pci_id_table[] = {
         { PCI_DEVICE(PCI_VENDOR_ID_REDHAT_QUMRANET, PCI_ANY_ID) },
         { 0 }
 };
 }}}

 maybe we're artificially limiting our device id's too much?
-- 
Ticket URL: <https://dev.haiku-os.org/ticket/17238#comment:4>
Haiku <https://dev.haiku-os.org>
The Haiku operating system.

Other related posts: