From 2ea498b2e5ba5d74a6afa3f427cad2c36d8a6188 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Fri, 29 Sep 2000 21:15:02 +0000 Subject: [PATCH] Recognize the ATI Rage128-LF Mobility AGP video adapter. --- sys/pci/pcisupport.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c index e73a7a67a7c..e5c2215c399 100644 --- a/sys/pci/pcisupport.c +++ b/sys/pci/pcisupport.c @@ -1502,6 +1502,8 @@ const char* pci_vga_match(device_t dev) chip = "Mach64-GX"; break; case 0x4c42: chip = "Mach64-LB"; break; + case 0x4c46: + chip = "Rage128-LF Mobility"; break; case 0x4c4d: chip = "Mobility-1"; break; case 0x475a: