Add Intel 82801GBM/GHM Serial ATA Controller.
This commit is contained in:
parent
99ff72f2ed
commit
d6a59139b0
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: piixide.c,v 1.25 2005/12/11 12:22:50 christos Exp $ */
|
||||
/* $NetBSD: piixide.c,v 1.26 2006/05/19 01:27:00 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.25 2005/12/11 12:22:50 christos Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: piixide.c,v 1.26 2006/05/19 01:27:00 markd Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
@ -179,6 +179,11 @@ static const struct pciide_product_desc pciide_intel_products[] = {
|
||||
"Intel 82801GB/GR Serial ATA/Raid Controller (ICH7)",
|
||||
piixsata_chip_map,
|
||||
},
|
||||
{ PCI_PRODUCT_INTEL_82801GBM_SATA,
|
||||
0,
|
||||
"Intel 82801GBM/GHM Serial ATA Controller (ICH7)",
|
||||
piixsata_chip_map,
|
||||
},
|
||||
{ 0,
|
||||
0,
|
||||
NULL,
|
||||
|
Loading…
Reference in New Issue
Block a user