Re: Integration of pcnet_cs into drivers/pcmcia

Pavel Machek (pavel@bug.ucw.cz)
Sat, 11 Sep 1999 21:16:14 +0200


Hi!

> And there are still decisions to be made. Like, drivers/net/pcmcia
> seems sensible, but do we also want to mirror that in the module tree
> with /lib/modules/.../net/pcmcia? Or do they go in modules/.../net,
> or modules/.../pcmcia? This impacts the user-mode PCMCIA stuff, so
> I'd want to be involved in that decision, rather than having people
> dropping PCMCIA drivers into the kernel tree as they see fit.

Take a look at 2.3.18: big surprise for me: pcnet_cs is there! It is
in drivers/net/pcmcia. I do not know where modules go...

Following tiny patch is needed to make it compile. (Please apply.)

Pavel

--- clean/drivers/net/pcmcia/pcnet_cs.c Sat Sep 11 20:55:58 1999
+++ linux/drivers/net/pcmcia/pcnet_cs.c Sat Sep 11 21:13:07 1999
@@ -40,7 +40,7 @@
#include <asm/system.h>

#include <linux/netdevice.h>
-#include "../../drivers/net/8390.h"
+#include "../8390.h"

#include <pcmcia/version.h>
#include <pcmcia/cs_types.h>

-- 
I'm really pavel@ucw.cz. Look at http://195.113.31.123/~pavel.  Pavel
Hi! I'm a .signature virus! Copy me into your ~/.signature, please!

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/