1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-13 14:40:22 +00:00

The Neomagic chip is a 2160 not a 3160.

This commit is contained in:
Søren Schmidt 1998-12-01 21:50:58 +00:00
parent 128272b8c5
commit e4ef2ec1ed
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=41443

View File

@ -1,6 +1,6 @@
/**************************************************************************
**
** $Id: pcisupport.c,v 1.73 1998/10/31 10:35:24 dfr Exp $
** $Id: pcisupport.c,v 1.74 1998/11/26 21:57:52 n_hibma Exp $
**
** Device driver for DEC/INTEL PCI chipsets.
**
@ -870,7 +870,7 @@ static char* vga_probe (pcici_t tag, pcidi_t typea)
vendor = "NeoMagic";
switch (id >> 16) {
case 0x0004:
chip = "NM3160 laptop"; break;
chip = "NM2160 laptop"; break;
}
break;
case 0x102b: