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:
Joel Sherrill
2003-02-06 17:46:19 +00:00
parent 8d3e925485
commit 089e1b0477
3 changed files with 9 additions and 4 deletions

View File

@@ -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.

View File

@@ -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;

View File

@@ -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;