summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/pciide.c
diff options
context:
space:
mode:
authorrobert <robert@openbsd.org>2006-03-28 12:56:44 +0000
committerrobert <robert@openbsd.org>2006-03-28 12:56:44 +0000
commit53d833f8c56918e197c69eb356225f38e6860b5c (patch)
treedc2603957158c3217063ad7c69424a0e8f194fc9 /sys/dev/pci/pciide.c
parentcheck rcs_head_set() return value; OK niallo@. (diff)
downloadwireguard-openbsd-53d833f8c56918e197c69eb356225f38e6860b5c.tar.xz
wireguard-openbsd-53d833f8c56918e197c69eb356225f38e6860b5c.zip
Add Intel 82801GB (ICH7M) SATA;
reported by Gabor Micsko <trey@hup.hu>; ok jsg@ marco@ kettenis@
Diffstat (limited to 'sys/dev/pci/pciide.c')
-rw-r--r--sys/dev/pci/pciide.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/pci/pciide.c b/sys/dev/pci/pciide.c
index 0aace7faf0f..90ad2b0ba4d 100644
--- a/sys/dev/pci/pciide.c
+++ b/sys/dev/pci/pciide.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pciide.c,v 1.229 2006/03/27 20:33:38 kettenis Exp $ */
+/* $OpenBSD: pciide.c,v 1.230 2006/03/28 12:56:44 robert Exp $ */
/* $NetBSD: pciide.c,v 1.127 2001/08/03 01:31:08 tsutsui Exp $ */
/*
@@ -437,6 +437,10 @@ const struct pciide_product_desc pciide_intel_products[] = {
{ PCI_PRODUCT_INTEL_82801GB_SATA_1, /* Intel 82801GB (ICH7) SATA */
IDE_PCI_CLASS_OVERRIDE,
piixsata_chip_map
+ },
+ { PCI_PRODUCT_INTEL_82801GBM_SATA, /* Intel 82801GB (ICH7M) SATA */
+ IDE_PCI_CLASS_OVERRIDE,
+ piixsata_chip_map
}
};