removed comment on USB controller initialization

This commit is contained in:
Markus Fröschle
2013-10-26 11:56:18 +00:00
parent ccf8fde8b4
commit c45a959364
2 changed files with 13 additions and 1 deletions

View File

@@ -29,6 +29,18 @@
#include "stdint.h"
#include "bas_printf.h"
uint32_t pci_read_config_longword(uint16_t slot, uint16_t function, uint16_t offset)
{
return 0;
}
uint16_t pci_read_config_word(uint16_t slot, uint16_t function, uint16_t offset)
{
return 0;
}
/* start of PCI initialization code */
void init_eport(void)
{
/* concigure IRQ1-7 pins on EPORT falling edge triggered */

View File

@@ -501,7 +501,7 @@ void test_upd720101(void)
MCF_PCI_PCICAR_FUNCNUM(0) +
MCF_PCI_PCICAR_DWORD(57);
//* (uint8_t *) PCI_IO_OFFSET = 0x20; // commented out (hangs currently)
* (uint8_t *) PCI_IO_OFFSET = 0x20;
}
else
{