s/Brige/Bridge/.

This commit is contained in:
Jun Kuriyama 1999-11-21 00:53:23 +00:00
parent 4d0ccc8353
commit 31de378d47
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=53476
2 changed files with 8 additions and 8 deletions

View file

@ -83,13 +83,13 @@ pcic_pci_probe(pcici_t tag, pcidi_t type)
case PCI_DEVICE_ID_TOSHIBA_TOPIC97:
return ("Toshiba ToPIC97 PCI-CardBus Bridge");
case PCI_DEVICE_ID_RICOH_RL5C465:
return ("Ricoh RL5C465 PCI-CardBus Brige");
return ("Ricoh RL5C465 PCI-CardBus Bridge");
case PCI_DEVICE_ID_RICOH_RL5C475:
return ("Ricoh RL5C475 PCI-CardBus Brige");
return ("Ricoh RL5C475 PCI-CardBus Bridge");
case PCI_DEVICE_ID_RICOH_RL5C476:
return ("Ricoh RL5C476 PCI-CardBus Brige");
return ("Ricoh RL5C476 PCI-CardBus Bridge");
case PCI_DEVICE_ID_RICOH_RL5C478:
return ("Ricoh RL5C478 PCI-CardBus Brige");
return ("Ricoh RL5C478 PCI-CardBus Bridge");
/* 16bit PC-card bridges */
case PCI_DEVICE_ID_PCIC_CLPD6729:
return ("Cirrus Logic PD6729/6730 PC-Card Controller");

View file

@ -83,13 +83,13 @@ pcic_pci_probe(pcici_t tag, pcidi_t type)
case PCI_DEVICE_ID_TOSHIBA_TOPIC97:
return ("Toshiba ToPIC97 PCI-CardBus Bridge");
case PCI_DEVICE_ID_RICOH_RL5C465:
return ("Ricoh RL5C465 PCI-CardBus Brige");
return ("Ricoh RL5C465 PCI-CardBus Bridge");
case PCI_DEVICE_ID_RICOH_RL5C475:
return ("Ricoh RL5C475 PCI-CardBus Brige");
return ("Ricoh RL5C475 PCI-CardBus Bridge");
case PCI_DEVICE_ID_RICOH_RL5C476:
return ("Ricoh RL5C476 PCI-CardBus Brige");
return ("Ricoh RL5C476 PCI-CardBus Bridge");
case PCI_DEVICE_ID_RICOH_RL5C478:
return ("Ricoh RL5C478 PCI-CardBus Brige");
return ("Ricoh RL5C478 PCI-CardBus Bridge");
/* 16bit PC-card bridges */
case PCI_DEVICE_ID_PCIC_CLPD6729:
return ("Cirrus Logic PD6729/6730 PC-Card Controller");