Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/isa Make it compile again (the softc struct is named...



details:   https://anonhg.NetBSD.org/src/rev/840a9a5f3ef2
branches:  trunk
changeset: 538437:840a9a5f3ef2
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Oct 20 10:50:01 2002 +0000

description:
Make it compile again (the softc struct is named inconsistently,
so Jasons script did break this, but thats a bigger fish to fry than I'm
willing to handle now.)

diffstat:

 sys/dev/isa/isic_isa.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r cec00249f879 -r 840a9a5f3ef2 sys/dev/isa/isic_isa.c
--- a/sys/dev/isa/isic_isa.c    Sun Oct 20 10:46:57 2002 +0000
+++ b/sys/dev/isa/isic_isa.c    Sun Oct 20 10:50:01 2002 +0000
@@ -35,7 +35,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: isic_isa.c,v 1.16 2002/10/02 03:10:48 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: isic_isa.c,v 1.17 2002/10/20 10:50:01 martin Exp $");
 
 #include <sys/param.h>
 #include <sys/errno.h>
@@ -98,7 +98,7 @@
        int *msize));
 static void args_unmap __P((int *num_mappings, struct isic_io_map *maps));
 
-CFATTACH_DECL(isic_isa, sizeof(struct isic_isa_softc),
+CFATTACH_DECL(isic_isa, sizeof(struct isic_softc),
     isic_isa_probe, isic_isa_attach, NULL, NULL);
 
 #define        ISIC_FMT        "%s: "



Home | Main Index | Thread Index | Old Index