Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!bloom-beacon!bu-cs!budd From: budd@bu-cs.BU.EDU (Philip Budne) Newsgroups: comp.dcom.lans Subject: Re: Ethernet manufacturer codes Summary: updated 802 manufacturers list Message-ID: <22787@bu-cs.BU.EDU> Date: 22 May 88 20:45:42 GMT References: <192@ftp.COM> Organization: Boston U. Comp. Sci. Lines: 53 I merged my list with Nancy's to get this list; struct mfgr { unsigned long mf_code; char *mf_name; } mfgrs[] = { 0x00002a, "TRW", 0x00005a, "S&Koch", 0x000093, "Proteon", 0x0000aa, "Xerox", 0x0000c0, "WDgtl", 0x0000dd, "Gould", 0x000102, "BBN", /* unofficial */ 0x001700, "Kabel", 0x00dd00, "U-B", /* seen in PC/RT */ 0x020701, "Interlan", /* (UNIBUS/QBUS) */ 0x02608c, "3Com", /* (PC/Imagen/Valid) */ 0x02cf1f, "CMC", /* (Masscomp) */ 0x080002, "Bridge", 0x080005, "Symbolics", 0x080009, "H-P", 0x080010, "AT+T", /* ?? */ 0x080014, "Excelan", /* (BBN Butterfly/Masscomp/Iris) */ 0x08001a, "DG", 0x080020, "Sun", 0x08002b, "DEC", /* UNIBUS/QBUS/VAX/LANBridge */ 0x080047, "Sequent", 0x080049, "Univation", 0x08004c, "Encore", 0x08004e, "BICC", 0x080068, "Ridge", 0x080089, "Kinetics", 0x08008b, "Pyramid", 0x08008d, "XyVision", 0x09002b, "*LanBridge multicast", /* MULTICAST */ /* only if rest = 01-00-01 */ 0x800010, "AT+T", /* 3b2 3Bnet card */ 0xaa0003, "DEC", /* DEUNA/KLNI */ 0xaa0004, "DECNET", /* logical address */ 0xab0000, "*DECnet multcast", /* MULTICAST */ /* * lower part * 03-00-00 DECnet phase IV end node hello * 04-00-00 DECnet phase IV router hello */ 0xab0003, "*LAT multicast", /* MULTICAST ??*/ 0xc00000, "Western Digital?", /* ?? */ 0xcf0000, "*CTP multicast", /* MULTICAST */ 0, "" }; int nmfgrs = ( sizeof( mfgrs ) / sizeof( MFGR ) ) - 1;