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/475e9e25c9dc
branches: trunk
changeset: 359927:475e9e25c9dc
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 daaa0c84a4db -r 475e9e25c9dc 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