Recognize Promise Serial ATA/150 TX2plus

This commit is contained in:
matt 2002-12-26 20:54:03 +00:00
parent 741e85a725
commit 46531db96c
1 changed files with 7 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: pciide.c,v 1.175 2002/11/20 19:20:24 bouyer Exp $ */
/* $NetBSD: pciide.c,v 1.176 2002/12/26 20:54:03 matt Exp $ */
/*
@ -76,7 +76,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: pciide.c,v 1.175 2002/11/20 19:20:24 bouyer Exp $");
__KERNEL_RCSID(0, "$NetBSD: pciide.c,v 1.176 2002/12/26 20:54:03 matt Exp $");
#ifndef WDCDEBUG
#define WDCDEBUG
@ -482,6 +482,11 @@ const struct pciide_product_desc pciide_promise_products[] = {
"Promise Ultra133TX2v2/ATA Bus Master IDE Accelerator",
pdc202xx_chip_map,
},
{ PCI_PRODUCT_PROMISE_SATA150TX2PLUS,
IDE_PCI_CLASS_OVERRIDE,
"Promise Serial ATA/150 TX2plus Bus Master IDE Accelerator",
pdc202xx_chip_map,
},
{ 0,
0,
NULL,