Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic Use device_suspensor_t instead of struct device_s...



details:   https://anonhg.NetBSD.org/src/rev/67af075cb833
branches:  trunk
changeset: 753019:67af075cb833
user:      dyoung <dyoung%NetBSD.org@localhost>
date:      Sun Mar 14 21:25:59 2010 +0000

description:
Use device_suspensor_t instead of struct device_suspensor.

diffstat:

 sys/dev/ic/athvar.h |  4 ++--
 sys/dev/ic/atwvar.h |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 0c6a34e8ce49 -r 67af075cb833 sys/dev/ic/athvar.h
--- a/sys/dev/ic/athvar.h       Sun Mar 14 21:11:41 2010 +0000
+++ b/sys/dev/ic/athvar.h       Sun Mar 14 21:25:59 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: athvar.h,v 1.31 2010/02/24 22:37:57 dyoung Exp $       */
+/*     $NetBSD: athvar.h,v 1.32 2010/03/14 21:25:59 dyoung Exp $       */
 
 /*-
  * Copyright (c) 2002-2005 Sam Leffler, Errno Consulting
@@ -175,7 +175,7 @@
 
 struct ath_softc {
        device_t                sc_dev;
-       struct device_suspensor sc_suspensor;
+       device_suspensor_t      sc_suspensor;
        pmf_qual_t              sc_qual;
        struct ethercom         sc_ec;          /* interface common */
        struct ath_stats        sc_stats;       /* interface statistics */
diff -r 0c6a34e8ce49 -r 67af075cb833 sys/dev/ic/atwvar.h
--- a/sys/dev/ic/atwvar.h       Sun Mar 14 21:11:41 2010 +0000
+++ b/sys/dev/ic/atwvar.h       Sun Mar 14 21:25:59 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: atwvar.h,v 1.36 2010/02/24 22:37:58 dyoung Exp $       */
+/*     $NetBSD: atwvar.h,v 1.37 2010/03/14 21:25:59 dyoung Exp $       */
 
 /*
  * Copyright (c) 2003, 2004 The NetBSD Foundation, Inc.  All rights reserved.
@@ -168,7 +168,7 @@
 
 struct atw_softc {
        device_t                sc_dev;
-       struct device_suspensor sc_suspensor;
+       device_suspensor_t      sc_suspensor;
        pmf_qual_t              sc_qual;
 
        struct ethercom         sc_ec;



Home | Main Index | Thread Index | Old Index