Ignore:
Timestamp:
2010-03-07T22:51:38Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
60ab6c3
Parents:
b5cbff4 (diff), 31c80a5 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge from lp:~lukasmejdrech/helenos/network.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/include/ethernet_protocols.h

    rb5cbff4 r71b00dcc  
    373373#define ETH_P_Stanford_V_Kernel_prod            0x805C
    374374
    375 /** Evans & Sutherland ethernet protocol type.
     375/** Evans &Sutherland ethernet protocol type.
    376376 */
    377377#define ETH_P_Evans_Sutherland          0x805D
     
    873873#define ETH_P_Taurus_Controls_MAX               0x82AB
    874874
    875 /** Walker Richer & Quinn ethernet protocol type.
     875/** Walker Richer &Quinn ethernet protocol type.
    876876 */
    877877#define ETH_P_Walker_Richer_Quinn_MIN           0x82AC
    878878
    879 /** Walker Richer & Quinn ethernet protocol type.
     879/** Walker Richer &Quinn ethernet protocol type.
    880880 */
    881881#define ETH_P_Walker_Richer_Quinn_MAX           0x8693
     
    921921#define ETH_P_ATOMIC            0x86DF
    922922
    923 /** Landis & Gyr Powers ethernet protocol type.
     923/** Landis &Gyr Powers ethernet protocol type.
    924924 */
    925925#define ETH_P_Landis_Gyr_Powers_MIN             0x86E0
    926926
    927 /** Landis & Gyr Powers ethernet protocol type.
     927/** Landis &Gyr Powers ethernet protocol type.
    928928 */
    929929#define ETH_P_Landis_Gyr_Powers_MAX             0x86EF
Note: See TracChangeset for help on using the changeset viewer.