diff options
| author | Bill Fumerola <billf@FreeBSD.org> | 1999-12-29 02:47:02 +0000 |
|---|---|---|
| committer | Bill Fumerola <billf@FreeBSD.org> | 1999-12-29 02:47:02 +0000 |
| commit | 280ac201367079ecc4eaebae554cf08a8076b634 (patch) | |
| tree | bef2ca3815352a224a7c912e5a358caf1f331387 /sys | |
| parent | 92a8937368a64806f979f7ef38c9e5ae666179ac (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 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: |
