Ops, this had already been commited by cjs.

Still, call the controller ATA133, even though we use it at ATA100 for now ...
This commit is contained in:
bouyer 2002-07-22 20:56:57 +00:00
parent 2126ded42f
commit 8e745944fe
1 changed files with 2 additions and 6 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: pciide.c,v 1.159 2002/07/22 20:51:02 bouyer Exp $ */
/* $NetBSD: pciide.c,v 1.160 2002/07/22 20:56:57 bouyer Exp $ */
/*
@ -76,7 +76,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: pciide.c,v 1.159 2002/07/22 20:51:02 bouyer Exp $");
__KERNEL_RCSID(0, "$NetBSD: pciide.c,v 1.160 2002/07/22 20:56:57 bouyer Exp $");
#ifndef WDCDEBUG
#define WDCDEBUG
@ -2179,10 +2179,6 @@ apollo_chip_map(sc, pa)
printf("VT8233 ATA100 controller\n");
sc->sc_wdcdev.UDMA_cap = 5;
break;
case PCI_PRODUCT_VIATECH_VT8233A:
printf("VT8233A ATA100 controller\n");
sc->sc_wdcdev.UDMA_cap = 5;
break;
case PCI_PRODUCT_VIATECH_VT8233A:
printf("VT8233A ATA133 controller\n");
/* XXX use ATA100 untill ATA133 is supported */