diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1998-06-10 12:49:54 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1998-06-10 12:49:54 +0000 |
| commit | 4342fa91720d5a535061d3ae15129f5d183eedf5 (patch) | |
| tree | a3647f834dba036ae707ba7fbfe856a135d24cb6 | |
| parent | 9b0662e6468c1f103d8ff985225c01e1cb42549f (diff) | |
Notes
| -rw-r--r-- | sys/dev/si/si.c | 6 | ||||
| -rw-r--r-- | sys/i386/isa/si.c | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/si/si.c b/sys/dev/si/si.c index 92dda3d06f78..2d5d6a339803 100644 --- a/sys/dev/si/si.c +++ b/sys/dev/si/si.c @@ -30,7 +30,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN * 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 @@ -2799,8 +2799,8 @@ si_modulename(host_type, uart_type) return(" (SI)"); case 40: return(" (XIO)"); - case 80: - return(" (SX)"); + case 72: + return(" (SXDC)"); } break; } diff --git a/sys/i386/isa/si.c b/sys/i386/isa/si.c index 92dda3d06f78..2d5d6a339803 100644 --- a/sys/i386/isa/si.c +++ b/sys/i386/isa/si.c @@ -30,7 +30,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN * 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 @@ -2799,8 +2799,8 @@ si_modulename(host_type, uart_type) return(" (SI)"); case 40: return(" (XIO)"); - case 80: - return(" (SX)"); + case 72: + return(" (SXDC)"); } break; } |
