# # ChangeLog for uspace/drv/ehci-hcd/main.c in mainline # # Generated by Trac 1.6 # 2025-05-29T21:32:33Z Sat, 19 Mar 2011 17:40:15 GMT Vojtech Horky [f51594fa] * uspace/drv/ehci-hcd/Makefile (modified) * uspace/drv/ehci-hcd/ehci.h (added) * uspace/drv/ehci-hcd/hc_iface.c (added) * uspace/drv/ehci-hcd/main.c (modified) Add EHCI stub for HC interface Sun, 13 Mar 2011 23:10:50 GMT Jan Vesely [f123909] * uspace/doc/doxygroups.h (modified) * uspace/drv/ehci-hcd/main.c (modified) * uspace/drv/uhci-rhd/main.c (modified) * uspace/drv/uhci-rhd/port.c (modified) * uspace/drv/uhci-rhd/port.h (modified) * uspace/drv/uhci-rhd/root_hub.c (modified) * uspace/drv/uhci-rhd/root_hub.h (modified) Doxygen fixes and refactoring. UHCI root hub driver should be ... Mon, 07 Mar 2011 20:22:57 GMT Vojtech Horky [1d115c8] * .bzrignore (modified) * boot/arch/mips32/src/asm.S (modified) * uspace/app/bdsh/cmds/modules/mkfile/mkfile.c (modified) * uspace/drv/ehci-hcd/main.c (modified) * uspace/drv/ehci-hcd/pci.c (modified) * uspace/drv/uhci-hcd/batch.c (modified) * uspace/drv/uhci-hcd/iface.c (modified) * uspace/drv/uhci-hcd/main.c (modified) * uspace/drv/uhci-hcd/pci.c (modified) * uspace/drv/uhci-hcd/root_hub.c (modified) * uspace/drv/uhci-hcd/transfer_list.c (modified) * uspace/drv/uhci-hcd/transfer_list.h (modified) * uspace/drv/uhci-hcd/uhci.c (modified) * uspace/drv/uhci-hcd/uhci.h (modified) * uspace/drv/uhci-hcd/uhci_struct/queue_head.h (modified) * uspace/drv/uhci-hcd/uhci_struct/transfer_descriptor.c (modified) * uspace/drv/uhci-hcd/utils/device_keeper.c (modified) * uspace/drv/uhci-rhd/main.c (modified) * uspace/drv/uhci-rhd/port.c (modified) * uspace/drv/uhci-rhd/port_status.c (modified) * uspace/drv/uhci-rhd/root_hub.c (modified) Merge development/ changes Mon, 07 Mar 2011 18:27:04 GMT Vojtech Horky [0969e45e] * uspace/doc/doxygroups.h (modified) * uspace/drv/ehci-hcd/main.c (modified) * uspace/drv/ehci-hcd/pci.c (modified) * uspace/drv/ehci-hcd/pci.h (modified) Removal of UHCI comments from EHCI driver Mon, 07 Mar 2011 16:22:55 GMT Jan Vesely [0d3167e] * uspace/drv/ehci-hcd/main.c (modified) * uspace/drv/ehci-hcd/pci.c (modified) EHCI, zero configured flag to surrender root hub port control Mon, 07 Mar 2011 14:30:32 GMT Jan Vesely [13927cf] * uspace/drv/ehci-hcd/main.c (modified) * uspace/drv/ehci-hcd/pci.c (modified) Doxygen and other comments Sun, 06 Mar 2011 15:34:06 GMT Jan Vesely [40a5d40] * boot/arch/amd64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/drv/ehci-hcd/Makefile (added) * uspace/drv/ehci-hcd/ehci-hcd (added) * uspace/drv/ehci-hcd/ehci-hcd.ma (added) * uspace/drv/ehci-hcd/main.c (added) * uspace/drv/ehci-hcd/pci.c (added) * uspace/drv/ehci-hcd/pci.h (added) * uspace/drv/pciintel/pci.c (modified) Add EHCI stub and implement BIOS handover.