summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorbillf <billf@FreeBSD.org>2000-03-24 19:31:02 +0000
committerbillf <billf@FreeBSD.org>2000-03-24 19:31:02 +0000
commit5d7f379e3388fb3e6a17bdd8a4d8607621b16f5e (patch)
treee91ec6906cb55fd2b2faf6f29ec94440bae8929b /sys
parent47ea23cc278b760d807918ee6b9c4b9ea6ade022 (diff)
downloadFreeBSD-src-5d7f379e3388fb3e6a17bdd8a4d8607621b16f5e.zip
FreeBSD-src-5d7f379e3388fb3e6a17bdd8a4d8607621b16f5e.tar.gz
Add Mach64-LB graphics accelerator
Submitted by: Brandon Martus <bmartus@chc-chimes.com> (unwittingly) Obtained from: NetBSD (syssrc/sys/dev/pci/pcidevs)
Diffstat (limited to 'sys')
-rw-r--r--sys/pci/pcisupport.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c
index 81a586f..7f29f52 100644
--- a/sys/pci/pcisupport.c
+++ b/sys/pci/pcisupport.c
@@ -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:
OpenPOWER on IntegriCloud