Add Mach64-LB graphics accelerator

Submitted by:	Brandon Martus <bmartus@chc-chimes.com> (unwittingly)
Obtained from:	NetBSD (syssrc/sys/dev/pci/pcidevs)
This commit is contained in:
billf 2000-03-24 19:31:02 +00:00
parent 47ea23cc27
commit 5d7f379e33

View File

@ -1457,6 +1457,8 @@ const char* pci_vga_match(device_t dev)
chip = "Mach64-GW"; break;
case 0x4758:
chip = "Mach64-GX"; break;
case 0x4c42:
chip = "Mach64-LB"; break;
case 0x4c4d:
chip = "Mobility-1"; break;
case 0x475a: