after a warm start we have really odd memory issues:
authorBernhard Urban <lewurm@gmx.net>
Mon, 21 Sep 2009 00:44:54 +0000 (02:44 +0200)
committerBernhard Urban <lewurm@gmx.net>
Mon, 21 Sep 2009 01:17:00 +0000 (03:17 +0200)
commitd41a4eea2e3e97cb074c3869ad40b804d84ad36a
tree21bafd77db530519abd16ef9f1045d72fc92cd9a
parent113b79747a3b5c358f1b1f0af5c562ca5a5bd2eb
after a warm start we have really odd memory issues:
ohci0 isn't able to read or write (actually we don't know exactly) from an
allocated resource.
may some malloc/free/sync/mmu fail?! no idea! :(

therefore here a hack to in ohci_init. when the ohci isn't in the RESET
state (that is after an hardware reset), we know it is an warm start and
allocated some memory... but this is no real useful workaround :(
main.c
usb/host/ohci.c