summaryrefslogtreecommitdiffstats
path: root/sys/pccard/i82365.h
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1996-02-21 23:20:21 +0000
committernate <nate@FreeBSD.org>1996-02-21 23:20:21 +0000
commit3f825d95474a8cf312608785fad3b15deb2f486a (patch)
tree9e776d3327ba0212196369625f4d5b82ffa8d5d5 /sys/pccard/i82365.h
parent98df79c16931ef02ab7229300615dca86fad47dc (diff)
downloadFreeBSD-src-3f825d95474a8cf312608785fad3b15deb2f486a.zip
FreeBSD-src-3f825d95474a8cf312608785fad3b15deb2f486a.tar.gz
Updated PC-CARD support to contain most of the code from the latest
Japanese BSD-Nomad release. Reviewed by: phk Submitted by: hosokawa@mt.cs.keio.ac.jp and the rest of the Nomads
Diffstat (limited to 'sys/pccard/i82365.h')
-rw-r--r--sys/pccard/i82365.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/pccard/i82365.h b/sys/pccard/i82365.h
index a6cec01..c50c0f9 100644
--- a/sys/pccard/i82365.h
+++ b/sys/pccard/i82365.h
@@ -37,10 +37,12 @@
#define PCIC_IBM 1 /* IBM clone */
#define PCIC_VLSI 2 /* VLSI chip */
#define PCIC_PD672X 3 /* Cirrus logic 627x */
-#define PCIC_PD6710 4
+#define PCIC_PD6710 4 /* Cirrus logic 6710 */
#define PCIC_CL6729 5
#define PCIC_VG468 6
#define PCIC_VG469 7
+#define PCIC_RF5C396 8 /* Ricoh RF5C396 */
+#define PCIC_IBM_KING 9 /* IBM KING PCMCIA Controller */
/*
* Address of the controllers. Each controller can manage
* two PCMCIA slots. Up to 8 slots are supported in total.
@@ -89,6 +91,7 @@
#define PCIC_INTEL1 0x83 /* Intel 82365SL Rev. 1; Both Memory and I/O */
#define PCIC_IBM1 0x88 /* IBM PCIC clone; Both Memory and I/O */
#define PCIC_IBM2 0x89 /* IBM PCIC clone; Both Memory and I/O */
+#define PCIC_IBM3 0x8a /* IBM KING PCIC clone; Both Memory and I/O */
/* For Interface Status register (PCIC_STATUS) */
#define PCIC_VPPV 0x80 /* Vpp_valid */
@@ -106,6 +109,7 @@
#define PCIC_VCC 0x18 /* Vcc control bits */
#define PCIC_VCC_5V 0x10 /* 5 volts */
#define PCIC_VCC_3V 0x18 /* 3 volts */
+#define PCIC_VCC_5V_KING 0x14 /* 5 volts for KING PCIC */
#define PCIC_VPP 0x0C /* Vpp control bits */
#define PCIC_VPP_5V 0x01 /* 5 volts */
#define PCIC_VPP_12V 0x02 /* 12 volts */
OpenPOWER on IntegriCloud