diff options
author | sos <sos@FreeBSD.org> | 1998-12-01 21:50:58 +0000 |
---|---|---|
committer | sos <sos@FreeBSD.org> | 1998-12-01 21:50:58 +0000 |
commit | 8a9fb0b46d87471be2238baf9baabaada67a71c3 (patch) | |
tree | bf37fec181117018b950dd9f78f6917cb53276e4 /sys | |
parent | f312600f4d8581387c95708e3d151bf8e4da23fc (diff) | |
download | FreeBSD-src-8a9fb0b46d87471be2238baf9baabaada67a71c3.zip FreeBSD-src-8a9fb0b46d87471be2238baf9baabaada67a71c3.tar.gz |
The Neomagic chip is a 2160 not a 3160.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/pci/pcisupport.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c index 1258e3c..a422972 100644 --- a/sys/pci/pcisupport.c +++ b/sys/pci/pcisupport.c @@ -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: |