summaryrefslogtreecommitdiffstats
path: root/sys/dev/ieee488/upd7210.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2005-02-12 23:52:44 +0000
committerphk <phk@FreeBSD.org>2005-02-12 23:52:44 +0000
commit7fa8e716f8008a8001d9f21d503b48053360cf6e (patch)
tree3b55efde71f366d369663de52cbb02eed8d5ada3 /sys/dev/ieee488/upd7210.h
parent9ae66c18657944726a9f2b8ad4ac621dbc65fe39 (diff)
downloadFreeBSD-src-7fa8e716f8008a8001d9f21d503b48053360cf6e.zip
FreeBSD-src-7fa8e716f8008a8001d9f21d503b48053360cf6e.tar.gz
Check handle types.
Implement more device functions. Make DMA optional.
Diffstat (limited to 'sys/dev/ieee488/upd7210.h')
-rw-r--r--sys/dev/ieee488/upd7210.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ieee488/upd7210.h b/sys/dev/ieee488/upd7210.h
index f592bbd..7ba0f8e 100644
--- a/sys/dev/ieee488/upd7210.h
+++ b/sys/dev/ieee488/upd7210.h
@@ -50,7 +50,7 @@ struct upd7210 {
bus_space_handle_t reg_handle[8];
bus_space_tag_t reg_tag[8];
u_int reg_offset[8];
- u_int dmachan;
+ int dmachan;
/* private stuff */
struct mtx mutex;
OpenPOWER on IntegriCloud