summaryrefslogtreecommitdiffstats
path: root/sys/pccard/i82365.h
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2001-08-05 06:59:32 +0000
committerimp <imp@FreeBSD.org>2001-08-05 06:59:32 +0000
commite752bb553a2ba6fd373090b2ffe67742bfd1b748 (patch)
treeca62fe73499b9439341617a68b6df92df75eaa93 /sys/pccard/i82365.h
parent5afb54ee1e9b6e5b842031cb2a2e525f6889f6d4 (diff)
downloadFreeBSD-src-e752bb553a2ba6fd373090b2ffe67742bfd1b748.zip
FreeBSD-src-e752bb553a2ba6fd373090b2ffe67742bfd1b748.tar.gz
Order PCIC_INT_GEN bits large to small, like all other registers.
Diffstat (limited to 'sys/pccard/i82365.h')
-rw-r--r--sys/pccard/i82365.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pccard/i82365.h b/sys/pccard/i82365.h
index 41afe8c..04931eb 100644
--- a/sys/pccard/i82365.h
+++ b/sys/pccard/i82365.h
@@ -134,10 +134,10 @@
#define PCIC_VPP_12V 0x02 /* 12 volts */
/* For the Interrupt and General Control register (PCIC_INT_GEN) */
+#define PCIC_CARDRESET 0x40 /* Card reset 0 = Reset, 1 = Normal */
#define PCIC_CARDTYPE 0x20 /* Card Type 0 = memory, 1 = I/O */
#define PCIC_IOCARD 0x20
#define PCIC_MEMCARD 0x00
-#define PCIC_CARDRESET 0x40 /* Card reset 0 = Reset, 1 = Normal */
#define PCIC_INTR_ENA 0x10 /* PCI CSC Interrupt enable */
/* For the Card Status Change register (PCIC_STAT_CHG) */
OpenPOWER on IntegriCloud