code runs until ohci_lowlevel_init() but can't continue since pci_get_resource() is not implemented yet
This commit is contained in:
@@ -42,4 +42,6 @@
|
||||
#define TARGET_ADDRESS BOOTFLASH_BASE_ADDRESS
|
||||
#endif /* COMPILE_RAM */
|
||||
|
||||
#define USB_BUFFER_SIZE 0x80000
|
||||
|
||||
#endif /* _FIREBEE_H_ */
|
||||
|
||||
@@ -16,4 +16,6 @@
|
||||
#define TARGET_ADDRESS BOOTFLASH_BASE_ADDRESS
|
||||
#endif /* COMPILE_RAM */
|
||||
|
||||
#define USB_BUFFER_SIZE 0x80000
|
||||
|
||||
#endif /* _M5484L_H_ */
|
||||
|
||||
@@ -210,7 +210,7 @@ struct resource_descriptor
|
||||
uint8_t private;
|
||||
} __attribute__ ((packed));
|
||||
|
||||
extern uint16_t pci_find_device(uint16_t device_id, uint16_t vendor_id, int index);
|
||||
extern int16_t pci_find_device(uint16_t device_id, uint16_t vendor_id, int index);
|
||||
|
||||
extern uint32_t pci_read_config_longword(uint16_t handle, uint16_t offset);
|
||||
extern uint16_t pci_read_config_word(uint16_t handle, uint16_t offset);
|
||||
|
||||
Reference in New Issue
Block a user