> Sorry, but if you are trying to make calls to devman, you are heading in the > wrong direction. Nobody except libdrv and devinfo talks to Devman. All > clients are only aware of services, which are made accessible via Location > Service. Clients are not aware if these services are implemented in a driver > or not.
Oh, sorry. I've looked at what the sportdmp application does to estabilish a connection to the serial port driver. const char* devpath = "/hw/pci0/00:01.0/com1/a"; [...] int rc = devman_fun_get_handle(devpath, &device, IPC_FLAG_BLOCKING); [...] -- -------------------- Maurizio Lombardi _______________________________________________ HelenOS-devel mailing list [email protected] http://lists.modry.cz/cgi-bin/listinfo/helenos-devel
