# # ChangeLog for uspace/drv/bus/usb/uhci/hc.c in mainline # # Generated by Trac 1.5.4 # 2024-06-17T14:24:03Z Sat, 18 Jan 2014 22:04:48 GMT Jan Vesely [9f6cb910] * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/uhci/hc.h (modified) * uspace/drv/bus/usb/uhci/main.c (modified) uhci: Add uhci_ prefix to driver interface functions. Sat, 18 Jan 2014 22:01:10 GMT Jan Vesely [4bfcf22] * uspace/drv/bus/usb/ehci/hc.c (modified) * uspace/drv/bus/usb/ehci/hc.h (modified) * uspace/drv/bus/usb/ehci/main.c (modified) * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/ohci/hc.h (modified) * uspace/drv/bus/usb/ohci/main.c (modified) * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/uhci/hc.h (modified) * uspace/drv/bus/usb/uhci/main.c (modified) ehci,ohci,uhci: Remove interrupt handler wrappers Sat, 18 Jan 2014 21:34:32 GMT Jan Vesely [3e200736] * uspace/drv/bus/usb/ehci/hc.c (modified) * uspace/drv/bus/usb/ehci/hc.h (modified) * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/uhci/hc.h (modified) * uspace/lib/usbhost/include/usb/host/hcd.h (modified) * uspace/lib/usbhost/src/ddf_helpers.c (modified) uhci,ohci, ehci: Move interrupt replacement fibril to libusbhost Sat, 18 Jan 2014 17:14:42 GMT Jan Vesely [e26a9d95] * uspace/drv/bus/usb/ehci/main.c (modified) * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/ohci/hc.h (modified) * uspace/drv/bus/usb/ohci/main.c (modified) * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/uhci/hc.h (modified) * uspace/drv/bus/usb/uhci/main.c (modified) * uspace/drv/bus/usb/vhc/main.c (modified) * uspace/lib/usbhost/include/usb/host/hcd.h (modified) libusbhost: Add status hook. Implement in UHCI, OHCI Wed, 01 Jan 2014 01:19:10 GMT Jan Vesely [7813516] * uspace/drv/bus/usb/ehci/ehci.c (modified) * uspace/drv/bus/usb/ehci/hc.c (modified) * uspace/drv/bus/usb/ehci/hc.h (modified) * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/ohci/hc.h (modified) * uspace/drv/bus/usb/ohci/ohci.c (modified) * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/uhci/hc.h (modified) * uspace/drv/bus/usb/uhci/uhci.c (modified) uhci,ohci,ehci: Use all hw resources to initialize HC Tue, 31 Dec 2013 23:11:00 GMT Jan Vesely [ba4a03a5] * uspace/drv/bus/usb/ehci/ehci.c (modified) * uspace/drv/bus/usb/ehci/hc.c (modified) * uspace/drv/bus/usb/ehci/hc.h (modified) * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/ohci/hc.h (modified) * uspace/drv/bus/usb/ohci/ohci.c (modified) * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/uhci/hc.h (modified) * uspace/drv/bus/usb/uhci/uhci.c (modified) * uspace/lib/usbhost/include/usb/host/ddf_helpers.h (modified) * uspace/lib/usbhost/src/ddf_helpers.c (modified) usb host: Use all hw resources when generating irq code. Tue, 31 Dec 2013 01:21:35 GMT Jan Vesely [ad5f149] * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/uhci/uhci_batch.c (modified) uhci: Use foreach_safe to iterate through list. Sat, 28 Sep 2013 21:51:51 GMT Jan Vesely [8064c2f6] * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/uhci/hc.h (modified) * uspace/drv/bus/usb/uhci/hw_struct/link_pointer.h (modified) * uspace/drv/bus/usb/uhci/hw_struct/queue_head.h (modified) * uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.c (modified) * uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.h (modified) * uspace/drv/bus/usb/uhci/main.c (modified) * uspace/drv/bus/usb/uhci/res.c (modified) * uspace/drv/bus/usb/uhci/res.h (modified) * uspace/drv/bus/usb/uhci/transfer_list.c (modified) * uspace/drv/bus/usb/uhci/transfer_list.h (modified) * uspace/drv/bus/usb/uhci/uhci.c (modified) * uspace/drv/bus/usb/uhci/uhci_batch.c (modified) * uspace/drv/bus/usb/uhci/uhci_batch.h (modified) * uspace/drv/bus/usb/uhci/uhci_rh.c (modified) * uspace/drv/bus/usb/uhci/uhci_rh.h (modified) * uspace/drv/bus/usb/uhci/utils/malloc32.h (modified) uhci: Sanitize headers. Include what you use. Sat, 21 Sep 2013 05:22:43 GMT Jan Vesely [772a172] * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/ohci/hc.h (modified) * uspace/drv/bus/usb/ohci/ohci.c (modified) * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/uhci/hc.h (modified) * uspace/drv/bus/usb/uhci/uhci.c (modified) ohci,uhci: Switch to library provided irq setup routine. Sat, 21 Sep 2013 05:09:46 GMT Jan Vesely [6210a333] * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/ohci/hc.h (modified) * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/uhci/hc.h (modified) uhci, ohci: Cleanup irq code generation. Sat, 21 Sep 2013 00:43:24 GMT Jan Vesely [9348862] * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/ohci/ohci.c (modified) * uspace/drv/bus/usb/ohci/ohci_endpoint.c (modified) * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/uhci/uhci.c (modified) * uspace/drv/bus/usb/vhc/transfer.c (modified) * uspace/lib/usbhost/include/usb/host/hcd.h (modified) * uspace/lib/usbhost/src/hcd.c (modified) usb: Move HC driver implementation functions to a separate structure. Sun, 15 Sep 2013 06:33:53 GMT Jan Vesely [3f03199] * .bzrignore (added) * HelenOS.config (modified) * boot/Makefile.common (modified) * boot/arch/arm32/Makefile.inc (modified) * boot/arch/arm32/src/mm.c (modified) * boot/arch/mips32/Makefile.inc (modified) * boot/arch/ppc32/Makefile.inc (modified) * boot/arch/sparc64/src/asm.S (modified) * defaults/amd64/Makefile.config (modified) * defaults/arm32/Makefile.config (modified) * defaults/ia32/Makefile.config (modified) * defaults/ia64/Makefile.config (modified) * defaults/mips32/Makefile.config (modified) * defaults/mips64/Makefile.config (modified) * defaults/ppc32/Makefile.config (modified) * defaults/sparc64/Makefile.config (modified) * defaults/sparc64/niagara/Makefile.config (modified) * defaults/special/Makefile.config (modified) * kernel/Makefile (modified) * kernel/arch/abs32le/include/arch/mm/frame.h (modified) * kernel/arch/abs32le/include/arch/mm/page.h (modified) * kernel/arch/amd64/include/arch/mm/frame.h (modified) * kernel/arch/amd64/include/arch/mm/page.h (modified) * kernel/arch/amd64/src/ddi/ddi.c (modified) * kernel/arch/amd64/src/proc/task.c (modified) * kernel/arch/arm32/include/arch/mm/frame.h (modified) * kernel/arch/arm32/include/arch/mm/page.h (modified) * kernel/arch/arm32/src/mach/beagleboardxm/beagleboardxm.c (modified) * kernel/arch/arm32/src/mach/beaglebone/beaglebone.c (modified) * kernel/arch/arm32/src/mm/frame.c (modified) * kernel/arch/arm32/src/mm/page.c (modified) * kernel/arch/arm32/src/ras.c (modified) * kernel/arch/ia32/include/arch/mm/frame.h (modified) * kernel/arch/ia32/include/arch/mm/page.h (modified) * kernel/arch/ia32/src/ddi/ddi.c (modified) * kernel/arch/ia32/src/mm/frame.c (modified) * kernel/arch/ia32/src/proc/task.c (modified) * kernel/arch/ia64/include/arch/mm/frame.h (modified) * kernel/arch/ia64/src/ddi/ddi.c (modified) * kernel/arch/ia64/src/mm/vhpt.c (modified) * kernel/arch/mips32/include/arch/asm.h (modified) * kernel/arch/mips32/include/arch/mm/frame.h (modified) * kernel/arch/mips32/include/arch/mm/page.h (modified) * kernel/arch/mips32/src/mach/malta/malta.c (modified) * kernel/arch/mips32/src/mm/tlb.c (modified) * kernel/arch/mips64/include/arch/mm/frame.h (modified) * kernel/arch/ppc32/include/arch/mm/frame.h (modified) * kernel/arch/ppc32/include/arch/mm/page.h (modified) * kernel/arch/sparc64/include/arch/mm/frame.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4u/frame.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4v/frame.h (modified) * kernel/arch/sparc64/include/arch/trap/sun4v/mmu.h (modified) * kernel/arch/sparc64/src/mm/sun4u/as.c (modified) * kernel/arch/sparc64/src/mm/sun4v/as.c (modified) * kernel/arch/sparc64/src/mm/sun4v/frame.c (modified) * kernel/arch/sparc64/src/mm/sun4v/tlb.c (modified) * kernel/arch/sparc64/src/sun4v/start.S (modified) * kernel/doc/mm (modified) * kernel/genarch/include/genarch/drivers/am335x/irc.h (modified) * kernel/genarch/include/genarch/drivers/amdm37x/irc.h (modified) * kernel/genarch/include/genarch/drivers/omap/irc.h (added) * kernel/genarch/include/genarch/mm/page_pt.h (modified) * kernel/genarch/src/mm/as_pt.c (modified) * kernel/genarch/src/mm/page_pt.c (modified) * kernel/generic/include/adt/bitmap.h (modified) * kernel/generic/include/adt/list.h (modified) * kernel/generic/include/config.h (modified) * kernel/generic/include/macros.h (modified) * kernel/generic/include/mm/as.h (modified) * kernel/generic/include/mm/buddy.h (deleted) * kernel/generic/include/mm/frame.h (modified) * kernel/generic/include/mm/page.h (modified) * kernel/generic/include/mm/slab.h (modified) * kernel/generic/src/adt/bitmap.c (modified) * kernel/generic/src/adt/btree.c (modified) * kernel/generic/src/adt/hash_table.c (modified) * kernel/generic/src/adt/list.c (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/console/console.c (modified) * kernel/generic/src/console/kconsole.c (modified) * kernel/generic/src/cpu/cpu.c (modified) * kernel/generic/src/ddi/ddi.c (modified) * kernel/generic/src/debug/panic.c (modified) * kernel/generic/src/debug/stacktrace.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/ipcrsc.c (modified) * kernel/generic/src/lib/ra.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/backend_anon.c (modified) * kernel/generic/src/mm/backend_elf.c (modified) * kernel/generic/src/mm/buddy.c (deleted) * kernel/generic/src/mm/frame.c (modified) * kernel/generic/src/mm/km.c (modified) * kernel/generic/src/mm/page.c (modified) * kernel/generic/src/mm/slab.c (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/synch/futex.c (modified) * kernel/generic/src/sysinfo/stats.c (modified) * kernel/generic/src/time/clock.c (modified) * kernel/generic/src/udebug/udebug.c (modified) * kernel/generic/src/udebug/udebug_ops.c (modified) * kernel/test/mm/falloc1.c (modified) * kernel/test/mm/falloc2.c (modified) * kernel/test/mm/mapping1.c (modified) * tools/config.py (modified) * tools/toolchain.sh (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/bdsh/cmds/modules/mount/mount.c (modified) * uspace/app/corecfg/Makefile (added) * uspace/app/corecfg/corecfg.c (added) * uspace/app/devctl/devctl.c (modified) * uspace/app/df/Makefile (added) * uspace/app/df/df.c (added) * uspace/app/download/Makefile (added) * uspace/app/download/main.c (added) * uspace/app/edit/sheet.c (modified) * uspace/app/init/init.c (modified) * uspace/app/klog/klog.c (modified) * uspace/app/netspeed/Makefile (added) * uspace/app/netspeed/netspeed.c (added) * uspace/app/sportdmp/sportdmp.c (modified) * uspace/app/tester/mm/common.c (modified) * uspace/app/trace/trace.c (modified) * uspace/app/usbinfo/dump.c (modified) * uspace/app/usbinfo/hid.c (modified) * uspace/app/wavplay/dplay.c (modified) * uspace/app/wavplay/drec.c (modified) * uspace/app/wavplay/main.c (modified) * uspace/app/wavplay/wave.c (modified) * uspace/drv/audio/sb16/dsp.c (modified) * uspace/drv/audio/sb16/main.c (modified) * uspace/drv/audio/sb16/sb16.c (modified) * uspace/drv/audio/sb16/sb16.h (modified) * uspace/drv/block/ahci/ahci.c (modified) * uspace/drv/block/ata_bd/main.c (modified) * uspace/drv/bus/isa/i8237.c (modified) * uspace/drv/bus/isa/isa.c (modified) * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/drv/bus/pci/pciintel/pci.h (modified) * uspace/drv/bus/usb/ehci/main.c (modified) * uspace/drv/bus/usb/ehci/res.c (modified) * uspace/drv/bus/usb/ehci/res.h (modified) * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/ohci/hc.h (modified) * uspace/drv/bus/usb/ohci/ohci.c (modified) * uspace/drv/bus/usb/ohci/res.c (modified) * uspace/drv/bus/usb/ohci/res.h (modified) * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/uhci/hc.h (modified) * uspace/drv/bus/usb/uhci/res.c (modified) * uspace/drv/bus/usb/uhci/res.h (modified) * uspace/drv/bus/usb/uhci/uhci.c (modified) * uspace/drv/bus/usb/uhci/utils/malloc32.h (modified) * uspace/drv/bus/usb/usbmid/explore.c (modified) * uspace/drv/bus/usb/usbmid/usbmid.c (modified) * uspace/drv/bus/usb/vhc/transfer.c (modified) * uspace/drv/char/i8042/i8042.c (modified) * uspace/drv/char/i8042/i8042.h (modified) * uspace/drv/char/i8042/main.c (modified) * uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c (modified) * uspace/drv/fb/kfb/port.c (modified) * uspace/drv/infrastructure/rootmac/rootmac.c (modified) * uspace/drv/infrastructure/rootmalta/Makefile (added) * uspace/drv/infrastructure/rootmalta/rootmalta.c (added) * uspace/drv/infrastructure/rootmalta/rootmalta.ma (added) * uspace/drv/infrastructure/rootpc/rootpc.c (modified) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/ne2k/ne2k.c (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/drv/nic/rtl8139/driver.h (modified) * uspace/lib/block/block.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/sparc64/Makefile.common (modified) * uspace/lib/c/generic/adt/hash_table.c (modified) * uspace/lib/c/generic/adt/list.c (modified) * uspace/lib/c/generic/cfg.c (modified) * uspace/lib/c/generic/corecfg.c (added) * uspace/lib/c/generic/ddi.c (modified) * uspace/lib/c/generic/device/hw_res.c (modified) * uspace/lib/c/generic/device/hw_res_parsed.c (modified) * uspace/lib/c/generic/device/pio_window.c (added) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/generic/futex.c (modified) * uspace/lib/c/generic/inet.c (modified) * uspace/lib/c/generic/inet/addr.c (modified) * uspace/lib/c/generic/io/asprintf.c (modified) * uspace/lib/c/generic/net/socket_client.c (modified) * uspace/lib/c/generic/pio_trace.c (modified) * uspace/lib/c/generic/time.c (modified) * uspace/lib/c/generic/vfs/vfs.c (modified) * uspace/lib/c/include/adt/list.h (modified) * uspace/lib/c/include/cfg.h (modified) * uspace/lib/c/include/corecfg.h (added) * uspace/lib/c/include/ddi.h (modified) * uspace/lib/c/include/device/hw_res.h (modified) * uspace/lib/c/include/device/hw_res_parsed.h (modified) * uspace/lib/c/include/device/pio_window.h (added) * uspace/lib/c/include/devman.h (modified) * uspace/lib/c/include/inet/addr.h (modified) * uspace/lib/c/include/inet/inet.h (modified) * uspace/lib/c/include/ipc/corecfg.h (added) * uspace/lib/c/include/ipc/dev_iface.h (modified) * uspace/lib/c/include/ipc/devman.h (modified) * uspace/lib/c/include/ipc/services.h (modified) * uspace/lib/c/include/ipc/socket.h (modified) * uspace/lib/c/include/ipc/vfs.h (modified) * uspace/lib/c/include/net/socket.h (modified) * uspace/lib/c/include/net/socket_codes.h (modified) * uspace/lib/c/include/stdio.h (modified) * uspace/lib/c/include/sys/statfs.h (added) * uspace/lib/c/include/vfs/vfs.h (modified) * uspace/lib/draw/drawctx.c (modified) * uspace/lib/drv/Makefile (modified) * uspace/lib/drv/generic/dev_iface.c (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/generic/interrupt.c (modified) * uspace/lib/drv/generic/remote_pio_window.c (added) * uspace/lib/drv/include/ops/pio_window.h (added) * uspace/lib/drv/include/remote_pio_window.h (added) * uspace/lib/fs/libfs.c (modified) * uspace/lib/fs/libfs.h (modified) * uspace/lib/graph/graph.c (modified) * uspace/lib/gui/connection.c (modified) * uspace/lib/gui/grid.c (modified) * uspace/lib/gui/terminal.c (modified) * uspace/lib/gui/window.c (modified) * uspace/lib/http/Makefile (added) * uspace/lib/http/http.c (added) * uspace/lib/http/http.h (added) * uspace/lib/softfloat/softfloat.c (modified) * uspace/lib/uri/Makefile (added) * uspace/lib/uri/ctype.h (added) * uspace/lib/uri/uri.c (added) * uspace/lib/uri/uri.h (added) * uspace/lib/usbhid/src/hiddescriptor.c (modified) * uspace/lib/usbhid/src/hidparser.c (modified) * uspace/lib/usbhid/src/hidpath.c (modified) * uspace/lib/usbhost/src/ddf_helpers.c (modified) * uspace/lib/usbhost/src/usb_endpoint_manager.c (modified) * uspace/srv/audio/hound/audio_device.c (modified) * uspace/srv/audio/hound/audio_sink.c (modified) * uspace/srv/audio/hound/audio_source.c (modified) * uspace/srv/audio/hound/connection.h (modified) * uspace/srv/audio/hound/hound.c (modified) * uspace/srv/audio/hound/hound_ctx.c (modified) * uspace/srv/audio/hound/hound_ctx.h (modified) * uspace/srv/bd/rd/rd.c (modified) * uspace/srv/devman/Makefile (modified) * uspace/srv/devman/client_conn.c (added) * uspace/srv/devman/client_conn.h (added) * uspace/srv/devman/dev.c (added) * uspace/srv/devman/dev.h (added) * uspace/srv/devman/devman.c (deleted) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/devtree.c (added) * uspace/srv/devman/devtree.h (added) * uspace/srv/devman/driver.c (added) * uspace/srv/devman/driver.h (added) * uspace/srv/devman/drv_conn.c (added) * uspace/srv/devman/drv_conn.h (added) * uspace/srv/devman/fun.c (added) * uspace/srv/devman/fun.h (added) * uspace/srv/devman/loc.c (added) * uspace/srv/devman/loc.h (added) * uspace/srv/devman/main.c (modified) * uspace/srv/devman/main.h (added) * uspace/srv/devman/match.c (modified) * uspace/srv/devman/match.h (added) * uspace/srv/devman/util.c (modified) * uspace/srv/devman/util.h (modified) * uspace/srv/fs/cdfs/cdfs_ops.c (modified) * uspace/srv/fs/exfat/exfat_idx.c (modified) * uspace/srv/fs/exfat/exfat_ops.c (modified) * uspace/srv/fs/ext4fs/ext4fs_ops.c (modified) * uspace/srv/fs/fat/fat_idx.c (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/mfs/mfs.h (modified) * uspace/srv/fs/mfs/mfs_balloc.c (modified) * uspace/srv/fs/mfs/mfs_ops.c (modified) * uspace/srv/fs/mfs/mfs_rw.c (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) * uspace/srv/fs/udf/udf_ops.c (modified) * uspace/srv/hid/compositor/compositor.c (modified) * uspace/srv/hid/input/input.c (modified) * uspace/srv/hid/input/port/niagara.c (modified) * uspace/srv/hid/output/output.c (modified) * uspace/srv/hid/output/port/ega.c (modified) * uspace/srv/hid/output/port/kchar.c (modified) * uspace/srv/hid/output/port/niagara.c (modified) * uspace/srv/hid/remcons/user.c (modified) * uspace/srv/hid/rfb/Makefile (added) * uspace/srv/hid/rfb/main.c (added) * uspace/srv/hid/rfb/rfb.c (added) * uspace/srv/hid/rfb/rfb.h (added) * uspace/srv/hw/irc/obio/obio.c (modified) * uspace/srv/locsrv/category.c (modified) * uspace/srv/locsrv/locsrv.c (modified) * uspace/srv/logger/logs.c (modified) * uspace/srv/net/dhcp/Makefile (added) * uspace/srv/net/dhcp/dhcp.c (added) * uspace/srv/net/dhcp/dhcp_std.h (added) * uspace/srv/net/dnsrsrv/dns_msg.c (modified) * uspace/srv/net/dnsrsrv/dnsrsrv.c (modified) * uspace/srv/net/dnsrsrv/query.c (modified) * uspace/srv/net/dnsrsrv/transport.c (modified) * uspace/srv/net/ethip/arp.c (modified) * uspace/srv/net/ethip/atrans.c (modified) * uspace/srv/net/ethip/ethip_nic.c (modified) * uspace/srv/net/inetsrv/addrobj.c (modified) * uspace/srv/net/inetsrv/icmp.c (modified) * uspace/srv/net/inetsrv/inet_link.c (modified) * uspace/srv/net/inetsrv/inetping.c (modified) * uspace/srv/net/inetsrv/inetping6.c (modified) * uspace/srv/net/inetsrv/inetsrv.c (modified) * uspace/srv/net/inetsrv/inetsrv.h (modified) * uspace/srv/net/inetsrv/ntrans.c (modified) * uspace/srv/net/inetsrv/reass.c (modified) * uspace/srv/net/inetsrv/sroute.c (modified) * uspace/srv/net/slip/slip.c (modified) * uspace/srv/net/tcp/conn.c (modified) * uspace/srv/net/tcp/tcp.c (modified) * uspace/srv/net/udp/assoc.c (modified) * uspace/srv/net/udp/assoc.h (modified) * uspace/srv/net/udp/pdu.c (modified) * uspace/srv/net/udp/sock.c (modified) * uspace/srv/net/udp/ucall.c (modified) * uspace/srv/net/udp/ucall.h (modified) * uspace/srv/net/udp/udp_inet.c (modified) * uspace/srv/net/udp/udp_type.h (modified) * uspace/srv/ns/service.c (modified) * uspace/srv/ns/task.c (modified) * uspace/srv/taskmon/taskmon.c (modified) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_ops.c (modified) * uspace/srv/vfs/vfs_register.c (modified) Merge mainline changes. Major conflicts in USB HC drivers. ... Thu, 12 Sep 2013 20:53:09 GMT Jakub Jermar [7de1988c] * uspace/drv/audio/sb16/main.c (modified) * uspace/drv/audio/sb16/sb16.c (modified) * uspace/drv/audio/sb16/sb16.h (modified) * uspace/drv/block/ahci/ahci.c (modified) * uspace/drv/block/ata_bd/main.c (modified) * uspace/drv/bus/usb/ehci/main.c (modified) * uspace/drv/bus/usb/ehci/res.c (modified) * uspace/drv/bus/usb/ehci/res.h (modified) * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/ohci/hc.h (modified) * uspace/drv/bus/usb/ohci/ohci.c (modified) * uspace/drv/bus/usb/ohci/res.c (modified) * uspace/drv/bus/usb/ohci/res.h (modified) * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/uhci/hc.h (modified) * uspace/drv/bus/usb/uhci/res.c (modified) * uspace/drv/bus/usb/uhci/res.h (modified) * uspace/drv/bus/usb/uhci/uhci.c (modified) * uspace/drv/bus/usb/uhcirh/main.c (modified) * uspace/drv/bus/usb/uhcirh/root_hub.c (modified) * uspace/drv/bus/usb/uhcirh/root_hub.h (modified) * uspace/drv/char/i8042/i8042.c (modified) * uspace/drv/char/i8042/i8042.h (modified) * uspace/drv/char/i8042/main.c (modified) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/ne2k/ne2k.c (modified) * uspace/drv/nic/rtl8139/driver.c (modified) Adapt drivers using parsed HW resources to use the new interface. Wed, 07 Aug 2013 08:26:40 GMT Jan Vesely [e0d8b740] * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/uhci/res.c (modified) * uspace/drv/bus/usb/uhci/uhci.c (modified) uhci: remove some more error handling macros