Correct name and number for sxdc modules

PR:		6891
Reviewed by:	phk
Submitted by:	Nick Sayer <nsayer@quack.kfu.com>
This commit is contained in:
phk 1998-06-10 12:49:54 +00:00
parent 45d39484dc
commit 9bf9507295
2 changed files with 6 additions and 6 deletions

View File

@ -30,7 +30,7 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
* NO EVENT SHALL THE AUTHORS BE LIABLE. * NO EVENT SHALL THE AUTHORS BE LIABLE.
* *
* $Id: si.c,v 1.70 1998/03/28 13:24:39 bde Exp $ * $Id: si.c,v 1.71 1998/06/07 17:10:56 dfr Exp $
*/ */
#ifndef lint #ifndef lint
@ -2799,8 +2799,8 @@ si_modulename(host_type, uart_type)
return(" (SI)"); return(" (SI)");
case 40: case 40:
return(" (XIO)"); return(" (XIO)");
case 80: case 72:
return(" (SX)"); return(" (SXDC)");
} }
break; break;
} }

View File

@ -30,7 +30,7 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
* NO EVENT SHALL THE AUTHORS BE LIABLE. * NO EVENT SHALL THE AUTHORS BE LIABLE.
* *
* $Id: si.c,v 1.70 1998/03/28 13:24:39 bde Exp $ * $Id: si.c,v 1.71 1998/06/07 17:10:56 dfr Exp $
*/ */
#ifndef lint #ifndef lint
@ -2799,8 +2799,8 @@ si_modulename(host_type, uart_type)
return(" (SI)"); return(" (SI)");
case 40: case 40:
return(" (XIO)"); return(" (XIO)");
case 80: case 72:
return(" (SX)"); return(" (SXDC)");
} }
break; break;
} }