aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>1999-12-29 02:47:02 +0000
committerBill Fumerola <billf@FreeBSD.org>1999-12-29 02:47:02 +0000
commit280ac201367079ecc4eaebae554cf08a8076b634 (patch)
treebef2ca3815352a224a7c912e5a358caf1f331387
parent92a8937368a64806f979f7ef38c9e5ae666179ac (diff)
downloadsrc-280ac201367079ecc4eaebae554cf08a8076b634.tar.gz
src-280ac201367079ecc4eaebae554cf08a8076b634.zip
Add the Id for the NeoMagic 256ZX, the display from which I'm seeing this..
Notes
Notes: svn path=/head/; revision=55203
-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 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: