Add text for the VIA 82C686 southbridge used by some Athlon and PII boards.

This commit is contained in:
alc 1999-10-26 18:26:06 +00:00
parent 445be7e508
commit 5dbc00f024

View File

@ -869,6 +869,8 @@ isab_match(device_t dev)
/* VIA Technologies -- vendor 0x1106 */ /* VIA Technologies -- vendor 0x1106 */
case 0x05861106: /* south bridge section */ case 0x05861106: /* south bridge section */
return ("VIA 82C586 PCI-ISA bridge"); return ("VIA 82C586 PCI-ISA bridge");
case 0x06861106:
return ("VIA 82C686 PCI-ISA bridge");
/* AcerLabs -- vendor 0x10b9 */ /* AcerLabs -- vendor 0x10b9 */
/* Funny : The datasheet told me vendor id is "10b8",sub-vendor */ /* Funny : The datasheet told me vendor id is "10b8",sub-vendor */