129 lines · c
1/* SPDX-License-Identifier: GPL-2.0-only */2/*3 * ciscode.h4 *5 * The initial developer of the original code is David A. Hinds6 * <dahinds@users.sourceforge.net>. Portions created by David A. Hinds7 * are Copyright (C) 1999 David A. Hinds. All Rights Reserved.8 *9 * (C) 1999 David A. Hinds10 */11 12#ifndef _LINUX_CISCODE_H13#define _LINUX_CISCODE_H14 15/* Manufacturer and Product ID codes */16 17#define MANFID_3COM 0x010118#define PRODID_3COM_3CXEM556 0x003519#define PRODID_3COM_3CCFEM556 0x055620#define PRODID_3COM_3C562 0x056221 22#define MANFID_ACCTON 0x01bf23#define PRODID_ACCTON_EN2226 0x010a24 25#define MANFID_ADAPTEC 0x012f26#define PRODID_ADAPTEC_SCSI 0x000127 28#define MANFID_ATT 0xffff29#define PRODID_ATT_KIT 0x010030 31#define MANFID_CONTEC 0xc00132 33#define MANFID_FUJITSU 0x000434#define PRODID_FUJITSU_MBH10302 0x000435#define PRODID_FUJITSU_MBH10304 0x100336#define PRODID_FUJITSU_LA501 0x200037 38#define MANFID_IBM 0x00a439#define PRODID_IBM_HOME_AND_AWAY 0x002e40 41#define MANFID_INTEL 0x008942#define PRODID_INTEL_DUAL_RS232 0x030143#define PRODID_INTEL_2PLUS 0x842244 45#define MANFID_KME 0x003246#define PRODID_KME_KXLC005_A 0x070447#define PRODID_KME_KXLC005_B 0x290448 49#define MANFID_LINKSYS 0x014350#define PRODID_LINKSYS_PCMLM28 0xc0ab51#define PRODID_LINKSYS_3400 0x334152 53#define MANFID_MEGAHERTZ 0x010254#define PRODID_MEGAHERTZ_VARIOUS 0x000055#define PRODID_MEGAHERTZ_EM3288 0x000656 57#define MANFID_MACNICA 0xc00b58 59#define MANFID_MOTOROLA 0x010960#define PRODID_MOTOROLA_MARINER 0x050161 62#define MANFID_NATINST 0x010b63#define PRODID_NATINST_QUAD_RS232 0xd18064 65#define MANFID_NEW_MEDIA 0x005766 67#define MANFID_NOKIA 0x012468#define PRODID_NOKIA_CARDPHONE 0x090069 70#define MANFID_OLICOM 0x012171#define PRODID_OLICOM_OC2231 0x312272#define PRODID_OLICOM_OC2232 0x322273 74#define MANFID_OMEGA 0x013775#define PRODID_OMEGA_QSP_100 0x002576 77#define MANFID_OSITECH 0x014078#define PRODID_OSITECH_JACK_144 0x000179#define PRODID_OSITECH_JACK_288 0x000280#define PRODID_OSITECH_JACK_336 0x000781#define PRODID_OSITECH_SEVEN 0x000882 83#define MANFID_OXSEMI 0x027984 85#define MANFID_PIONEER 0x000b86 87#define MANFID_PSION 0x016c88#define PRODID_PSION_NET100 0x002389 90#define MANFID_QUATECH 0x013791#define PRODID_QUATECH_SPP100 0x000392#define PRODID_QUATECH_DUAL_RS232 0x001293#define PRODID_QUATECH_DUAL_RS232_D1 0x000794#define PRODID_QUATECH_DUAL_RS232_D2 0x005295#define PRODID_QUATECH_DUAL_RS232_G 0x004d96#define PRODID_QUATECH_QUAD_RS232 0x001b97#define PRODID_QUATECH_DUAL_RS422 0x000e98#define PRODID_QUATECH_QUAD_RS422 0x004599 100#define MANFID_SMC 0x0108101#define PRODID_SMC_ETHER 0x0105102 103#define MANFID_SOCKET 0x0104104#define PRODID_SOCKET_DUAL_RS232 0x0006105#define PRODID_SOCKET_EIO 0x000a106#define PRODID_SOCKET_LPE 0x000d107#define PRODID_SOCKET_LPE_CF 0x0075108 109#define MANFID_SUNDISK 0x0045110 111#define MANFID_TDK 0x0105112#define PRODID_TDK_CF010 0x0900113#define PRODID_TDK_NP9610 0x0d0a114#define PRODID_TDK_MN3200 0x0e0a115#define PRODID_TDK_GN3410 0x4815116 117#define MANFID_TOSHIBA 0x0098118 119#define MANFID_UNGERMANN 0x02c0120 121#define MANFID_XIRCOM 0x0105122 123#define MANFID_POSSIO 0x030c124#define PRODID_POSSIO_GCC 0x0003125 126#define MANFID_NEC 0x0010127 128#endif /* _LINUX_CISCODE_H */129