--- sym53c8xx.c.bak Tue Feb 27 11:05:43 2001
+++ sym53c8xx.c Tue Feb 27 11:09:13 2001
@@ -5473,6 +5473,23 @@
if (np->scsi_mode == SMODE_HVD)
np->rv_stest2 |= 0x20;
+ switch (np->scsi_mode) {
+ case SMODE_SE:
+ printk(KERN_INFO "%s: Bus mode: Single-Ended\n",
+ ncr_name(np));
+ break;
+
+ case SMODE_LVD:
+ printk(KERN_INFO "%s: Bus mode: LVD\n",
+ ncr_name(np));
+ break;
+
+ case SMODE_HVD:
+ printk(KERN_INFO "%s: Bus mode: High Voltage Differential\n",
+ ncr_name(np));
+ break;
+ }
+
/*
** Set LED support from SCRIPTS.
** Ignore this feature for boards known to use a
====================================================================
Khalid Aziz Linux Development Laboratory
(970)898-9214 Hewlett-Packard
khalid@fc.hp.com Fort Collins, CO
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/