Browse Source

add ifconfig param readphy,writephy.

Signed-off-by: QiaoChong <qiaochong@loongson.cn>
master
QiaoChong 14 years ago
parent
commit
425917f40e
  1. 2
      sys/sys/sockio.h

2
sys/sys/sockio.h

@ -110,4 +110,6 @@
#define SIOCRDEEPROM 0x8947 /* Read EEprom 82541 */ #define SIOCRDEEPROM 0x8947 /* Read EEprom 82541 */
#define SIOCWREEPROM 0x8948 /* Write eeprom 82541 */ #define SIOCWREEPROM 0x8948 /* Write eeprom 82541 */
#define SIOCGETHERADDR 0x8950 /* Ethtool interface */ #define SIOCGETHERADDR 0x8950 /* Ethtool interface */
#define SIOCRDPHY 0x8951
#define SIOCWRPHY 0x8952
#endif /* !_SYS_SOCKIO_H_ */ #endif /* !_SYS_SOCKIO_H_ */

Loading…
Cancel
Save