added more diagnostic printouts and fixed debug() routines to ease debugging

This commit is contained in:
Markus Fröschle
2013-11-07 20:29:30 +00:00
parent a0b79c96e9
commit aacb8ee021
6 changed files with 14 additions and 10 deletions

View File

@@ -170,7 +170,7 @@ struct ohci_hcca {
uint16_t pad1; /* set to 0 on each frame_no change */
#endif
uint32_t done_head; /* info returned for an interrupt */
u8 reserved_for_hc[116];
uint8_t reserved_for_hc[116];
} __attribute__((aligned(256)));
/*