mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
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:
parent
e4322bc6d3
commit
a68c41beea
1 changed files with 2 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue