summaryrefslogtreecommitdiffstats
path: root/sys/dev/pccbb
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2001-11-11 17:07:43 +0000
committerimp <imp@FreeBSD.org>2001-11-11 17:07:43 +0000
commit7c0e8098f2f330d0557654aecc37c5f765fed8a6 (patch)
tree45fae4934447dd7e5ce02b6a76b2ba47d77d2852 /sys/dev/pccbb
parentaf52c16c4c1ce6acd71fb133e264c94064e7b63c (diff)
downloadFreeBSD-src-7c0e8098f2f330d0557654aecc37c5f765fed8a6.zip
FreeBSD-src-7c0e8098f2f330d0557654aecc37c5f765fed8a6.tar.gz
Add Omega 82c094 PCI PCMCIA bridge. It is similar to the CL-PD6729 in
that it has one BAR that's mapped to 0x3e0 and is I/O only. It does not conform to the Yenta spec, like other PCI PCMICA bridges do (eg the TI 1031, which is mostly a 1131 w/o 32bit card support). It appears that this chip may also need to not route PCI interrupts as well. This chip is used in the NEC Versa 2430CD (and it appears that sometimes it works, while other times it doesn't) and others in the 2400 series. While the NEC website claims Cardbus support, I can't figure out how that is possible. Submitted by: Ben Timby <ben@webexc.com>
Diffstat (limited to 'sys/dev/pccbb')
-rw-r--r--sys/dev/pccbb/pccbbdevid.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pccbb/pccbbdevid.h b/sys/dev/pccbb/pccbbdevid.h
index 830440d..8463b53 100644
--- a/sys/dev/pccbb/pccbbdevid.h
+++ b/sys/dev/pccbb/pccbbdevid.h
@@ -27,7 +27,7 @@
*/
/* Vendor/Device IDs */
-#define PCI_DEVICE_ID_PCIC_CLPD6729 0x11001013ul
+#define PCI_DEVICE_ID_PCIC_CLPD6729 0x11001013ul /* 16bit I/O */
#define PCI_DEVICE_ID_PCIC_CLPD6832 0x11101013ul
#define PCI_DEVICE_ID_PCIC_CLPD6833 0x11131013ul
#define PCI_DEVICE_ID_PCIC_CLPD6834 0x11121013ul
@@ -45,6 +45,7 @@
#define PCI_DEVICE_ID_RICOH_RL5C476 0x04761180ul
#define PCI_DEVICE_ID_RICOH_RL5C477 0x04771180ul
#define PCI_DEVICE_ID_RICOH_RL5C478 0x04781180ul
+#define PCI_DEVICE_ID_OMEGA_82C094 0x1221119bul /* 16bit I/O */
#define PCI_DEVICE_ID_PCIC_TI1031 0xac13104cul
#define PCI_DEVICE_ID_PCIC_TI1130 0xac12104cul
#define PCI_DEVICE_ID_PCIC_TI1131 0xac15104cul
@@ -74,10 +75,9 @@
/*
* Other ID, from sources too vague to be reliable
* Mfg model PCI ID
- * Intel 82092AA 0x12218086 16bit
+ * Intel 82092AA 0x12218086 16bit I/O
* smc/Databook DB87144 0x310610b3
* SMC/databook smc34c90 0xb10610b3
- * Omega/Trident 82c094 0x00940123?
* Omega/Trident 82c194 0x01941023
* Omega/Trident 82c722 0x07221023?
* Opti 82c814 0xc8141045
OpenPOWER on IntegriCloud