diff options
author | phk <phk@FreeBSD.org> | 1998-06-10 12:49:54 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1998-06-10 12:49:54 +0000 |
commit | 9bf95072953d11337d2ba3c6c68c84f463393739 (patch) | |
tree | 3b969dac27545888ae6def35aa6c3a5269e726d9 /sys/dev/si | |
parent | 45d39484dc498aa1de8298539011caf2d5d8eda4 (diff) | |
download | FreeBSD-src-9bf95072953d11337d2ba3c6c68c84f463393739.zip FreeBSD-src-9bf95072953d11337d2ba3c6c68c84f463393739.tar.gz |
Correct name and number for sxdc modules
PR: 6891
Reviewed by: phk
Submitted by: Nick Sayer <nsayer@quack.kfu.com>
Diffstat (limited to 'sys/dev/si')
-rw-r--r-- | sys/dev/si/si.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/si/si.c b/sys/dev/si/si.c index 92dda3d..2d5d6a3 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; } |