Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/cats/pci s/PCI_PRODUCT_ALI_M1543/PCI_PRODUCT_ALI_M1...



details:   https://anonhg.NetBSD.org/src/rev/2819a2e8679f
branches:  trunk
changeset: 750782:2819a2e8679f
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Jan 14 10:32:49 2010 +0000

description:
s/PCI_PRODUCT_ALI_M1543/PCI_PRODUCT_ALI_M1533/ now that dsl@ has fixed
pcidevs.

Hi dsl!

diffstat:

 sys/arch/cats/pci/pcib.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 0e5cac5f861a -r 2819a2e8679f sys/arch/cats/pci/pcib.c
--- a/sys/arch/cats/pci/pcib.c  Thu Jan 14 10:04:18 2010 +0000
+++ b/sys/arch/cats/pci/pcib.c  Thu Jan 14 10:32:49 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pcib.c,v 1.12 2009/03/14 21:04:08 dsl Exp $    */
+/*     $NetBSD: pcib.c,v 1.13 2010/01/14 10:32:49 skrll Exp $  */
 
 /*-
  * Copyright (c) 1996, 1998 The NetBSD Foundation, Inc.
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pcib.c,v 1.12 2009/03/14 21:04:08 dsl Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pcib.c,v 1.13 2010/01/14 10:32:49 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -68,7 +68,7 @@
        switch (PCI_VENDOR(pa->pa_id)) {
        case PCI_VENDOR_ALI:
                switch (PCI_PRODUCT(pa->pa_id)) {
-               case PCI_PRODUCT_ALI_M1543:
+               case PCI_PRODUCT_ALI_M1533:
                        return (1);
                }
                break;



Home | Main Index | Thread Index | Old Index