diff options
| author | Warner Losh <imp@FreeBSD.org> | 2001-04-17 23:50:24 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2001-04-17 23:50:24 +0000 |
| commit | 1f3da134c75ed18c8d404a9d8db1ec8e7748c783 (patch) | |
| tree | 89519a926563cc3e6a4db316e00dfd1cf6bb248f | |
| parent | 82d3fe450d5cc944ca204779b001ef872dff60c3 (diff) | |
Notes
| -rw-r--r-- | sys/pccard/pcic_pci.c | 2 | ||||
| -rw-r--r-- | sys/pci/pcic_p.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/pccard/pcic_pci.c b/sys/pccard/pcic_pci.c index 92704c70e6a8..d92cce782c97 100644 --- a/sys/pccard/pcic_pci.c +++ b/sys/pccard/pcic_pci.c @@ -383,7 +383,7 @@ pcic_pci_attach(device_t dev) generic_cardbus_attach(dev); break; case PCI_DEVICE_ID_PCIC_CLPD6832: - case PCI_DEVICE_ID_PCIC_TI1031: + case PCI_DEVICE_ID_PCIC_TI1031: /* 1031 is like 6832 */ pd6832_legacy_init(dev); break; } diff --git a/sys/pci/pcic_p.c b/sys/pci/pcic_p.c index 92704c70e6a8..d92cce782c97 100644 --- a/sys/pci/pcic_p.c +++ b/sys/pci/pcic_p.c @@ -383,7 +383,7 @@ pcic_pci_attach(device_t dev) generic_cardbus_attach(dev); break; case PCI_DEVICE_ID_PCIC_CLPD6832: - case PCI_DEVICE_ID_PCIC_TI1031: + case PCI_DEVICE_ID_PCIC_TI1031: /* 1031 is like 6832 */ pd6832_legacy_init(dev); break; } |
