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:
Bill Fumerola 2000-03-24 19:31:02 +00:00
parent e4322bc6d3
commit a68c41beea

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: