summaryrefslogtreecommitdiff
path: root/sys/dev/ic/amivar.h
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2005-12-13 12:14:00 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2005-12-13 12:14:00 +0000
commit333e1094637c6ea6b3bd7b7a4f06d2c2527c85ec (patch)
tree0692d86523d60c4c0f37df00dc53105785ffe739 /sys/dev/ic/amivar.h
parentc4b7f395e9dc0f287006b767486dea152cec2f70 (diff)
use consistent naming for members of the softc struct
Diffstat (limited to 'sys/dev/ic/amivar.h')
-rw-r--r--sys/dev/ic/amivar.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/ic/amivar.h b/sys/dev/ic/amivar.h
index 2b656102f93..89cb46f05b2 100644
--- a/sys/dev/ic/amivar.h
+++ b/sys/dev/ic/amivar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: amivar.h,v 1.36 2005/12/12 09:39:29 dlg Exp $ */
+/* $OpenBSD: amivar.h,v 1.37 2005/12/13 12:13:59 dlg Exp $ */
/*
* Copyright (c) 2001 Michael Shalayeff
@@ -108,9 +108,9 @@ struct ami_softc {
struct ami_iocmd *);
int (*sc_ioctl)(struct device *, u_long, caddr_t);
- bus_space_tag_t iot;
- bus_space_handle_t ioh;
- bus_dma_tag_t dmat;
+ bus_space_tag_t sc_iot;
+ bus_space_handle_t sc_ioh;
+ bus_dma_tag_t sc_dmat;
struct ami_mem *sc_mbox_am;
volatile struct ami_iocmd *sc_mbox;