Add some more ICH9 SATA controller variants.

This commit is contained in:
markd 2009-02-11 06:39:43 +00:00
parent 7bb4356373
commit 90459b5b45
1 changed files with 22 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: piixide.c,v 1.47 2008/10/01 15:38:15 christos Exp $ */
/* $NetBSD: piixide.c,v 1.48 2009/02/11 06:39:43 markd Exp $ */
/*
* Copyright (c) 1999, 2000, 2001 Manuel Bouyer.
@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: piixide.c,v 1.47 2008/10/01 15:38:15 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: piixide.c,v 1.48 2009/02/11 06:39:43 markd Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -241,6 +241,26 @@ static const struct pciide_product_desc pciide_intel_products[] = {
"Intel 82801I Serial ATA Controller (ICH9)",
piixsata_chip_map,
},
{ PCI_PRODUCT_INTEL_82801I_SATA_4,
0,
"Intel 82801I Mobile Serial ATA Controller (ICH9)",
piixsata_chip_map,
},
{ PCI_PRODUCT_INTEL_82801I_SATA_5,
0,
"Intel 82801I Mobile Serial ATA Controller (ICH9)",
piixsata_chip_map,
},
{ PCI_PRODUCT_INTEL_82801I_SATA_6,
0,
"Intel 82801I Mobile Serial ATA Controller (ICH9)",
piixsata_chip_map,
},
{ PCI_PRODUCT_INTEL_82801I_SATA_7,
0,
"Intel 82801I Mobile Serial ATA Controller (ICH9)",
piixsata_chip_map,
},
{ PCI_PRODUCT_INTEL_63XXESB_SATA,
0,
"Intel 631xESB/632xESB Serial ATA Controller",