From 280ac201367079ecc4eaebae554cf08a8076b634 Mon Sep 17 00:00:00 2001 From: Bill Fumerola Date: Wed, 29 Dec 1999 02:47:02 +0000 Subject: Add the Id for the NeoMagic 256ZX, the display from which I'm seeing this.. --- sys/pci/pcisupport.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c index cbddbfd1485d..0a781b243283 100644 --- a/sys/pci/pcisupport.c +++ b/sys/pci/pcisupport.c @@ -1283,6 +1283,8 @@ static const char* vga_match(device_t dev) chip = "NM2160 laptop"; break; case 0x0005: chip = "MagicMedia 256AV"; break; + case 0x0006: + chip = "MagicMedia 256ZX"; break; } break; case 0x121a: -- cgit v1.2.3