Minor comment that missed the last change

This commit is contained in:
Warner Losh 2001-04-17 23:50:24 +00:00
parent 82d3fe450d
commit 1f3da134c7
2 changed files with 2 additions and 2 deletions

View File

@ -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;
}

View File

@ -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;
}