Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/macppc/dev match K2 UATA, found in some G5



details:   https://anonhg.NetBSD.org/src/rev/afc502f2d286
branches:  trunk
changeset: 830228:afc502f2d286
user:      macallan <macallan%NetBSD.org@localhost>
date:      Thu Mar 01 13:54:36 2018 +0000

description:
match K2 UATA, found in some G5

diffstat:

 sys/arch/macppc/dev/kauai.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 37301126c0c2 -r afc502f2d286 sys/arch/macppc/dev/kauai.c
--- a/sys/arch/macppc/dev/kauai.c       Thu Mar 01 08:44:12 2018 +0000
+++ b/sys/arch/macppc/dev/kauai.c       Thu Mar 01 13:54:36 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: kauai.c,v 1.38 2017/10/20 07:06:07 jdolecek Exp $      */
+/*     $NetBSD: kauai.c,v 1.39 2018/03/01 13:54:36 macallan Exp $      */
 
 /*-
  * Copyright (c) 2003 Tsubai Masanari.  All rights reserved.
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kauai.c,v 1.38 2017/10/20 07:06:07 jdolecek Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kauai.c,v 1.39 2018/03/01 13:54:36 macallan Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -94,6 +94,7 @@
                case PCI_PRODUCT_APPLE_UNINORTH_ATA:
                case PCI_PRODUCT_APPLE_INTREPID2_ATA:
                case PCI_PRODUCT_APPLE_SHASTA_ATA:
+               case PCI_PRODUCT_APPLE_K2_UATA:
                    return 5;
                }
        }



Home | Main Index | Thread Index | Old Index