From eeb19dd33cd397584d9c806dde003e4c9e0da2a1 Mon Sep 17 00:00:00 2001 From: thorpej Date: Wed, 8 Jul 1998 04:53:33 +0000 Subject: [PATCH] Remember our ISA chipset tag. --- sys/arch/arm32/isa/if_csvar.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/arch/arm32/isa/if_csvar.h b/sys/arch/arm32/isa/if_csvar.h index ae9d5c269efc..e8d72ceb3054 100644 --- a/sys/arch/arm32/isa/if_csvar.h +++ b/sys/arch/arm32/isa/if_csvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: if_csvar.h,v 1.1 1998/06/08 17:49:43 tv Exp $ */ +/* $NetBSD: if_csvar.h,v 1.2 1998/07/08 04:53:33 thorpej Exp $ */ /* * Copyright 1997 @@ -84,6 +84,7 @@ struct cs_softc { bus_space_tag_t sc_memt; /* bus space tag for memory mode */ bus_space_handle_t sc_ioh; /* bus space handles */ bus_space_handle_t sc_memh; + isa_chipset_tag_t sc_ic; /* ISA chipset */ ushort sc_iobase; /* base IO port address */ ushort sc_int; /* interrupt level */ int pPacketPagePhys; /* physical io address */