Rev 2619 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2619 | Rev 2637 | ||
---|---|---|---|
Line 55... | Line 55... | ||
55 | printf("\t%s\n", pci_lookup_name(pacc, buf, sizeof(buf), PCI_LOOKUP_VENDOR | PCI_LOOKUP_DEVICE, |
55 | printf("\t%s\n", pci_lookup_name(pacc, buf, sizeof(buf), PCI_LOOKUP_VENDOR | PCI_LOOKUP_DEVICE, |
56 | dev->vendor_id, dev->device_id)); |
56 | dev->vendor_id, dev->device_id)); |
57 | } |
57 | } |
58 | 58 | ||
59 | printf("%s: registering at naming service.\n", NAME); |
59 | printf("%s: registering at naming service.\n", NAME); |
60 | if (ipc_connect_to_me(PHONE_NS, SERVICE_PCI, 0, &ns_in_phone_hash) != 0) { |
60 | if (ipc_connect_to_me(PHONE_NS, SERVICE_PCI, 0, 0, &ns_in_phone_hash) != 0) { |
61 | printf("Failed to register %s at naming service.\n", NAME); |
61 | printf("Failed to register %s at naming service.\n", NAME); |
62 | return -1; |
62 | return -1; |
63 | } |
63 | } |
64 | 64 | ||
65 | printf("%s: accepting connections\n", NAME); |
65 | printf("%s: accepting connections\n", NAME); |