From nick@luna.specialix.com  Mon Jun  8 10:58:42 1998
Received: from luna.specialix.com (PGkbwpos6XpQcI59wm7bn4vng659jNLW@luna.specialix.com [192.65.145.1])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA04402
          for <FreeBSD-gnats-submit@freebsd.org>; Mon, 8 Jun 1998 10:58:40 -0700 (PDT)
          (envelope-from nick@luna.specialix.com)
Received: from zephyr.specialix.com (zephyr.specialix.com [192.65.145.58])
	by luna.specialix.com (8.8.8/8.8.5) with ESMTP id KAA05322
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 8 Jun 1998 10:58:35 -0700 (PDT)
Received: by zephyr.specialix.com 
        (8.8.5//ident-1.0) id KAA18382; Mon, 8 Jun 1998 10:58:30 -0700 (PDT) 
Message-Id: <199806081758.KAA18382@zephyr.specialix.com>
Date: Mon, 8 Jun 1998 10:58:30 -0700 (PDT)
From: nsayer@quack.kfu.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: si driver: fix SX MTA device detection
X-Send-Pr-Version: 3.2

>Number:         6891
>Category:       kern
>Synopsis:       si driver: fix SX MTA device detection
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun  8 11:00:01 PDT 1998
>Closed-Date:    Wed Jun 10 05:50:01 PDT 1998
>Last-Modified:  Wed Jun 10 05:50:10 PDT 1998
>Originator:     Nick Sayer
>Release:        FreeBSD 2.2.2-RELEASE i386
>Organization:
Specialix, Inc.
>Environment:

SX ISA and SX PCI cards, si driver

>Description:

Having finally got sample SXDC modules, we now know what the
correct name and number for them is. :-/

>How-To-Repeat:

>Fix:
	

--- si.c-	Mon Jun  8 10:54:59 1998
+++ si.c	Mon Jun  8 10:55:08 1998
@@ -2809,7 +2809,7 @@
 			return(" (SI)");
 		case 40:
 			return(" (XIO)");
-		case 80:
+		case 72:
- 			return(" (SX)");
+ 			return(" (SXDC)");
 		}
 		break;
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: phk 
State-Changed-When: Wed Jun 10 05:50:01 PDT 1998 
State-Changed-Why:  
fixed in current 
>Unformatted:
