summaryrefslogtreecommitdiffstats
path: root/sys/amd64/isa/isa.h
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-01-07 14:52:08 +0000
committerjkh <jkh@FreeBSD.org>1995-01-07 14:52:08 +0000
commit7acc81dc272a1077f560485a13fbcb516e880e34 (patch)
tree1372065193c766f5d416c6b76c3492668c856aa4 /sys/amd64/isa/isa.h
parent021c17e4197f574e0c011a0b893e073ef563cf59 (diff)
downloadFreeBSD-src-7acc81dc272a1077f560485a13fbcb516e880e34.zip
FreeBSD-src-7acc81dc272a1077f560485a13fbcb516e880e34.tar.gz
Gunther Schadow <gusw@fub46.zedat.fu-berlin.de>'s
driver for the Genius GS-4500 hand scanner. Submitted by: gusw@fub46.zedat.fu-berlin.de
Diffstat (limited to 'sys/amd64/isa/isa.h')
-rw-r--r--sys/amd64/isa/isa.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/sys/amd64/isa/isa.h b/sys/amd64/isa/isa.h
index cec13f6..453b3a5 100644
--- a/sys/amd64/isa/isa.h
+++ b/sys/amd64/isa/isa.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)isa.h 5.7 (Berkeley) 5/9/91
- * $Id: isa.h,v 1.10 1994/11/19 18:47:57 phk Exp $
+ * $Id: isa.h,v 1.11 1994/11/19 18:59:04 phk Exp $
*/
#ifndef _I386_ISA_ISA_H_
@@ -79,12 +79,13 @@
#define IO_WD1 0x1f0 /* Primary Fixed Disk Controller */
#define IO_GAME 0x200 /* Game Controller */
- /* 0x208 - 0x277 Open */
+#define IO_GSC1 0x270 /* -- 0x27B! GeniScan GS-4500 addr.grp. 1 */
+#define IO_GSC2 0x2e0 /* GeniScan GS-4500 addr.grp. 2 */
+#define IO_GSC3 0x370 /* GeniScan GS-4500 addr.grp. 3 */
+#define IO_GSC4 0x3e0 /* GeniScan GS-4500 addr.grp. 4 */
#define IO_LPT2 0x278 /* Parallel Port #2 */
- /* 0x280 - 0x2E7 Open */
-
#define IO_COM4 0x2e8 /* COM4 i/o address */
/* 0x2F0 - 0x2F7 Open */
OpenPOWER on IntegriCloud