Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci Add Game Port definitions.
details: https://anonhg.NetBSD.org/src/rev/c5a83580ce1e
branches: trunk
changeset: 476645:c5a83580ce1e
user: kleink <kleink%NetBSD.org@localhost>
date: Thu Sep 23 11:50:19 1999 +0000
description:
Add Game Port definitions.
diffstat:
sys/dev/pci/esoreg.h | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r b6a3684347f5 -r c5a83580ce1e sys/dev/pci/esoreg.h
--- a/sys/dev/pci/esoreg.h Thu Sep 23 11:46:12 1999 +0000
+++ b/sys/dev/pci/esoreg.h Thu Sep 23 11:50:19 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: esoreg.h,v 1.2 1999/08/14 22:42:16 kleink Exp $ */
+/* $NetBSD: esoreg.h,v 1.3 1999/09/23 11:50:19 kleink Exp $ */
/*
* Copyright (c) 1999 Klaus J. Klein
@@ -94,6 +94,10 @@
#define ESO_SB_RBSR_RDAV 0x80 /* Data available in RDR */
#define ESO_SB_PIOAFR 0x0f /* [RW] PIO Access to FIFO Register */
+/* Game Port Device ports */
+#define ESO_GAME_JSTK_OFFSET 0x01 /* Offset from base address */
+#define ESO_GAME_JSTK_SIZE 0x01 /* Size of region */
+
/* (Audio 1) DMAC Device ports */
#define ESO_DMAC_DMAA 0x00 /* [RW] DMA Current/Base Address */
#define ESO_DMAC_DMAC 0x04 /* [RW] DMA Current/Base Count */
Home |
Main Index |
Thread Index |
Old Index