lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 20 Feb 2007 18:08:57 +0000
From:	Alan <alan@...rguk.ukuu.org.uk>
To:	jgarzik@...ox.com, linux-kernel@...r.kernel.org
Subject: [PATCH] net: remove a collection of unneeded #undef REALLY_SLOW_IO
 stuff

Signed-off-by: Alan Cox <alan@...hat.com>

diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.vanilla-2.6.20-mm2/drivers/net/de600.c linux-2.6.20-mm2/drivers/net/de600.c
--- linux.vanilla-2.6.20-mm2/drivers/net/de600.c	2007-02-20 12:32:34.000000000 +0000
+++ linux-2.6.20-mm2/drivers/net/de600.c	2007-02-20 14:00:46.000000000 +0000
@@ -38,12 +38,6 @@
 /* Add more time here if your adapter won't work OK: */
 #define DE600_SLOW_DOWN	udelay(delay_time)
 
- /*
- * If you still have trouble reading/writing to the adapter,
- * modify the following "#define": (see <asm/io.h> for more info)
-#define REALLY_SLOW_IO
- */
-
 /* use 0 for production, 1 for verification, >2 for debug */
 #ifdef DE600_DEBUG
 #define PRINTK(x) if (de600_debug >= 2) printk x
diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.vanilla-2.6.20-mm2/drivers/net/ni52.c linux-2.6.20-mm2/drivers/net/ni52.c
--- linux.vanilla-2.6.20-mm2/drivers/net/ni52.c	2007-02-20 12:32:34.000000000 +0000
+++ linux-2.6.20-mm2/drivers/net/ni52.c	2007-02-20 14:00:46.000000000 +0000
@@ -104,8 +104,6 @@
 static int rfdadd;	/* rfdadd=1 may be better for 8K MEM cards */
 static int fifo=0x8;	/* don't change */
 
-/* #define REALLY_SLOW_IO */
-
 #include <linux/module.h>
 #include <linux/kernel.h>
 #include <linux/string.h>
diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.vanilla-2.6.20-mm2/drivers/net/skfp/cfm.c linux-2.6.20-mm2/drivers/net/skfp/cfm.c
--- linux.vanilla-2.6.20-mm2/drivers/net/skfp/cfm.c	2007-01-31 14:04:44.000000000 +0000
+++ linux-2.6.20-mm2/drivers/net/skfp/cfm.c	2007-02-20 14:00:46.000000000 +0000
@@ -73,7 +73,7 @@
 /*
  * map from state to downstream port type
  */
-static const u_char cf_to_ptype[] = {
+static const unsigned char cf_to_ptype[] = {
 	TNONE,TNONE,TNONE,TNONE,TNONE,
 	TNONE,TB,TB,TS,
 	TA,TB,TS,TB
diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.vanilla-2.6.20-mm2/drivers/net/sun3_82586.c linux-2.6.20-mm2/drivers/net/sun3_82586.c
--- linux.vanilla-2.6.20-mm2/drivers/net/sun3_82586.c	2007-01-31 14:04:44.000000000 +0000
+++ linux-2.6.20-mm2/drivers/net/sun3_82586.c	2007-02-20 14:00:46.000000000 +0000
@@ -28,8 +28,6 @@
 static int rfdadd = 0; /* rfdadd=1 may be better for 8K MEM cards */
 static int fifo=0x8;	/* don't change */
 
-/* #define REALLY_SLOW_IO */
-
 #include <linux/module.h>
 #include <linux/kernel.h>
 #include <linux/string.h>
diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.vanilla-2.6.20-mm2/drivers/net/wan/cosa.c linux-2.6.20-mm2/drivers/net/wan/cosa.c
--- linux.vanilla-2.6.20-mm2/drivers/net/wan/cosa.c	2007-02-20 13:38:03.000000000 +0000
+++ linux-2.6.20-mm2/drivers/net/wan/cosa.c	2007-02-20 14:00:46.000000000 +0000
@@ -94,7 +94,6 @@
 #include <linux/device.h>
 
 #undef COSA_SLOW_IO	/* for testing purposes only */
-#undef REALLY_SLOW_IO
 
 #include <asm/io.h>
 #include <asm/dma.h>
diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.vanilla-2.6.20-mm2/drivers/net/wireless/wl3501_cs.c linux-2.6.20-mm2/drivers/net/wireless/wl3501_cs.c
--- linux.vanilla-2.6.20-mm2/drivers/net/wireless/wl3501_cs.c	2007-02-20 12:32:35.000000000 +0000
+++ linux-2.6.20-mm2/drivers/net/wireless/wl3501_cs.c	2007-02-20 14:01:02.000000000 +0000
@@ -26,7 +26,6 @@
  * Tested with Planet AP in 2.5.73-bk, 216 Kbytes/s in Infrastructure mode
  * with a SMP machine (dual pentium 100), using pktgen, 432 pps (pkt_size = 60)
  */
-#undef REALLY_SLOW_IO	/* most systems can safely undef this */
 
 #include <linux/delay.h>
 #include <linux/types.h>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ