Commit 89808b34 authored by Stephen Hemminger's avatar Stephen Hemminger

[NET]: Fix inaccurate comments in Space.c

parent 31092e59
...@@ -12,19 +12,16 @@ ...@@ -12,19 +12,16 @@
* Donald J. Becker, <becker@scyld.com> * Donald J. Becker, <becker@scyld.com>
* *
* Changelog: * Changelog:
* Stephen Hemminger (09/2003)
* - get rid of pre-linked dev list, dynamic device allocation
* Paul Gortmaker (03/2002) * Paul Gortmaker (03/2002)
- struct init cleanup, enable multiple ISA autoprobes. * - struct init cleanup, enable multiple ISA autoprobes.
* Arnaldo Carvalho de Melo <acme@conectiva.com.br> - 09/1999 * Arnaldo Carvalho de Melo <acme@conectiva.com.br> - 09/1999
* - fix sbni: s/device/net_device/ * - fix sbni: s/device/net_device/
* Paul Gortmaker (06/98): * Paul Gortmaker (06/98):
* - sort probes in a sane way, make sure all (safe) probes * - sort probes in a sane way, make sure all (safe) probes
* get run once & failed autoprobes don't autoprobe again. * 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 * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License * modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version * as published by the Free Software Foundation; either version
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment