Subject: Re: dev/pci/pccbb.c assumes bus_space_handle_t is integer
To: None <tech-kern@netbsd.org>
From: Takeshi Nakayama <tn@catvmics.ne.jp>
List: tech-kern
Date: 03/08/2003 07:36:26
>>> Takeshi Nakayama <tn@catvmics.ne.jp> wrote
> Therfore, I changed as attached for now, but I would like to avoid
> the extra member to pccbb_softc.
Oops, forgot this one.
Takeshi
Index: sys/dev/pci/pccbbvar.h
===================================================================
RCS file: /cvsroot/src/sys/dev/pci/pccbbvar.h,v
retrieving revision 1.18
diff -u -d -r1.18 pccbbvar.h
--- sys/dev/pci/pccbbvar.h 2002/10/01 09:09:16 1.18
+++ sys/dev/pci/pccbbvar.h 2003/03/07 14:17:51
@@ -162,6 +162,8 @@
int sc_pil_intr_enable; /* can i call intr handler for child device? */
int sc_pwrmgt_offs; /* Offset for power management capability */
+
+ int sc_base_memh_mapped; /* socket registers are mapped? */
};
/*