summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pcicvar.h
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2001-05-23 05:06:04 +0000
committerimp <imp@FreeBSD.org>2001-05-23 05:06:04 +0000
commit4ebc84e6166b69dab863d6c8505142c68e0deec4 (patch)
treed91bed80b6e039d8e28c19567a84fe7d812ec76e /sys/pccard/pcicvar.h
parentf5bcf454fa146dde495f120baa099f28344be2ba (diff)
downloadFreeBSD-src-4ebc84e6166b69dab863d6c8505142c68e0deec4.zip
FreeBSD-src-4ebc84e6166b69dab863d6c8505142c68e0deec4.tar.gz
Add better support for the Ricoh 5C296 and 5C396 chips. These chips
have a slightly different 3.3V support than the other clones, so compensate as best we can. Note: 3.3V support is untested since I do not have any 3.3V cards that I know of to test it with.
Diffstat (limited to 'sys/pccard/pcicvar.h')
-rw-r--r--sys/pccard/pcicvar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/pccard/pcicvar.h b/sys/pccard/pcicvar.h
index 3d66040..9d5c40d 100644
--- a/sys/pccard/pcicvar.h
+++ b/sys/pccard/pcicvar.h
@@ -49,6 +49,7 @@ struct pcic_softc
#define PCIC_PD_POWER 0x00000004 /* Uses CL-PD regs */
#define PCIC_VG_POWER 0x00000008 /* Uses VG power regs */
#define PCIC_KING_POWER 0x00000010 /* Uses IBM KING regs */
+#define PCIC_RICOH_POWER 0x00000020 /* Uses the ricoh power regs */
int iorid; /* Rid of I/O region */
struct resource *iores; /* resource for I/O region */
int memrid;
OpenPOWER on IntegriCloud