Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic Make AHC_DEBUG compile.
details: https://anonhg.NetBSD.org/src/rev/309613605bcf
branches: trunk
changeset: 486480:309613605bcf
user: soren <soren%NetBSD.org@localhost>
date: Tue May 23 03:50:12 2000 +0000
description:
Make AHC_DEBUG compile.
diffstat:
sys/dev/ic/aic7xxx.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r ec9ef46d69f6 -r 309613605bcf sys/dev/ic/aic7xxx.c
--- a/sys/dev/ic/aic7xxx.c Tue May 23 02:55:19 2000 +0000
+++ b/sys/dev/ic/aic7xxx.c Tue May 23 03:50:12 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: aic7xxx.c,v 1.49 2000/05/22 21:14:24 fvdl Exp $ */
+/* $NetBSD: aic7xxx.c,v 1.50 2000/05/23 03:50:12 soren Exp $ */
/*
* Generic driver for the aic7xxx based adaptec SCSI controllers
@@ -764,7 +764,7 @@
(unsigned long)(le32toh(hscb->SG_pointer)));
printf(" sg_addr:%lx sg_len:%lu\n",
(unsigned long)(le32toh(scb->sg_list[0].addr)),
- (unsigned long)(le32toh(scb->sg_list[0].len));
+ (unsigned long)(le32toh(scb->sg_list[0].len)));
printf(" cdb:%x %x %x %x %x %x %x %x %x %x %x %x\n",
hscb->cmdstore[0], hscb->cmdstore[1], hscb->cmdstore[2],
hscb->cmdstore[3], hscb->cmdstore[4], hscb->cmdstore[5],
Home |
Main Index |
Thread Index |
Old Index