Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sandpoint/stand/altboot This driver should also sup...
details: https://anonhg.NetBSD.org/src/rev/825652b3f2da
branches: trunk
changeset: 355573:825652b3f2da
user: phx <phx%NetBSD.org@localhost>
date: Thu Aug 03 19:51:00 2017 +0000
description:
This driver should also support Schneider & Koch SK-9821 v2.0, besides
Marvell SKnet.
diffstat:
sys/arch/sandpoint/stand/altboot/skg.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r abcdc331cae5 -r 825652b3f2da sys/arch/sandpoint/stand/altboot/skg.c
--- a/sys/arch/sandpoint/stand/altboot/skg.c Thu Aug 03 19:22:15 2017 +0000
+++ b/sys/arch/sandpoint/stand/altboot/skg.c Thu Aug 03 19:51:00 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: skg.c,v 1.4 2011/10/30 21:08:33 phx Exp $ */
+/* $NetBSD: skg.c,v 1.5 2017/08/03 19:51:00 phx Exp $ */
/*-
* Copyright (c) 2010 Frank Wille.
@@ -193,6 +193,7 @@
v = pcicfgread(tag, PCI_ID_REG);
switch (v) {
+ case PCI_DEVICE(0x1148, 0x4320):
case PCI_DEVICE(0x11ab, 0x4320):
return 1;
}
Home |
Main Index |
Thread Index |
Old Index