Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Use device_suspensor_t.



details:   https://anonhg.NetBSD.org/src/rev/8f86000bca20
branches:  trunk
changeset: 752392:8f86000bca20
user:      dyoung <dyoung%NetBSD.org@localhost>
date:      Wed Feb 24 23:52:49 2010 +0000

description:
Use device_suspensor_t.

diffstat:

 sys/dev/pci/if_sip.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r f48df92798a5 -r 8f86000bca20 sys/dev/pci/if_sip.c
--- a/sys/dev/pci/if_sip.c      Wed Feb 24 23:49:34 2010 +0000
+++ b/sys/dev/pci/if_sip.c      Wed Feb 24 23:52:49 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_sip.c,v 1.146 2010/02/24 22:38:00 dyoung Exp $      */
+/*     $NetBSD: if_sip.c,v 1.147 2010/02/24 23:52:49 dyoung Exp $      */
 
 /*-
  * Copyright (c) 2001, 2002 The NetBSD Foundation, Inc.
@@ -73,7 +73,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_sip.c,v 1.146 2010/02/24 22:38:00 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_sip.c,v 1.147 2010/02/24 23:52:49 dyoung Exp $");
 
 #include "rnd.h"
 
@@ -204,7 +204,7 @@
  */
 struct sip_softc {
        device_t sc_dev;                /* generic device information */
-       struct device_suspensor         sc_suspensor;
+       device_suspensor_t              sc_suspensor;
        pmf_qual_t                      sc_qual;
 
        bus_space_tag_t sc_st;          /* bus space tag */



Home | Main Index | Thread Index | Old Index