Module Name:    src
Committed By:   dyoung
Date:           Tue Jul 26 22:22:41 UTC 2011

Modified Files:
        src/sys/dev/sbus: stp4020.c

Log Message:
Don't set the iobase and iosize members of pcmciabus_attach_args because
they're not used in any meaningful way.


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 src/sys/dev/sbus/stp4020.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/sbus/stp4020.c
diff -u src/sys/dev/sbus/stp4020.c:1.65 src/sys/dev/sbus/stp4020.c:1.66
--- src/sys/dev/sbus/stp4020.c:1.65	Mon Jul 18 00:58:52 2011
+++ src/sys/dev/sbus/stp4020.c	Tue Jul 26 22:22:41 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: stp4020.c,v 1.65 2011/07/18 00:58:52 mrg Exp $ */
+/*	$NetBSD: stp4020.c,v 1.66 2011/07/26 22:22:41 dyoung Exp $ */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: stp4020.c,v 1.65 2011/07/18 00:58:52 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: stp4020.c,v 1.66 2011/07/26 22:22:41 dyoung Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -512,8 +512,6 @@
 	paa.paa_busname = "pcmcia";
 	paa.pct = (pcmcia_chipset_tag_t)h->sc->sc_pct;
 	paa.pch = (pcmcia_chipset_handle_t)h;
-	paa.iobase = 0;
-	paa.iosize = STP4020_WINDOW_SIZE;
 
 	h->pcmcia = config_found(h->sc->sc_dev, &paa, stp4020print);
 

Reply via email to