Add CLPD6832_BCR_ISA_IRQ definition for ISA routing of interrupts.

Minor commentary tweaking.
This commit is contained in:
Warner Losh 2001-07-31 06:31:38 +00:00
parent 712f16e96c
commit 9f3112df2d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=80711

View file

@ -37,6 +37,7 @@
/* Configuration constants */ /* Configuration constants */
#define CLPD6832_BCR_MGMT_IRQ_ENA 0x0800 #define CLPD6832_BCR_MGMT_IRQ_ENA 0x0800
#define CLPD6832_BCR_ISA_IRQ 0x0080
/* End of CL-PD6832 defines */ /* End of CL-PD6832 defines */
/* Texas Instruments PCI-1130/1131 CardBus Controller */ /* Texas Instruments PCI-1130/1131 CardBus Controller */
@ -137,9 +138,8 @@
#define CB_SOCKET_POWER 0x14 #define CB_SOCKET_POWER 0x14
#define CB_EXCA_OFFSET 0x800 /* Offset for ExCA registers */ #define CB_EXCA_OFFSET 0x800 /* Offset for ExCA registers */
#define CB_SM_CD 0x6 #define CB_SM_CD 0x6 /* Socket MASK Card detect */
#define CB_SE_CD 0x6 /* Socket Event Card detect */
#define CB_SE_CD 0x6
#define CB_SS_CARDSTS 0x00000001 /* Card Status Change */ #define CB_SS_CARDSTS 0x00000001 /* Card Status Change */
#define CB_SS_CD1 0x00000002 /* Card Detect 1 */ #define CB_SS_CD1 0x00000002 /* Card Detect 1 */