/openbmc/linux/include/net/ |
H A D | Space.h | diff e179d78ee11a70e2675bc572f9f4e33d97233b23 Tue Aug 03 06:40:43 CDT 2021 Arnd Bergmann <arnd@arndb.de> m68k: remove legacy probing
There are six m68k specific drivers that use the legacy probe method in drivers/net/Space.c. However, all of these only support a single device, and they completely ignore the command line settings from netdev_boot_setup_check, so there is really no point at all.
Aside from sun3_82586, these already have a module_init function that can be used for built-in mode as well, simply by removing the #ifdef.
Note that the 82596 driver was previously used on ISA as well, but that got dropped long ago.
Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/drivers/net/ethernet/8390/ |
H A D | apne.c | diff e179d78ee11a70e2675bc572f9f4e33d97233b23 Tue Aug 03 06:40:43 CDT 2021 Arnd Bergmann <arnd@arndb.de> m68k: remove legacy probing
There are six m68k specific drivers that use the legacy probe method in drivers/net/Space.c. However, all of these only support a single device, and they completely ignore the command line settings from netdev_boot_setup_check, so there is really no point at all.
Aside from sun3_82586, these already have a module_init function that can be used for built-in mode as well, simply by removing the #ifdef.
Note that the 82596 driver was previously used on ISA as well, but that got dropped long ago.
Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/drivers/net/ethernet/amd/ |
H A D | mvme147.c | diff e179d78ee11a70e2675bc572f9f4e33d97233b23 Tue Aug 03 06:40:43 CDT 2021 Arnd Bergmann <arnd@arndb.de> m68k: remove legacy probing
There are six m68k specific drivers that use the legacy probe method in drivers/net/Space.c. However, all of these only support a single device, and they completely ignore the command line settings from netdev_boot_setup_check, so there is really no point at all.
Aside from sun3_82586, these already have a module_init function that can be used for built-in mode as well, simply by removing the #ifdef.
Note that the 82596 driver was previously used on ISA as well, but that got dropped long ago.
Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | sun3lance.c | diff e179d78ee11a70e2675bc572f9f4e33d97233b23 Tue Aug 03 06:40:43 CDT 2021 Arnd Bergmann <arnd@arndb.de> m68k: remove legacy probing
There are six m68k specific drivers that use the legacy probe method in drivers/net/Space.c. However, all of these only support a single device, and they completely ignore the command line settings from netdev_boot_setup_check, so there is really no point at all.
Aside from sun3_82586, these already have a module_init function that can be used for built-in mode as well, simply by removing the #ifdef.
Note that the 82596 driver was previously used on ISA as well, but that got dropped long ago.
Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | atarilance.c | diff e179d78ee11a70e2675bc572f9f4e33d97233b23 Tue Aug 03 06:40:43 CDT 2021 Arnd Bergmann <arnd@arndb.de> m68k: remove legacy probing
There are six m68k specific drivers that use the legacy probe method in drivers/net/Space.c. However, all of these only support a single device, and they completely ignore the command line settings from netdev_boot_setup_check, so there is really no point at all.
Aside from sun3_82586, these already have a module_init function that can be used for built-in mode as well, simply by removing the #ifdef.
Note that the 82596 driver was previously used on ISA as well, but that got dropped long ago.
Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/drivers/net/ethernet/i825xx/ |
H A D | sun3_82586.c | diff e179d78ee11a70e2675bc572f9f4e33d97233b23 Tue Aug 03 06:40:43 CDT 2021 Arnd Bergmann <arnd@arndb.de> m68k: remove legacy probing
There are six m68k specific drivers that use the legacy probe method in drivers/net/Space.c. However, all of these only support a single device, and they completely ignore the command line settings from netdev_boot_setup_check, so there is really no point at all.
Aside from sun3_82586, these already have a module_init function that can be used for built-in mode as well, simply by removing the #ifdef.
Note that the 82596 driver was previously used on ISA as well, but that got dropped long ago.
Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | 82596.c | diff e179d78ee11a70e2675bc572f9f4e33d97233b23 Tue Aug 03 06:40:43 CDT 2021 Arnd Bergmann <arnd@arndb.de> m68k: remove legacy probing
There are six m68k specific drivers that use the legacy probe method in drivers/net/Space.c. However, all of these only support a single device, and they completely ignore the command line settings from netdev_boot_setup_check, so there is really no point at all.
Aside from sun3_82586, these already have a module_init function that can be used for built-in mode as well, simply by removing the #ifdef.
Note that the 82596 driver was previously used on ISA as well, but that got dropped long ago.
Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/drivers/net/ |
H A D | Space.c | diff e179d78ee11a70e2675bc572f9f4e33d97233b23 Tue Aug 03 06:40:43 CDT 2021 Arnd Bergmann <arnd@arndb.de> m68k: remove legacy probing
There are six m68k specific drivers that use the legacy probe method in drivers/net/Space.c. However, all of these only support a single device, and they completely ignore the command line settings from netdev_boot_setup_check, so there is really no point at all.
Aside from sun3_82586, these already have a module_init function that can be used for built-in mode as well, simply by removing the #ifdef.
Note that the 82596 driver was previously used on ISA as well, but that got dropped long ago.
Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: David S. Miller <davem@davemloft.net>
|