linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch] 3c515 warnings
@ 2001-09-16 22:46 Andres Salomon
  0 siblings, 0 replies; 2+ messages in thread
From: Andres Salomon @ 2001-09-16 22:46 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 614 bytes --]

I'm not sure what happened to the full_duplex variable in 3c515.c, but
it was ignored by the driver anyways.  The attached patch removes the
MODULE_PARM references to the variable (which would cause a warning
to be spewed when you tried to modprobe the driver).  Diff'd against
2.4.10-pre9, please apply.

BTW, does anyone actually use this driver?  I'm cleaning it up a bit,
and possibly (if I have the time) syncing w/ becker's latest; 
if anyone's interested in testing it out, let me know.

-- 
"Any OS is only as good as its admin, and you obviously suck."
	-- Ian Gulliver, http://orbz.org/mail/mansunix.txt

[-- Attachment #2: duplex_arg.diff --]
[-- Type: text/plain, Size: 767 bytes --]

--- linux/drivers/net/3c515.c	Sun Sep 16 00:11:42 2001
+++ linux.dilinger/drivers/net/3c515.c	Sun Sep 16 12:49:56 2001
@@ -84,12 +84,10 @@
 MODULE_DESCRIPTION("3Com 3c515 Corkscrew driver");
 MODULE_PARM(debug, "i");
 MODULE_PARM(options, "1-" __MODULE_STRING(8) "i");
-MODULE_PARM(full_duplex, "1-" __MODULE_STRING(8) "i");
 MODULE_PARM(rx_copybreak, "i");
 MODULE_PARM(max_interrupt_work, "i");
 MODULE_PARM_DESC(debug, "3c515 debug level (0-6)");
 MODULE_PARM_DESC(options, "3c515: Bits 0-2: media type, bit 3: full duplex, bit 4: bus mastering");
-MODULE_PARM_DESC(full_duplex, "(ignored)");
 MODULE_PARM_DESC(rx_copybreak, "3c515 copy breakpoint for copy-only-tiny-frames");
 MODULE_PARM_DESC(max_interrupt_work, "3c515 maximum events handled per interrupt");
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [patch] 3c515 warnings
@ 2001-09-22 11:47 Per Jessen
  0 siblings, 0 replies; 2+ messages in thread
From: Per Jessen @ 2001-09-22 11:47 UTC (permalink / raw)
  To: Andres Salomon, linux-kernel

On Sun, 16 Sep 2001 18:46:51 -0400, Andres Salomon wrote:
>BTW, does anyone actually use this driver?  I'm cleaning it up a bit,
>and possibly (if I have the time) syncing w/ becker's latest; 
>if anyone's interested in testing it out, let me know.

Yes, I'm using it - got a couple of 515 cards. 

/Per

regards,
Per Jessen, Zurich
http://www.enidan.com - home of the J1 serial console.

Windows 2001: "I'm sorry Dave ...  I'm afraid I can't do that."



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-09-23  0:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-09-16 22:46 [patch] 3c515 warnings Andres Salomon
2001-09-22 11:47 Per Jessen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).