summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/amd64/isa/isa.h9
-rw-r--r--sys/i386/isa/isa.h9
2 files changed, 6 insertions, 12 deletions
diff --git a/sys/amd64/isa/isa.h b/sys/amd64/isa/isa.h
index 788b754..e2a26e7 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.3 1993/11/07 17:44:30 wollman Exp $
+ * $Id: isa.h,v 1.4 1994/01/05 15:03:28 rgrimes Exp $
*/
#ifndef _I386_ISA_ISA_H_
@@ -47,12 +47,8 @@
#ifndef LOCORE
#include <sys/cdefs.h>
-unsigned char rtcin __P((int));
extern unsigned int atdevbase; /* offset in virtual memory of ISA io mem */
-void sysbeep __P((int, int));
-unsigned kbd_8042cmd __P((int));
-struct isa_device;
-int isa_irq_pending __P((struct isa_device *dvp));
+unsigned char rtcin __P((int));
#endif
@@ -69,6 +65,7 @@ int isa_irq_pending __P((struct isa_device *dvp));
#define IO_TIMER1 0x040 /* 8253 Timer #1 */
#define IO_TIMER2 0x048 /* 8253 Timer #2 */
#define IO_KBD 0x060 /* 8042 Keyboard */
+#define IO_PPI 0x061 /* Programmabel Peripheral Interface */
#define IO_RTC 0x070 /* RTC */
#define IO_NMI IO_RTC /* NMI Control */
#define IO_DMAPG 0x080 /* DMA Page Registers */
diff --git a/sys/i386/isa/isa.h b/sys/i386/isa/isa.h
index 788b754..e2a26e7 100644
--- a/sys/i386/isa/isa.h
+++ b/sys/i386/isa/isa.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)isa.h 5.7 (Berkeley) 5/9/91
- * $Id: isa.h,v 1.3 1993/11/07 17:44:30 wollman Exp $
+ * $Id: isa.h,v 1.4 1994/01/05 15:03:28 rgrimes Exp $
*/
#ifndef _I386_ISA_ISA_H_
@@ -47,12 +47,8 @@
#ifndef LOCORE
#include <sys/cdefs.h>
-unsigned char rtcin __P((int));
extern unsigned int atdevbase; /* offset in virtual memory of ISA io mem */
-void sysbeep __P((int, int));
-unsigned kbd_8042cmd __P((int));
-struct isa_device;
-int isa_irq_pending __P((struct isa_device *dvp));
+unsigned char rtcin __P((int));
#endif
@@ -69,6 +65,7 @@ int isa_irq_pending __P((struct isa_device *dvp));
#define IO_TIMER1 0x040 /* 8253 Timer #1 */
#define IO_TIMER2 0x048 /* 8253 Timer #2 */
#define IO_KBD 0x060 /* 8042 Keyboard */
+#define IO_PPI 0x061 /* Programmabel Peripheral Interface */
#define IO_RTC 0x070 /* RTC */
#define IO_NMI IO_RTC /* NMI Control */
#define IO_DMAPG 0x080 /* DMA Page Registers */
OpenPOWER on IntegriCloud