Module Name:    src
Committed By:   dyoung
Date:           Wed Feb 24 23:52:49 UTC 2010

Modified Files:
        src/sys/dev/pci: if_sip.c

Log Message:
Use device_suspensor_t.


To generate a diff of this commit:
cvs rdiff -u -r1.146 -r1.147 src/sys/dev/pci/if_sip.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/pci/if_sip.c
diff -u src/sys/dev/pci/if_sip.c:1.146 src/sys/dev/pci/if_sip.c:1.147
--- src/sys/dev/pci/if_sip.c:1.146	Wed Feb 24 22:38:00 2010
+++ src/sys/dev/pci/if_sip.c	Wed Feb 24 23:52:49 2010
@@ -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 */

Reply via email to