Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
uboot-imx
Commits
d689e346
Commit
d689e346
authored
Aug 14, 2006
by
Wolfgang Denk
Browse files
Fix drivers/dm9000.c when configured in 32 bit mode.
Patch by Eric Benard, 17 Nov 2005
parent
c72d9c52
Changes
2
Show whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
d689e346
...
...
@@ -2,6 +2,9 @@
Changes since U-Boot 1.1.4:
======================================================================
* Fix drivers/dm9000.c when configured in 32 bit mode.
Patch by Eric Benard, 17 Nov 2005
* Fix control-c handing in CONFIG_CMDLINE_EDITING
Properly pass break code back from readline.
Patch by Roger Blofeld, 31 Jul 2006
...
...
drivers/dm9000x.c
View file @
d689e346
...
...
@@ -436,6 +436,9 @@ eth_rx(void)
u8
rxbyte
,
*
rdptr
=
(
u8
*
)
NetRxPackets
[
0
];
u16
RxStatus
,
RxLen
=
0
;
u32
tmplen
,
i
;
#ifdef CONFIG_DM9000_USE_32BIT
u32
tmpdata
;
#endif
/* Check packet ready or not */
DM9000_ior
(
DM9000_MRCMDX
);
/* Dummy read */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment