Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2014
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. diff --git a/src/hal/drivers/mesa-hostmot2/hm2_pci.c b/src/hal/drivers/mesa-hostmot2/hm2_pci.c
  2. index 2b8a30d..fe987a1 100644
  3. --- a/src/hal/drivers/mesa-hostmot2/hm2_pci.c
  4. +++ b/src/hal/drivers/mesa-hostmot2/hm2_pci.c
  5. @@ -704,6 +704,9 @@ static int hm2_pci_probe(struct rtapi_pci_dev *dev, const struct rtapi_pci_devic
  6. board->llio.read = hm2_pci_read;
  7. board->llio.write = hm2_pci_write;
  8.  
  9. + board->llio.queue_read = hm2_pci_read;
  10. + board->llio.queue_write = hm2_pci_write;
  11. +
  12. r = hm2_register(&board->llio, config[num_boards]);
  13. if (r != 0) {
  14. THIS_ERR("board fails HM2 registration\n");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement