netdev
[Top] [All Lists]

[PATCH] (2/3) Space.c -- update comment

To: "David S. Miller" <davem@xxxxxxxxxx>
Subject: [PATCH] (2/3) Space.c -- update comment
From: Stephen Hemminger <shemminger@xxxxxxxx>
Date: Tue, 23 Sep 2003 10:12:35 -0700
Cc: netdev@xxxxxxxxxxx
Organization: Open Source Development Lab
Sender: netdev-bounce@xxxxxxxxxxx
Keep comments and current status in sync.

diff -Nru a/drivers/net/Space.c b/drivers/net/Space.c
--- a/drivers/net/Space.c       Tue Sep 23 09:37:04 2003
+++ b/drivers/net/Space.c       Tue Sep 23 09:37:04 2003
@@ -12,18 +12,15 @@
  *             Donald J. Becker, <becker@xxxxxxxxx>
  *
  * Changelog:
+ *             Stephen Hemminger (09/2003)
+ *             - get rid of pre-linked dev list, dynamic device allocation
  *             Paul Gortmaker (03/2002)
-               - struct init cleanup, enable multiple ISA autoprobes.
+ *             - struct init cleanup, enable multiple ISA autoprobes.
  *             Arnaldo Carvalho de Melo <acme@xxxxxxxxxxxxxxxx> - 09/1999
  *             - fix sbni: s/device/net_device/
  *             Paul Gortmaker (06/98): 
  *              - sort probes in a sane way, make sure all (safe) probes
  *                get run once & failed autoprobes don't autoprobe again.
- *
- *     FIXME:
- *             Phase out placeholder dev entries put in the linked list
- *             here in favour of drivers using init_etherdev(NULL, ...)
- *             combined with a single find_all_devs() function (for 2.3)
  *
  *             This program is free software; you can redistribute it and/or
  *             modify it under the terms of the GNU General Public License

<Prev in Thread] Current Thread [Next in Thread>