search for: aovid

Displaying 2 results from an estimated 2 matches for "aovid".

Did you mean: dovid
2002 Aug 08
0
options with passwd auth?
Hello! I was just wondering, wouldn't it be nice to have some way to set authorized_keys-like options (from, permitopen, etc) also when using password based authentication? Is there any reason to aovid this possibility? Thank you! -- Gustavo Niemeyer [ 2AAC 7928 0FBF 0299 5EB5 60E2 2253 B29A 6664 3A0C ]
2019 Nov 06
0
[PATCH 1/2] IFC hardware operation layer
...gt;isr); > + break; > + case VIRTIO_PCI_CAP_DEVICE_CFG: > + hw->net_cfg = get_cap_addr(hw, &cap); > + IFC_INFO(&dev->dev, "hw->net_cfg = %p.\n", hw->net_cfg); > + break; I think at least you can try to reuse e.g: virtio_pci_find_capability() to aovid duplicating codes. > + } > +next: > + pos = cap.cap_next; > + } > + > + if (hw->common_cfg == NULL || hw->notify_base == NULL || > + hw->isr == NULL || hw->net_cfg == NULL) { > + IFC_DBG(&dev->dev, "Incomplete PCI capabilities.\n"); >...