This is the mail archive of the ecos-patches@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

aki3068net ether driver fixed


I corrected a mistake of interrupt vector number.

Index: current/ChangeLog
===================================================================
RCS file: /cvsroot/ecos-h8/ecos/packages/devs/eth/h8300/aki3068net/current/ChangeLog,v
retrieving revision 1.1.1.3
diff -u -r1.1.1.3 ChangeLog
--- current/ChangeLog	24 Nov 2002 14:43:08 -0000	1.1.1.3
+++ current/ChangeLog	28 Feb 2003 13:10:46 -0000
@@ -1,3 +1,6 @@
+2002-12-10  Yoshinori Sato  <ysato at users dot sourceforge dot jp>
+	* include/devs_eth_h8300_aki3068net.inl: interrupt Vector no fix.
+
 2002-08-14  Yoshinori Sato  <qzb04471 at nifty dot ne dot jp>
 2002-08-14  Jonathan Larmour  <jifl at ecoscentric dot com>
 
Index: current/include/devs_eth_h8300_aki3068net.inl
===================================================================
RCS file: /cvsroot/ecos-h8/ecos/packages/devs/eth/h8300/aki3068net/current/include/devs_eth_h8300_aki3068net.inl,v
retrieving revision 1.1.1.3
retrieving revision 1.3
diff -u -r1.1.1.3 -r1.3
--- current/include/devs_eth_h8300_aki3068net.inl	24 Nov 2002 14:43:08 -0000	1.1.1.3
+++ current/include/devs_eth_h8300_aki3068net.inl	10 Dec 2002 01:24:33 -0000	1.3
@@ -58,7 +58,7 @@
 
 static dp83902a_priv_data_t dp83902a_eth0_priv_data = { 
     base: 0x200000,
-    interrupt: 16,
+    interrupt: 17,
     tx_buf1: 0x40,
     tx_buf2: 0x48,
     rx_buf_start: 0x50,

-- 
Yoshinori Sato
<ysato at users dot sourceforge dot jp>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]