diff options
| author | Warner Losh <imp@FreeBSD.org> | 2002-01-14 13:50:45 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2002-01-14 13:50:45 +0000 |
| commit | 4854d67b1cd022e2f0ba1692d255c5e2e2bf4df8 (patch) | |
| tree | f716657d13cca0c059a75f6e1ee0c54b62c371ca /sys/pccard | |
| parent | 1c6d3890d616f0a5ae041db00e2ba13ae7961d50 (diff) | |
Notes
Diffstat (limited to 'sys/pccard')
| -rw-r--r-- | sys/pccard/pcic_pci.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/pccard/pcic_pci.c b/sys/pccard/pcic_pci.c index 8c5274e6b76c..e04a49918d39 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) { |
