summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pcicvar.h
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2001-07-31 15:53:17 +0000
committerimp <imp@FreeBSD.org>2001-07-31 15:53:17 +0000
commit3d3900e5cabb699ebe6342d6b8d96d114215417f (patch)
tree47b0a87bcb6db725239f37a2e1704dbd344cb06d /sys/pccard/pcicvar.h
parent9cd078f86a3f80bf532f348e1f4722937f91c0b6 (diff)
downloadFreeBSD-src-3d3900e5cabb699ebe6342d6b8d96d114215417f.zip
FreeBSD-src-3d3900e5cabb699ebe6342d6b8d96d114215417f.tar.gz
bsh and bst are unused in softc, except for setting them. We do use the
bsh and bst in the pcic_slot structures.
Diffstat (limited to 'sys/pccard/pcicvar.h')
-rw-r--r--sys/pccard/pcicvar.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/pccard/pcicvar.h b/sys/pccard/pcicvar.h
index 2369565..1fdbaf5 100644
--- a/sys/pccard/pcicvar.h
+++ b/sys/pccard/pcicvar.h
@@ -64,8 +64,6 @@ struct pcic_softc
void *ih; /* Our interrupt handler. */
int irq;
device_t dev; /* Our device */
- bus_space_tag_t bst; /* Bus tag for our regs */
- bus_space_handle_t bsh; /* Bus handle for our regs */
void (*slot_poll)(void *);
struct callout_handle timeout_ch;
struct pcic_slot slots[PCIC_MAX_SLOTS];
OpenPOWER on IntegriCloud