Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci From Wolfgang Stukenbrock in PR kern/30197: wron...



details:   https://anonhg.NetBSD.org/src/rev/19883e3b37b7
branches:  trunk
changeset: 580843:19883e3b37b7
user:      martin <martin%NetBSD.org@localhost>
date:      Wed May 11 12:47:47 2005 +0000

description:
>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 26da729b27ce -r 19883e3b37b7 sys/dev/pci/iavc_pci.c
--- a/sys/dev/pci/iavc_pci.c    Wed May 11 10:41:51 2005 +0000
+++ b/sys/dev/pci/iavc_pci.c    Wed May 11 12:47:47 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.3 2005/05/11 12:47:47 martin 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.3 2005/05/11 12:47:47 martin 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