diff options
author | Owain Ainsworth <oga@cvs.openbsd.org> | 2009-12-11 07:37:08 +0000 |
---|---|---|
committer | Owain Ainsworth <oga@cvs.openbsd.org> | 2009-12-11 07:37:08 +0000 |
commit | 110b386379f710cfafe4002a83e419c972a7db8e (patch) | |
tree | fe4f7a6fa82baa248007aa04e5a53c843ee2f425 /sys | |
parent | 07ad5dff49c546268130b66ea8375473271943d0 (diff) |
When i filled in these pcidevs I cleverly made two sequential ones
duplicates by accident. go me! There's only two 690 chips, so it's
fairly easy to find out.
found when mlarkin asked me about his chipset.
Diffstat (limited to 'sys')
-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 8ac47b551a8..ead16452ddc 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1513 2009/12/01 17:07:59 jasper Exp $ +$OpenBSD: pcidevs,v 1.1514 2009/12/11 07:37:07 oga Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -1290,7 +1290,7 @@ product ATI RS690_PCIE_4 0x7916 RS690 PCIE product ATI RS690_PCIE_5 0x7917 RS690 PCIE product ATI RS690_HDA 0x7919 RS690 HD Audio product ATI RADEON_X1250 0x791e Radeon X1250 -product ATI RADEON_X1250IGP 0x791e Radeon X1250 IGP +product ATI RADEON_X1250IGP 0x791f Radeon X1250 IGP product ATI RADEON_2100 0x796e Radeon 2100 product ATI RADEON_HD4870 0x9440 Radeon HD 4870 product ATI RADEON_HD4850 0x9442 Radeon HD 4850 |