summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/ic
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2000-01-25 11:16:16 +0000
committerbde <bde@FreeBSD.org>2000-01-25 11:16:16 +0000
commitf5213457927866390ac8898ca9740df6411d25ac (patch)
tree6f92110da3599ad8b09ee393e01ebd4b29fdf9da /sys/i386/isa/ic
parent7d24a31cecc25d2244173528eb1e3981fe59c41a (diff)
downloadFreeBSD-src-f5213457927866390ac8898ca9740df6411d25ac.zip
FreeBSD-src-f5213457927866390ac8898ca9740df6411d25ac.tar.gz
Remove i8042.h. This file is an improvement on its successors, but it
has been unused for too long.
Diffstat (limited to 'sys/i386/isa/ic')
-rw-r--r--sys/i386/isa/ic/i8042.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/sys/i386/isa/ic/i8042.h b/sys/i386/isa/ic/i8042.h
deleted file mode 100644
index 988eaa8..0000000
--- a/sys/i386/isa/ic/i8042.h
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- * $FreeBSD$
- */
-
-#define KBSTATP 0x64 /* kbd controller status port (I) */
-#define KBS_DIB 0x01 /* kbd data in buffer */
-#define KBS_IBF 0x02 /* kbd input buffer low */
-#define KBS_WARM 0x04 /* kbd input buffer low */
-#define KBS_OCMD 0x08 /* kbd output buffer has command */
-#define KBS_NOSEC 0x10 /* kbd security lock not engaged */
-#define KBS_TERR 0x20 /* kbd transmission error */
-#define KBS_RERR 0x40 /* kbd receive error */
-#define KBS_PERR 0x80 /* kbd parity error */
-
-#define KBCMDP 0x64 /* kbd controller port (O) */
-#define KBDATAP 0x60 /* kbd data port (I) */
-#define KBOUTP 0x60 /* kbd data port (O) */
-
-#define K_LDCMDBYTE 0x60
-
-#define KC8_TRANS 0x40 /* convert to old scan codes */
-#define KC8_OLDPC 0x20 /* old 9bit codes instead of new 11bit */
-#define KC8_DISABLE 0x10 /* disable keyboard */
-#define KC8_IGNSEC 0x08 /* ignore security lock */
-#define KC8_CPU 0x04 /* exit from protected mode reset */
-#define KC8_IEN 0x01 /* enable interrupt */
-#define CMDBYTE (KC8_TRANS|KC8_IGNSEC|KC8_CPU|KC8_IEN)
OpenPOWER on IntegriCloud