diff options
| author | Bill Fumerola <billf@FreeBSD.org> | 2000-03-24 19:31:02 +0000 |
|---|---|---|
| committer | Bill Fumerola <billf@FreeBSD.org> | 2000-03-24 19:31:02 +0000 |
| commit | a68c41beea2029d93c6e4bc55db93fa42a1dcab8 (patch) | |
| tree | 1bb22e316fce885a89b768d14d8f9cdf841f7ce6 /sys | |
| parent | e4322bc6d3b9679a8d8cafc992ad6c858cd1a76d (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/pci/pcisupport.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c index 81a586f2a431..7f29f52f98cf 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: |
