From eb3f92cc2f61fc1094c0b0cd763842175fb4ff1a Mon Sep 17 00:00:00 2001 From: lile Date: Mon, 5 Jul 1999 17:47:50 +0000 Subject: Update to latest version of PowerMACH Works from Olicom. --- sys/contrib/dev/oltr/trlldmac.c | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'sys/contrib/dev/oltr/trlldmac.c') diff --git a/sys/contrib/dev/oltr/trlldmac.c b/sys/contrib/dev/oltr/trlldmac.c index 1588488..73eca9a 100644 --- a/sys/contrib/dev/oltr/trlldmac.c +++ b/sys/contrib/dev/oltr/trlldmac.c @@ -1,26 +1,26 @@ /* - ****************************** trlld.h *********************************** + * $Id$ * - * Copyright (c) 1997 - * OLICOM A/S - * Denmark + * Copyright (c) 1997 + * OLICOM A/S + * Denmark * - * All Rights Reserved + * All Rights Reserved * - * This source file is subject to the terms and conditions of the - * OLICOM Software License Agreement which restricts the manner - * in which it may be used. + * This source file is subject to the terms and conditions of the + * OLICOM Software License Agreement which restricts the manner + * in which it may be used. * *--------------------------------------------------------------------------- * - * Description: Olicom TMS-380 adapter microcode + * Description: Olicom TMS-380 adapter micro-code * *--------------------------------------------------------------------------- */ #include "opt_oltr.h" -#ifndef OLTR_NO_TMS_MAC +#ifndef OLTR_NO_TMS_MAC unsigned char TRlldMacCode[] = { 0x52, 0x94, 0x02, 0x00, 0xba, 0x7a, 0x00, 0x00, 0xa0, 0x00, 0x01, 0xc8, 0xe2, 0x28, 0xd4, 0xdb, 0x80, 0x00, 0x40, 0x00, 0x20, 0x00, 0x10, 0x00, 0x08, 0x00, 0x04, 0x00, 0x02, 0x00, 0x01, 0x00, -- cgit v1.1