summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2001-07-31 06:31:38 +0000
committerimp <imp@FreeBSD.org>2001-07-31 06:31:38 +0000
commit392636f8ff31a4fa67821f6c51fbf6ba7f9cea29 (patch)
tree34dfc01051fd5a3a36d6656e93557c0b2709aa28
parent88d723fb6176fbad31e4f4e199ce44b8008b2eac (diff)
downloadFreeBSD-src-392636f8ff31a4fa67821f6c51fbf6ba7f9cea29.zip
FreeBSD-src-392636f8ff31a4fa67821f6c51fbf6ba7f9cea29.tar.gz
Add CLPD6832_BCR_ISA_IRQ definition for ISA routing of interrupts.
Minor commentary tweaking.
-rw-r--r--sys/pccard/pcic_pci.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/pccard/pcic_pci.h b/sys/pccard/pcic_pci.h
index 971849a..221a8df 100644
--- a/sys/pccard/pcic_pci.h
+++ b/sys/pccard/pcic_pci.h
@@ -37,6 +37,7 @@
/* Configuration constants */
#define CLPD6832_BCR_MGMT_IRQ_ENA 0x0800
+#define CLPD6832_BCR_ISA_IRQ 0x0080
/* End of CL-PD6832 defines */
/* Texas Instruments PCI-1130/1131 CardBus Controller */
@@ -137,9 +138,8 @@
#define CB_SOCKET_POWER 0x14
#define CB_EXCA_OFFSET 0x800 /* Offset for ExCA registers */
-#define CB_SM_CD 0x6
-
-#define CB_SE_CD 0x6
+#define CB_SM_CD 0x6 /* Socket MASK Card detect */
+#define CB_SE_CD 0x6 /* Socket Event Card detect */
#define CB_SS_CARDSTS 0x00000001 /* Card Status Change */
#define CB_SS_CD1 0x00000002 /* Card Detect 1 */
OpenPOWER on IntegriCloud