summaryrefslogtreecommitdiffstats
path: root/sys/pccard
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2001-09-04 04:30:04 +0000
committerimp <imp@FreeBSD.org>2001-09-04 04:30:04 +0000
commitf492deda522dae8b5f6bd0010aef207155e70e17 (patch)
tree179031b93ddb2c4369d571188ac09875f7294092 /sys/pccard
parentd93fba665f9d72375157afac6d8ed9dc810f21d5 (diff)
downloadFreeBSD-src-f492deda522dae8b5f6bd0010aef207155e70e17.zip
FreeBSD-src-f492deda522dae8b5f6bd0010aef207155e70e17.tar.gz
Values for the Toshiba ToPIC's Function Control Register.
These were lifted from Nakagawa-san's article in FreeBSD Press, as well as posts from hiroyuki Aizo-san and Chiharu Shibata-san.
Diffstat (limited to 'sys/pccard')
-rw-r--r--sys/pccard/i82365.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/pccard/i82365.h b/sys/pccard/i82365.h
index 04931eb..d7fec2f 100644
--- a/sys/pccard/i82365.h
+++ b/sys/pccard/i82365.h
@@ -91,6 +91,8 @@
#define PCIC_VMISC 0x3a /* Vadem: Misc control register */
#define PCIC_RICOH_ID 0x3a /* Ricoh: ID register */
+#define PCIC_TOPIC_FCR 0x3e /* Toshiba ToPIC: Function Control Register */
+
#define PCIC_TIME_SETUP0 0x3a
#define PCIC_TIME_CMD0 0x3b
#define PCIC_TIME_RECOV0 0x3c
@@ -263,6 +265,10 @@
#define PCIC_RID_296 0x32
#define PCIC_RID_396 0xb2
+/* Toshiba ToPIC: Function Control Register */
+#define PCIC_FCR_3V_EN 0x01 /* Enable 3V cards */
+#define PCIC_FCR_VS_EN 0x02 /* Voltage Sense enable */
+
/*
* Mask of allowable interrupts.
*
OpenPOWER on IntegriCloud