summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/spigot.h
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-09-01 00:25:18 +0000
committerjkh <jkh@FreeBSD.org>1995-09-01 00:25:18 +0000
commitca3af0ca99009a943d701d0a8da968bc0ca16cf4 (patch)
tree558bfd9671b3b24d68255473c33909b62bdc2e20 /sys/i386/include/spigot.h
parent41fc38f8086b854282a87244453306d24ab09284 (diff)
downloadFreeBSD-src-ca3af0ca99009a943d701d0a8da968bc0ca16cf4.zip
FreeBSD-src-ca3af0ca99009a943d701d0a8da968bc0ca16cf4.tar.gz
Jim's latest fixes.
Submitted by: james
Diffstat (limited to 'sys/i386/include/spigot.h')
-rw-r--r--sys/i386/include/spigot.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/sys/i386/include/spigot.h b/sys/i386/include/spigot.h
index 4f29db8..b7e3470 100644
--- a/sys/i386/include/spigot.h
+++ b/sys/i386/include/spigot.h
@@ -23,10 +23,18 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * Version 1.1, Feb 1, 1995.
+ * Version 1.2, Aug 30, 1995.
*/
+struct spigot_info {
+ unsigned long maddr;
+ unsigned short irq;
+};
/*
+ * Get memory address.
+ */
+#define SPIGOT_GET_INFO _IOR('s', 4, struct spigot_info)
+/*
* Set up a user interrupt.
*/
#define SPIGOT_SETINT _IOW('s', 5, int)
OpenPOWER on IntegriCloud