Source-Changes-HG archive

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

[src/netbsd-2]: src/sys/dev/pci Pull up revision 1.3 (requested by martin in ...



details:   https://anonhg.NetBSD.org/src/rev/a7dd234ad22c
branches:  netbsd-2
changeset: 563630:a7dd234ad22c
user:      riz <riz%NetBSD.org@localhost>
date:      Mon May 16 05:06:12 2005 +0000

description:
Pull up revision 1.3 (requested by martin in ticket #1513):
>From Wolfgang Stukenbrock in PR kern/30197: wrong type in CFATTACH_DECL.

diffstat:

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

diffs (27 lines):

diff -r c2d25da7a36f -r a7dd234ad22c sys/dev/pci/iavc_pci.c
--- a/sys/dev/pci/iavc_pci.c    Mon May 16 04:55:38 2005 +0000
+++ b/sys/dev/pci/iavc_pci.c    Mon May 16 05:06:12 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: iavc_pci.c,v 1.2 2003/10/03 16:38:44 pooka Exp $       */
+/*     $NetBSD: iavc_pci.c,v 1.2.8.1 2005/05/16 05:06:12 riz Exp $     */
 
 /*
  * Copyright (c) 2001-2003 Cubical Solutions Ltd.
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: iavc_pci.c,v 1.2 2003/10/03 16:38:44 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: iavc_pci.c,v 1.2.8.1 2005/05/16 05:06:12 riz Exp $");
 
 #include <sys/param.h>
 #include <sys/kernel.h>
@@ -80,7 +80,7 @@
 
 int iavc_pci_intr(void *);
 
-CFATTACH_DECL(iavc_pci, sizeof(struct iavc_softc),
+CFATTACH_DECL(iavc_pci, sizeof(struct iavc_pci_softc),
     iavc_pci_probe, iavc_pci_attach, NULL, NULL);
 
 static const struct iavc_pci_product {



Home | Main Index | Thread Index | Old Index