Module Name:    src
Committed By:   skrll
Date:           Thu Jan 14 10:32:49 UTC 2010

Modified Files:
        src/sys/arch/cats/pci: pcib.c

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

Hi dsl!


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/cats/pci/pcib.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/cats/pci/pcib.c
diff -u src/sys/arch/cats/pci/pcib.c:1.12 src/sys/arch/cats/pci/pcib.c:1.13
--- src/sys/arch/cats/pci/pcib.c:1.12	Sat Mar 14 21:04:08 2009
+++ src/sys/arch/cats/pci/pcib.c	Thu Jan 14 10:32:49 2010
@@ -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;

Reply via email to