summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/gpibreg.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-10-08 21:08:18 +0000
committerbde <bde@FreeBSD.org>1996-10-08 21:08:18 +0000
commitf89fc380f7be70fcafd2061e642b9bf3987fde4f (patch)
tree0fd681cf25001d28b7be7159b1ddd91960820e00 /sys/i386/isa/gpibreg.h
parent7a20be466ce08e4b62235ac5528bda8c2024d631 (diff)
downloadFreeBSD-src-f89fc380f7be70fcafd2061e642b9bf3987fde4f.zip
FreeBSD-src-f89fc380f7be70fcafd2061e642b9bf3987fde4f.tar.gz
Fixed pessimized (short) i/o port types.
Diffstat (limited to 'sys/i386/isa/gpibreg.h')
-rw-r--r--sys/i386/isa/gpibreg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/isa/gpibreg.h b/sys/i386/isa/gpibreg.h
index 2ab2acc..6e2a1a6 100644
--- a/sys/i386/isa/gpibreg.h
+++ b/sys/i386/isa/gpibreg.h
@@ -1,4 +1,4 @@
-static short gpib_port=0x2c0;
+static int gpib_port=0x2c0;
#define IEEE gpib_port
/*NAT4882 Registers*/
OpenPOWER on IntegriCloud