mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 22:48:23 +00:00
2003-02-06 Ilya Alexeev <ilya@continuum.ru>
* m68360.h: Correct the order of fields in the ethernet structure to account for the typo in MC68360UM (page 7-248).
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2003-02-06 Ilya Alexeev <ilya@continuum.ru>
|
||||
|
||||
* m68360.h: Correct the order of fields in the ethernet structure
|
||||
to account for the typo in MC68360UM (page 7-248).
|
||||
|
||||
2002-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Require autoconf-2.57 + automake-1.7.2.
|
||||
|
||||
@@ -263,9 +263,9 @@ typedef struct m360SCCENparms_ {
|
||||
unsigned short iaddr3;
|
||||
unsigned short iaddr4;
|
||||
unsigned short _boff_cnt;
|
||||
unsigned short taddr_l;
|
||||
unsigned short taddr_m;
|
||||
unsigned short taddr_h;
|
||||
unsigned short taddr_m;
|
||||
unsigned short taddr_l;
|
||||
} ethernet;
|
||||
struct {
|
||||
unsigned long crc_p;
|
||||
|
||||
@@ -263,9 +263,9 @@ typedef struct m360SCCENparms_ {
|
||||
unsigned short iaddr3;
|
||||
unsigned short iaddr4;
|
||||
unsigned short _boff_cnt;
|
||||
unsigned short taddr_l;
|
||||
unsigned short taddr_m;
|
||||
unsigned short taddr_h;
|
||||
unsigned short taddr_m;
|
||||
unsigned short taddr_l;
|
||||
} ethernet;
|
||||
struct {
|
||||
unsigned long crc_p;
|
||||
|
||||
Reference in New Issue
Block a user