~martin-decky/helenos/rcu

« back to all changes in this revision

Viewing changes to uspace/lib/drv/generic/driver.c

  • Committer: Jakub Jermar
  • Date: 2011-06-07 21:31:35 UTC
  • mfrom: (708.2.1 mainline)
  • Revision ID: jakub@jermar.eu-20110607213135-cxz8vhxq21pij1gb
Merge USB support.

Changes from bzr://helenos-usb.bzr.sourceforge.net/bzrroot/helenos-usb/mainline:

- replaced '-' with '_' in new driver names
- USB libs are built for each architecture
- devman starts early
- sys_thread_udelay() uses generic delay()
- sys_as_create_area() now creates cacheable areas by default

Show diffs side-by-side

added added

removed removed

Lines of Context:
404
404
                        if (iface_method_ptr == NULL) {
405
405
                                /* The interface has not such method */
406
406
                                printf("%s: driver_connection_gen error - "
407
 
                                    "invalid interface method.", driver->name);
 
407
                                    "invalid interface method "
 
408
                                    "(index %" PRIun ").\n",
 
409
                                    driver->name, iface_method_idx);
408
410
                                async_answer_0(callid, ENOTSUP);
409
411
                                break;
410
412
                        }