summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic
diff options
context:
space:
mode:
authormdodd <mdodd@FreeBSD.org>2003-03-28 06:27:08 +0000
committermdodd <mdodd@FreeBSD.org>2003-03-28 06:27:08 +0000
commitc8027bafcc43a67095264e9c70b07171265db894 (patch)
tree6169aa93614aa5fd4c49d75851995af687f1ce05 /sys/dev/ic
parent430664f150d08628133cf598cd087e81248f6efd (diff)
downloadFreeBSD-src-c8027bafcc43a67095264e9c70b07171265db894.zip
FreeBSD-src-c8027bafcc43a67095264e9c70b07171265db894.tar.gz
- Clean up function calling conventions.
- Be consistent about what we call our softc. - Minor formatting. - Add some register definitions gleaned from NetBSD/Linux.
Diffstat (limited to 'sys/dev/ic')
-rw-r--r--sys/dev/ic/i82586.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/ic/i82586.h b/sys/dev/ic/i82586.h
index 964621b..d594730 100644
--- a/sys/dev/ic/i82586.h
+++ b/sys/dev/ic/i82586.h
@@ -323,6 +323,7 @@ Alignvol(volatile void *ptr) {
return (volatile void *)l;
}
+#if 0
static __inline void
ie_ack(volatile struct ie_sys_ctl_block *scb,
u_int mask, int unit,
@@ -330,3 +331,4 @@ ie_ack(volatile struct ie_sys_ctl_block *scb,
scb->ie_command = scb->ie_status & mask;
(*ca)(unit);
}
+#endif
OpenPOWER on IntegriCloud