diff options
| author | Søren Schmidt <sos@FreeBSD.org> | 1998-12-01 21:50:58 +0000 |
|---|---|---|
| committer | Søren Schmidt <sos@FreeBSD.org> | 1998-12-01 21:50:58 +0000 |
| commit | e4ef2ec1edc6ff8c697250b4f815ce395643eb3c (patch) | |
| tree | 35f32bf62ada73c22ce9c61bd14da6c2ba201544 /sys/pci | |
| parent | 128272b8c5e96c98992f14c7871332e3bab8ddaf (diff) | |
Notes
Diffstat (limited to 'sys/pci')
| -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 1258e3c0f351a..a4229722f09f6 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: |
