summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pcic_pci.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2002-01-14 13:50:45 +0000
committerimp <imp@FreeBSD.org>2002-01-14 13:50:45 +0000
commit79b9d0618356191890fadb6b6c642da933685e41 (patch)
treef716657d13cca0c059a75f6e1ee0c54b62c371ca /sys/pccard/pcic_pci.c
parent17695fee4f64b737e01b211fba218ed62dc54685 (diff)
downloadFreeBSD-src-79b9d0618356191890fadb6b6c642da933685e41.zip
FreeBSD-src-79b9d0618356191890fadb6b6c642da933685e41.tar.gz
Add recognition of the Omega 83C094 PCI <-> PCMCIA bridge chip set.
MFC after: 5 days
Diffstat (limited to 'sys/pccard/pcic_pci.c')
-rw-r--r--sys/pccard/pcic_pci.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/pccard/pcic_pci.c b/sys/pccard/pcic_pci.c
index 8c5274e..e04a499 100644
--- a/sys/pccard/pcic_pci.c
+++ b/sys/pccard/pcic_pci.c
@@ -194,6 +194,9 @@ struct pcic_pci_table
u_int32_t flags;
struct pcic_chip *chip;
} pcic_pci_devs[] = {
+ { PCI_DEVICE_ID_OMEGA_82C094,
+ "Omega 82C094G",
+ PCIC_I82365, PCIC_DF_POWER, &pcic_pci_pd67xx_chip },
{ PCI_DEVICE_ID_PCIC_CLPD6729,
"Cirrus Logic PD6729/6730 PC-Card Controller",
PCIC_PD6729, PCIC_PD_POWER, &pcic_pci_pd67xx_chip },
@@ -1040,7 +1043,8 @@ pcic_pci_probe(device_t dev)
* parallel interrupt routing.
*
* Note: The CLPD6729 is a special case. See its init function
- * for an explaination of ISA vs PCI interrupts.
+ * for an explaination of ISA vs PCI interrupts. XXX Might be other
+ * special cases as well.
*/
if (pcic_intr_path == pcic_iw_pci &&
device_id != PCI_DEVICE_ID_PCIC_CLPD6729) {
OpenPOWER on IntegriCloud