Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Avoid duplicate definitions. From Quentin Garnie...



details:   https://anonhg.NetBSD.org/src/rev/af46b1e75722
branches:  trunk
changeset: 550204:af46b1e75722
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Aug 01 11:55:03 2003 +0000

description:
Avoid duplicate definitions. From Quentin Garnier in PR 22331.

diffstat:

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

diffs (18 lines):

diff -r eb95d6a3b567 -r af46b1e75722 sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs       Fri Aug 01 11:51:14 2003 +0000
+++ b/sys/dev/pci/pcidevs       Fri Aug 01 11:55:03 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.560 2003/08/01 00:05:27 jonathan Exp $
+$NetBSD: pcidevs,v 1.561 2003/08/01 11:55:03 wiz Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -959,7 +959,7 @@
 product ATI RADEON_9100                0x514d  Radeon 9100 Series
 product ATI RADEON_7500                0x5157  Radeon 7500
 product ATI RADEON_7000                0x5159  Radeon 7000/VE
-product ATI RADEON_9100                0x514d  Radeon 9100 Series Secondary
+product ATI RADEON_9100_S      0x514d  Radeon 9100 Series Secondary
 product ATI RAGEGLPCI          0x5245  Rage 128 GL PCI
 product ATI RAGEGLAGP          0x5246  Rage 128 GL AGP 2x
 product ATI RAGEVRPCI          0x524b  Rage 128 VR PCI



Home | Main Index | Thread Index | Old Index