From 3f825d95474a8cf312608785fad3b15deb2f486a Mon Sep 17 00:00:00 2001 From: nate Date: Wed, 21 Feb 1996 23:20:21 +0000 Subject: 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 --- sys/pccard/i82365.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sys/pccard/i82365.h') 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 */ -- cgit v1.1