Colin Watson
|
5fdbaed168
|
Remove nested functions from USB iterators.
* include/grub/usb.h (grub_usb_iterate_hook_t): New type.
(grub_usb_controller_iterate_hook_t): Likewise.
(grub_usb_iterate): Add hook_data argument.
(grub_usb_controller_iterate): Likewise.
(struct grub_usb_controller_dev.iterate): Likewise.
Update all implementations and callers.
|
2013-01-21 21:02:24 +00:00 |
|
Colin Watson
|
ca3a74469a
|
Remove nested functions from PCI iterators.
* grub-core/bus/pci.c (grub_pci_iterate): Add hook_data argument,
passed to hook. Update all callers to pass appropriate hook data.
* grub-core/bus/emu/pci.c (grub_pci_iterate): Likewise.
* include/grub/pci.h (grub_pci_iteratefunc_t): Add data argument.
Remove NESTED_FUNC_ATTR from here and from all users.
(grub_pci_iterate): Update prototype.
* grub-core/bus/cs5536.c (grub_cs5536_find: hook): Make static
instead of nested. Rename to ...
(grub_cs5536_find_iter): ... this.
* grub-core/kern/efi/mm.c (stop_broadcom: find_card): Likewise.
* grub-core/kern/mips/loongson/init.c (init_pci: set_card):
Likewise.
* grub-core/kern/vga_init.c (grub_qemu_init_cirrus: find_card):
Likewise.
* grub-core/video/bochs.c (grub_video_bochs_setup: find_card):
Likewise.
* grub-core/video/cirrus.c (grub_video_cirrus_setup: find_card):
Likewise.
* grub-core/video/efi_uga.c (find_framebuf: find_card): Likewise.
* grub-core/video/radeon_fuloong2e.c
(grub_video_radeon_fuloong2e_setup: find_card): Likewise.
* grub-core/video/sis315pro.c (grub_video_sis315pro_setup:
find_card): Likewise.
* grub-core/video/sm712.c (grub_video_sm712_setup: find_card):
Likewise.
|
2013-01-13 01:10:41 +00:00 |
|
Colin Watson
|
33a68ac643
|
* grub-core/bus/usb/ehci.c (grub_ehci_pci_iter): Remove incorrect
__attribute__ ((unused)).
* grub-core/video/bochs.c (find_card): Likewise.
* grub-core/video/cirrus.c (find_card): Likewise.
* grub-core/video/radeon_fuloong2e.c (find_card): Likewise.
* grub-core/video/sis315pro.c (find_card): Likewise.
* grub-core/video/sm712.c (find_card): Likewise.
|
2012-12-30 09:57:58 +00:00 |
|
starous
|
39b27f1eaf
|
EHCI and OHCI PCI bus master
|
2012-07-22 21:09:30 +02:00 |
|
Christer Weinigel
|
bda36bfa77
|
Fix EHCI low-speed.
* grub-core/bus/usb/ehci.c (GRUB_EHCI_MULT_ONE): Fix the value.
(GRUB_EHCI_MULT_TWO): Likewise.
(GRUB_EHCI_MULT_THREE): Likewise.
(GRUB_EHCI_CMASK_MASK): New enum value.
(GRUB_EHCI_SMASK_MASK): Likewise.
(GRUB_EHCI_CMASK_OFF): Likewise.
(GRUB_EHCI_SMASK_OFF): Likewise.
(grub_ehci_pci_iter): Enable periodic schedule.
(grub_ehci_parse_notrun): Likewise.
(grub_ehci_restore_hw): Likewise.
(grub_ehci_setup_qh): Set flags for low speed transfers.
(grub_ehci_find_qh): Use periodic list for low speed.
(grub_ehci_setup_transfer): Check periodic queue as well.
(grub_ehci_check_transfer): Likewise.
(grub_ehci_cancel_transfer): Cancel periodic transfer.
|
2012-05-31 14:02:46 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
a9cdb3cf18
|
* grub-core/bus/usb/ehci.c (grub_ehci_ehcc_read32): Restructure to
conserve alignment invariants.
(grub_ehci_ehcc_read16): Likewise.
(grub_ehci_oper_read32): Likewise.
(grub_ehci_oper_write32): Likewise.
(grub_ehci_pci_iter) [!GRUB_HAVE_UNALIGNED_ACCESS]: Check alignment.
Conserve alignment invariants.
|
2012-02-09 23:18:53 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
d3e3fab52a
|
Fix ehci on amd64.
* grub-core/bus/usb/usbhub.c (grub_usb_hub_add_dev): Use %p to print
pointers.
* grub-core/bus/usb/ehci.c (grub_ehci_pci_iter): Likewise.
(grub_ehci_setup_qh): Likewise.
(grub_ehci_find_qh): Likewise.
(grub_ehci_transaction): Likewise.
(grub_ehci_setup_transfer): Likewise.
(grub_ehci_check_transfer): Likewise.
(grub_ehci_portstatus): Likewise.
(grub_ehci_detect_dev): Likewise.
(grub_ehci_transfer_controller_data): New field td_last_phys.
(grub_ehci_setup_transfer): Fill td_last_phys.
(grub_ehci_check_transfer): Use td_last_phys.
|
2012-02-01 16:13:17 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
08491b6a5a
|
Fix type errors. Don't stop after first EHCI controller is found.
|
2012-02-01 14:08:58 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
9305dd1a82
|
Some CS5536 code
|
2011-10-01 22:51:12 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
1333929060
|
Disable SMI on OS ownership failure
|
2011-10-01 22:01:31 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
81dbdc1d0a
|
Several small fixes
|
2011-10-01 21:53:43 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
2d523c70e5
|
Use map range
|
2011-10-01 21:42:44 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
0a213f4cdb
|
Move p2v and v2p to pci.h
|
2011-10-01 21:37:02 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
e5c0534f0b
|
Fix p2v and v2p
|
2011-10-01 21:31:53 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
4fbface043
|
Remove packed attribute.
|
2011-10-01 21:14:03 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
2877805fb0
|
Fix link_td to use grub_uint32_t and not the pointer type
|
2011-10-01 21:13:29 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
0e7ebb0569
|
run indent on ehci.c
|
2011-10-01 21:04:17 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
679cbb4020
|
Replace #define with enum
|
2011-10-01 21:03:03 +02:00 |
|
Aleš Nesrsta
|
2f82ea948d
|
EHCI implementation by Aleš Nesrsta.
|
2011-10-01 20:18:47 +02:00 |
|