Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic LP54 -> LP64 in a comment.
details: https://anonhg.NetBSD.org/src/rev/3e81f7f3ecb8
branches: trunk
changeset: 588822:3e81f7f3ecb8
user: thorpej <thorpej%NetBSD.org@localhost>
date: Sat Mar 04 20:44:11 2006 +0000
description:
LP54 -> LP64 in a comment.
diffstat:
sys/dev/ic/aac.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r fe6699a57be4 -r 3e81f7f3ecb8 sys/dev/ic/aac.c
--- a/sys/dev/ic/aac.c Sat Mar 04 20:36:15 2006 +0000
+++ b/sys/dev/ic/aac.c Sat Mar 04 20:44:11 2006 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: aac.c,v 1.26 2005/12/27 17:25:41 chs Exp $ */
+/* $NetBSD: aac.c,v 1.27 2006/03/04 20:44:11 thorpej Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -77,7 +77,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: aac.c,v 1.26 2005/12/27 17:25:41 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: aac.c,v 1.27 2006/03/04 20:44:11 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -1051,7 +1051,7 @@
* an intermediate stage may have destroyed them. They're left
* initialised here for debugging purposes only.
*/
- ac->ac_fib->Header.SenderFibAddress = htole32((u_int32_t)(intptr_t/*XXX LP54*/)ac->ac_fib);
+ ac->ac_fib->Header.SenderFibAddress = htole32((u_int32_t)(intptr_t/*XXX LP64*/)ac->ac_fib);
ac->ac_fib->Header.ReceiverFibAddress = htole32(ac->ac_fibphys);
#endif
Home |
Main Index |
Thread Index |
Old Index