Russell King <[EMAIL PROTECTED]> écrit :
[...]
> We already have a standard interface for this, but many drivers do not
> support it.  Its called "ifconfig eth0 media xxx":
> 
> bash-2.04# ifconfig --help
> Usage:
>   ifconfig [-a] [-i] [-v] [-s] <interface> [[<AF>] <address>]
> ...
>   [mem_start <NN>]  [io_addr <NN>]  [irq <NN>]  [media <type>]

Ok. Hmmm... If I want to do something like 
'ifconfig scc0 media some_frequency up' as I hope to set scc0 as a DCE (or 
ifconfig scc0 media auto up' for a DTE), I must teach ifconfig.c to 
distinguish Ethernet and synchrone interface based on interface.type, right ? 

-- 
Ueimor
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to