summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authortsutsui <tsutsui@NetBSD.org>2005-05-24 18:43:29 +0000
committertsutsui <tsutsui@NetBSD.org>2005-05-24 18:43:29 +0000
commit1f2b0179d74ced5c1a856249fcd75536f8855012 (patch)
treeb8f7b8b2bc45f554f66cdf2a96d83db16873c104 /sys/dev
parentc0b528fad01309972b74be9ad658d429271dc5c6 (diff)
ATP865 chips support Ultra133, so correct attach messages as well.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/acardide.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/pci/acardide.c b/sys/dev/pci/acardide.c
index 560e080791f..22d5f9a63f0 100644
--- a/sys/dev/pci/acardide.c
+++ b/sys/dev/pci/acardide.c
@@ -1,4 +1,4 @@
-/* $NetBSD: acardide.c,v 1.16 2005/05/24 05:25:15 lukem Exp $ */
+/* $NetBSD: acardide.c,v 1.17 2005/05/24 18:43:29 tsutsui Exp $ */
/*
* Copyright (c) 2001 Izumi Tsutsui.
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: acardide.c,v 1.16 2005/05/24 05:25:15 lukem Exp $");
+__KERNEL_RCSID(0, "$NetBSD: acardide.c,v 1.17 2005/05/24 18:43:29 tsutsui Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -68,12 +68,12 @@ static const struct pciide_product_desc pciide_acard_products[] = {
},
{ PCI_PRODUCT_ACARD_ATP865,
0,
- "Acard ATP865 Ultra100 IDE Controller",
+ "Acard ATP865 Ultra133 IDE Controller",
acard_chip_map,
},
{ PCI_PRODUCT_ACARD_ATP865A,
0,
- "Acard ATP865-A Ultra100 IDE Controller",
+ "Acard ATP865-A Ultra133 IDE Controller",
acard_chip_map,
},
{ 0,