diff options
author | 2001-11-21 13:09:50 +0000 | |
---|---|---|
committer | 2001-11-21 13:09:50 +0000 | |
commit | 142a4eee5dfdd10ce75b8add90391a92de29a91a (patch) | |
tree | 56ce9d2cc6504d39c12e9d33b0183479e57c2a1c | |
parent | %qd -> %llu in a couple of other places (diff) | |
download | wireguard-openbsd-142a4eee5dfdd10ce75b8add90391a92de29a91a.tar.xz wireguard-openbsd-142a4eee5dfdd10ce75b8add90391a92de29a91a.zip |
be more precise, the ATI device 0x4c59 is actually the
Radeon Mobility M6 LY; there is more than one type of Radeon Mobility.
-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 |