Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci Intel 8255GM is GM, not PM (obviously a copy&pas...



details:   https://anonhg.NetBSD.org/src/rev/b9a74a2e0fca
branches:  trunk
changeset: 550071:b9a74a2e0fca
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Jul 29 07:41:43 2003 +0000

description:
Intel 8255GM is GM, not PM (obviously a copy&pasto).
>From FUKAUMI Naoki in PR 22293.

diffstat:

 sys/dev/pci/pcidevs |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r 2e36325f3fc7 -r b9a74a2e0fca sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs       Tue Jul 29 07:26:23 2003 +0000
+++ b/sys/dev/pci/pcidevs       Tue Jul 29 07:41:43 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.556 2003/07/27 02:34:38 jonathan Exp $
+$NetBSD: pcidevs,v 1.557 2003/07/29 07:41:43 martin Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -1615,9 +1615,9 @@
 product INTEL 82855PM_AGP      0x3341  82855PM Host-to-AGP Bridge
 product INTEL 82855PM_PM       0x3342  82855PM Power Management Controller
 product INTEL 82855GM_MCH      0x3580  82855GM Host-to-Hub Controller
-product INTEL 82855GM_IGD      0x3582  82855PM GMCH Integrated Graphics Device
-product INTEL 82855GM_MC       0x3584  82855PM GMCH Memory Controller
-product INTEL 82855GM_CP       0x3585  82855PM GMCH Configuration Process
+product INTEL 82855GM_IGD      0x3582  82855GM GMCH Integrated Graphics Device
+product INTEL 82855GM_MC       0x3584  82855GM GMCH Memory Controller
+product INTEL 82855GM_CP       0x3585  82855GM GMCH Configuration Process
 product INTEL 82830MP_IO_1     0x3575  82830MP CPU to I/O Bridge 1
 product INTEL 82830MP_AGP      0x3576  82830MP CPU to AGP Bridge
 product INTEL 82830MP_IV       0x3577  82830MP Integrated Video



Home | Main Index | Thread Index | Old Index