diff options
author | lebel <lebel@cvs.openbsd.org> | 2001-11-21 13:09:51 +0000 |
---|---|---|
committer | lebel <lebel@cvs.openbsd.org> | 2001-11-21 13:09:51 +0000 |
commit | f2165df1cf1502cba9ac3f4e3d031fbc74dec6e1 (patch) | |
tree | ae1837e8f195753439e2dd1aa8abf835105ac7af /sys/dev | |
parent | 90c450b95d2a85cd4bb076d6a30b935f72565eeb (diff) |
be more precise, the ATI device 0x4c59 is actually the
Radeon Mobility M6 LY; there is more than one type of Radeon Mobility.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/pcidevs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index e7eb3c3ec1c..abee0e20821 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ - $OpenBSD: pcidevs,v 1.465 2001/11/20 20:14:17 jason Exp $ + $OpenBSD: pcidevs,v 1.466 2001/11/21 13:09:50 lebel Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -858,7 +858,7 @@ product ATI MACH64_LI 0x4c49 Mach64 LI product ATI MOBILITY_1 0x4c4d Mobility 1 product ATI MACH64_LP 0x4c50 Mach64 LP product ATI RAGE_PM 0x4c52 Rage P/M -product ATI RADEON_M 0x4c59 Radeon Mobility +product ATI RADEON_M6LY 0x4c59 Radeon Mobility M6 LY product ATI RAGE_FURY 0x5046 Rage Fury product ATI RAGE128_PK 0x5052 Rage 128 PK product ATI RADEON_AIW 0x5144 AIW Radeon |