Module Name:    src
Committed By:   nakayama
Date:           Sat May  8 19:49:02 UTC 2010

Modified Files:
        src/sys/dev/pci: aceride.c

Log Message:
PCI-ISA Bridge paired with M5229 UDMA IDE Controller rev. 0xC3 is
M1533.

Follow the fix in rev 1.1004 of pcidevs.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/dev/pci/aceride.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/dev/pci/aceride.c
diff -u src/sys/dev/pci/aceride.c:1.26 src/sys/dev/pci/aceride.c:1.27
--- src/sys/dev/pci/aceride.c:1.26	Mon Oct 19 18:41:14 2009
+++ src/sys/dev/pci/aceride.c	Sat May  8 19:49:02 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: aceride.c,v 1.26 2009/10/19 18:41:14 bouyer Exp $	*/
+/*	$NetBSD: aceride.c,v 1.27 2010/05/08 19:49:02 nakayama Exp $	*/
 
 /*
  * Copyright (c) 1999, 2000, 2001 Manuel Bouyer.
@@ -25,7 +25,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: aceride.c,v 1.26 2009/10/19 18:41:14 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: aceride.c,v 1.27 2010/05/08 19:49:02 nakayama Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -102,7 +102,7 @@
 	if (PCI_CLASS(pa->pa_class) == PCI_CLASS_BRIDGE &&
 	    PCI_SUBCLASS(pa->pa_class) == PCI_SUBCLASS_BRIDGE_ISA &&
 	    PCI_VENDOR(pa->pa_id) == PCI_VENDOR_ALI &&
-	    PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_ALI_M1543)
+	    PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_ALI_M1533)
 		return 1;
 	return 0;
 }

Reply via email to