From 13e551b64c1c3cd1c6a2025dd9328f908b9f3f39 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Wed, 7 Feb 2001 20:18:21 +0000 Subject: - use description of network cards when you have to select between interfaces; has accuracy even in the case of multiple interface for a given kernel module - write down a small "shell" to change parameters on the fly (needs compile option SPAWN_INTERACTIVE) --- mdk-stage1/probing.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mdk-stage1/probing.h') diff --git a/mdk-stage1/probing.h b/mdk-stage1/probing.h index ecafa0e0a..ea618b7b1 100644 --- a/mdk-stage1/probing.h +++ b/mdk-stage1/probing.h @@ -28,6 +28,9 @@ enum driver_type { SCSI_ADAPTERS, NETWORK_DEVICES, ANY_DRIVER_TYPE }; void get_medias(enum media_type media, char *** names, char *** models); char ** get_net_devices(void); +void net_discovered_interface(char * intf_name); +char * get_net_intf_description(char * intf_name); +void prepare_intf_descr(const char * intf_descr); #endif -- cgit v1.2.1