[4270] in linux-net channel archive

home help back first fref pref prev next nref lref last post

Minor drivers/net/ac3200.c patch

daemon@ATHENA.MIT.EDU (Paul Gortmaker)
Tue Sep 3 00:29:28 1996

From: Paul Gortmaker <Paul.Gortmaker@anu.edu.au>
To: torvalds@cs.helsinki.fi (Linus Torvalds)
Date: 	Tue, 3 Sep 1996 12:28:52 +1000 (EST)
Cc: linux-net@vger.rutgers.edu


Came across this while I was UTSL to work on another EISA driver.

Regards,
Paul.


--- linux/drivers/net/ac3200.c~	Tue Sep  3 12:18:14 1996
+++ linux/drivers/net/ac3200.c	Tue Sep  3 12:19:07 1996
@@ -137,7 +137,7 @@
 	for (i = 0; i < 4; i++)
 		if (inl(ioaddr + AC_ID_PORT) != AC_EISA_ID) {
 			printk("EISA ID mismatch, %8x vs %8x.\n",
-				   inl(ioaddr + AC_EISA_ID), AC_EISA_ID); 
+				   inl(ioaddr + AC_ID_PORT), AC_EISA_ID); 
 			return ENODEV;
 		}
 

home help back first fref pref prev next nref lref last post