Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Jun 1998 10:58:30 -0700 (PDT)
From:      nsayer@quack.kfu.com
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   kern/6891: si driver: fix SX MTA device detection
Message-ID:  <199806081758.KAA18382@zephyr.specialix.com>

next in thread | raw e-mail | index | archive | help

>Number:         6891
>Category:       kern
>Synopsis:       si driver: fix SX MTA device detection
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun  8 11:00:01 PDT 1998
>Last-Modified:
>Originator:     Nick Sayer
>Organization:
Specialix, Inc.
>Release:        FreeBSD 2.2.2-RELEASE i386
>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;
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199806081758.KAA18382>