summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pcic_pci.h
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2001-08-14 05:31:56 +0000
committerimp <imp@FreeBSD.org>2001-08-14 05:31:56 +0000
commite7117469c52c4ea38f89693e6b6d8924027d5c21 (patch)
tree340df9b4b18960acfe0916fdc7318d24c647f904 /sys/pccard/pcic_pci.h
parent4adf50d764233b3792e5024800e7fab53d1f0212 (diff)
downloadFreeBSD-src-e7117469c52c4ea38f89693e6b6d8924027d5c21.zip
FreeBSD-src-e7117469c52c4ea38f89693e6b6d8924027d5c21.tar.gz
Try to support the Cirrus Logic PD6833 better in pci mode. This is
done from the datasheets since I'm ahving problems with my laptop that has the 6833 in it... Minor rework of TI code. Should be the same as before.
Diffstat (limited to 'sys/pccard/pcic_pci.h')
-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 1b55716..cbe3a64 100644
--- a/sys/pccard/pcic_pci.h
+++ b/sys/pccard/pcic_pci.h
@@ -32,12 +32,12 @@
/* Share the devid database with NEWCARD */
#include <dev/pccbb/pccbbdevid.h>
-/* CL-PD6832 CardBus defines */
-#define CLPD6832_SOCKET 0x004c
+/* CL-PD683x CardBus defines */
+#define CLPD6833_CFG_MISC_1 0x98
/* Configuration constants */
#define CLPD6832_BCR_MGMT_IRQ_ENA 0x0800
-#define CLPD6832_BCR_ISA_IRQ 0x0080
+#define CLPD6833_CM1_MGMT_EXCA_ENA 0x0001 /* Set ExCA, Clr PCI */
/* End of CL-PD6832 defines */
/* Texas Instruments PCI-1130/1131 CardBus Controller */
OpenPOWER on IntegriCloud