# SPDX-License-Identifier: LicenseRef-EDTtermsOfUse
#
# MAC address calculation details for EDT devices.
# This file is used as input for pciload & other applicable devices.
#
# Format:
#
#     <DEVICE_NAME> <TYPE_NUMBER> <PREFIX> <OFFSET> <COUNT>
#
# - DEVICE_NAME: informational
# - TYPE_NUMBER: specific type number for each board; see wiki (edt internal)
# - PREFIX: is the part of the serial number that is not used in the calculation
# - OFFSET: offset for macaddr calculation
# - COUNT: number of macaddrs assigned to this device
#
# EDT OUI (left 24 bits) is `00:25:1c`, the type number is the next 8 bits, and
# the rest (right 16 bits) are calculated, as follows:
#
#     00251C << 24 | type_num << 16 | offset * (sn * multiplier) + 0..count-1
#
# to produce count macaddrs
#
# Copyright (c) 2015, Engineering Design Team, Inc.
# www.edt.com

AMCFX5 0 FX5 64 4
DDSP 1 DDS 64 2
SNAP1 2 SN 0 1
WSU1 3 WRSB100G 0 1
3P 4 M502 0 3
SC2 5 SC2 0 1
PCIE8G3_KU B KU 0 4
PCIE8G3_A5 C A5 0 2
TACWRAP 11 TWV 0 2
