]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/smc91111.c
* Patch by Rick Bronson, 16 Mar 2003:
[karo-tx-uboot.git] / drivers / smc91111.c
index 6244b4eb2e03ad550087c1cfc0f0eb58d303c722..652d859dc61b13eb223f511ae5ff89f5a125e23d 100644 (file)
@@ -493,6 +493,13 @@ static int smc_send_packet(volatile void *packet, int packet_length)
        SMC_SELECT_BANK( 2 );
        SMC_outw( MC_ALLOC | numPages, MMU_CMD_REG );
 
+       /* FIXME: the ALLOC_INT bit never gets set *
+        * so the following will always give a     *
+        * memory allocation error.                *
+        * same code works in armboot though       *
+        * -ro
+        */
+
 again:
        try++;
        time_out = MEMORY_WAIT_TIME;