(CC list trimmed)
Philip Blundell writes:
> >Does it? At which point? To me it looks like it calls dev->do_ioctl
> >or am I missing something?
>
> It uses SIOCSIFMAP, which (I think) winds up in dev.c here:
>
> case SIOCSIFMAP:
> if (dev->set_config) {
> if (!netif_device_present(dev))
> return -ENODEV;
> return dev->set_config(dev,&ifr->ifr_map);
> }
> return -EOPNOTSUPP;
It definitely does end up there. However, the ethtool ioctls end up
in dev->do_ioctl.
_____
|_____| ------------------------------------------------- ---+---+-
| | Russell King [EMAIL PROTECTED] --- ---
| | | | http://www.arm.linux.org.uk/personal/aboutme.html / / |
| +-+-+ --- -+-
/ | THE developer of ARM Linux |+| /|\
/ | | | --- |
+-+-+ ------------------------------------------------- /\\\ |
-
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/
- Re: [RFC] Configuring synchronous interfaces in Linux Xavier Bestel
- Re: [RFC] Configuring synchronous interfaces in Linux Russell King
- Re: [RFC] Configuring synchronous interfaces in Linux Francois Romieu
- Re: [RFC] Configuring synchronous interfaces in L... Donald Becker
- Re: [RFC] Configuring synchronous interfaces in Linux Philip Blundell
- Re: [RFC] Configuring synchronous interfaces in Linux Bogdan Costescu
- Re: [RFC] Configuring synchronous interfaces in Linux Jeff Garzik
- Re: [RFC] Configuring synchronous interfaces in Linux Russell King
- Re: [RFC] Configuring synchronous interfaces in Linux Philip Blundell
- Re: [RFC] Configuring synchronous interfaces in L... Philip Blundell
- Re: [RFC] Configuring synchronous interfaces ... Russell King
- Re: [RFC] Configuring synchronous interfaces in Linux Keith Owens
- Re: [RFC] Configuring synchronous interfaces in L... Jeff Garzik
- Re: [RFC] Configuring synchronous interfaces ... Keith Owens
- Re: [RFC] Configuring synchronous interfa... Keith Owens
- Re: [RFC] Configuring synchronous interfaces in Linux Donald Becker

