Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/sa11x0 Update from hpcarm with cookie change.



details:   https://anonhg.NetBSD.org/src/rev/e2aea9b19666
branches:  trunk
changeset: 513390:e2aea9b19666
user:      rjs <rjs%NetBSD.org@localhost>
date:      Mon Jul 30 10:55:49 2001 +0000

description:
Update from hpcarm with cookie change.

diffstat:

 sys/arch/arm/sa11x0/sa11xx_pcicvar.h |  11 ++++-------
 1 files changed, 4 insertions(+), 7 deletions(-)

diffs (32 lines):

diff -r 5bf617161350 -r e2aea9b19666 sys/arch/arm/sa11x0/sa11xx_pcicvar.h
--- a/sys/arch/arm/sa11x0/sa11xx_pcicvar.h      Mon Jul 30 10:50:59 2001 +0000
+++ b/sys/arch/arm/sa11x0/sa11xx_pcicvar.h      Mon Jul 30 10:55:49 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sa11xx_pcicvar.h,v 1.1 2001/07/08 23:37:54 rjs Exp $   */
+/*     $NetBSD: sa11xx_pcicvar.h,v 1.2 2001/07/30 10:55:49 rjs Exp $   */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -49,10 +49,7 @@
 
        int power_capability;
 
-       /* private data for pcictag functions */
-       struct sa11x0_softc *saip_sc;
-       struct sacc_softc *sacc_sc;
-       void *pddata;
+       void *pcictag_cookie;   /* opaque data for pcictag functions */
 };
 
 struct sapcic_tag {
@@ -67,8 +64,8 @@
 
 /* registers and their values */
 #define SAPCIC_STATUS_CARD             0
-#define        SAPCIC_CARD_VALID               1
-#define        SAPCIC_CARD_INVALID             0
+#define SAPCIC_CARD_VALID              1
+#define SAPCIC_CARD_INVALID            0
 #define SAPCIC_STATUS_VS1              1
 #define SAPCIC_STATUS_VS2              2
 #define SAPCIC_STATUS_READY            3



Home | Main Index | Thread Index | Old Index