Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic Cosmetic change
details: https://anonhg.NetBSD.org/src/rev/463eafae09cc
branches: trunk
changeset: 486218:463eafae09cc
user: dante <dante%NetBSD.org@localhost>
date: Mon May 15 16:38:49 2000 +0000
description:
Cosmetic change
diffstat:
sys/dev/ic/adwlib.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (20 lines):
diff -r b346fbf4ed3d -r 463eafae09cc sys/dev/ic/adwlib.c
--- a/sys/dev/ic/adwlib.c Mon May 15 16:35:49 2000 +0000
+++ b/sys/dev/ic/adwlib.c Mon May 15 16:38:49 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: adwlib.c,v 1.14 2000/05/14 19:53:32 dante Exp $ */
+/* $NetBSD: adwlib.c,v 1.15 2000/05/15 16:38:49 dante Exp $ */
/*
* Low level routines for the Advanced Systems Inc. SCSI controllers chips
@@ -3437,9 +3437,7 @@
* and WDTR messages to negotiate synchronous speed
* and offset, transfer width, and protocol options.
*/
- if ((inq->flags4 & SID_Clocking) &
- SIDV_CLOCKING_DT_ONLY)
- {
+ if((inq->flags4 & SID_Clocking) & SID_CLOCKING_DT_ONLY){
ADW_READ_WORD_LRAM(iot, ioh, ASC_MC_PPR_ABLE,
sc->ppr_able);
sc->ppr_able |= tidmask;
Home |
Main Index |
Thread Index |
Old Index