Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic add 80 MHz case
details: https://anonhg.NetBSD.org/src/rev/5c674fa34850
branches: trunk
changeset: 482008:5c674fa34850
user: mjacob <mjacob%NetBSD.org@localhost>
date: Sat Feb 12 02:25:28 2000 +0000
description:
add 80 MHz case
diffstat:
sys/dev/ic/isp_netbsd.c | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 01263e4507fe -r 5c674fa34850 sys/dev/ic/isp_netbsd.c
--- a/sys/dev/ic/isp_netbsd.c Sat Feb 12 02:24:20 2000 +0000
+++ b/sys/dev/ic/isp_netbsd.c Sat Feb 12 02:25:28 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: isp_netbsd.c,v 1.22 1999/12/20 00:38:21 mjacob Exp $ */
+/* $NetBSD: isp_netbsd.c,v 1.23 2000/02/12 02:25:28 mjacob Exp $ */
/*
* Platform (NetBSD) dependent common attachment code for Qlogic adapters.
* Matthew Jacob <mjacob%nas.nasa.gov@localhost>
@@ -585,6 +585,9 @@
*/
if (sdp->isp_lvdmode || period < 0xc) {
switch (period) {
+ case 0x9:
+ mhz = 80;
+ break;
case 0xa:
mhz = 40;
break;
Home |
Main Index |
Thread Index |
Old Index