Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci Match PCI_PRODUCT_INTEL_82Q45_IDER.



details:   https://anonhg.NetBSD.org/src/rev/be0af82f12d9
branches:  trunk
changeset: 832738:be0af82f12d9
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Sat May 26 13:33:44 2018 +0000

description:
Match PCI_PRODUCT_INTEL_82Q45_IDER.

Not entirely sure which chip map to use, but as this is for AMT, it's
probably not like there's a real PATA interface to configure DMA for,
and as the 965 AMT stuff uses the sata version of the chip map, we'll
cargo cult it for now.

diffstat:

 sys/dev/pci/piixide.c |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (30 lines):

diff -r c4078f6e6384 -r be0af82f12d9 sys/dev/pci/piixide.c
--- a/sys/dev/pci/piixide.c     Sat May 26 13:26:01 2018 +0000
+++ b/sys/dev/pci/piixide.c     Sat May 26 13:33:44 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: piixide.c,v 1.65 2016/02/01 08:28:48 msaitoh Exp $     */
+/*     $NetBSD: piixide.c,v 1.66 2018/05/26 13:33:44 jakllsch Exp $    */
 
 /*
  * Copyright (c) 1999, 2000, 2001 Manuel Bouyer.
@@ -25,7 +25,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: piixide.c,v 1.65 2016/02/01 08:28:48 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: piixide.c,v 1.66 2018/05/26 13:33:44 jakllsch Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -289,6 +289,11 @@
          "Intel 82965PM IDE controller",
          piixsata_chip_map,
        },
+       { PCI_PRODUCT_INTEL_82Q45_IDER,
+         0,
+         "Intel 82Q45 IDE Redirection controller",
+         piixsata_chip_map,
+       },
        {
          PCI_PRODUCT_INTEL_3400_SATA_1,
          0,



Home | Main Index | Thread Index | Old Index