Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci PCI-ISA Bridge paired with M5229 UDMA IDE Contro...
details: https://anonhg.NetBSD.org/src/rev/1929b1ebdd00
branches: trunk
changeset: 754696:1929b1ebdd00
user: nakayama <nakayama%NetBSD.org@localhost>
date: Sat May 08 19:49:02 2010 +0000
description:
PCI-ISA Bridge paired with M5229 UDMA IDE Controller rev. 0xC3 is
M1533.
Follow the fix in rev 1.1004 of pcidevs.
diffstat:
sys/dev/pci/aceride.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 0347c8acc78d -r 1929b1ebdd00 sys/dev/pci/aceride.c
--- a/sys/dev/pci/aceride.c Sat May 08 19:41:07 2010 +0000
+++ b/sys/dev/pci/aceride.c Sat May 08 19:49:02 2010 +0000
@@ -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;
}
Home |
Main Index |
Thread Index |
Old Index