Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ieee1394 Listed UniNorth device is in fact the UniNo...
details: https://anonhg.NetBSD.org/src/rev/6e052701ec71
branches: trunk
changeset: 360805:6e052701ec71
user: sevan <sevan%NetBSD.org@localhost>
date: Sat Mar 31 14:50:45 2018 +0000
description:
Listed UniNorth device is in fact the UniNorth 2 interface, rename.
https://pci-ids.ucw.cz/read/PC/106b/0031
diffstat:
sys/dev/ieee1394/fwohcireg.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 9b978cbc537e -r 6e052701ec71 sys/dev/ieee1394/fwohcireg.h
--- a/sys/dev/ieee1394/fwohcireg.h Sat Mar 31 14:46:13 2018 +0000
+++ b/sys/dev/ieee1394/fwohcireg.h Sat Mar 31 14:50:45 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fwohcireg.h,v 1.18 2010/03/29 03:05:27 kiyohara Exp $ */
+/* $NetBSD: fwohcireg.h,v 1.19 2018/03/31 14:50:45 sevan Exp $ */
/*-
* Copyright (c) 2003 Hidetoshi Shimokawa
@@ -77,7 +77,7 @@
#define FW_DEVICE_R5C551 (0x0551 << 16)
#define FW_DEVICE_R5C552 (0x0552 << 16)
#define FW_DEVICE_PANGEA (0x0030 << 16)
-#define FW_DEVICE_UNINORTH (0x0031 << 16)
+#define FW_DEVICE_UNINORTH2 (0x0031 << 16)
#define FW_DEVICE_AIC5800 (0x5800 << 16)
#define FW_DEVICE_FW322 (0x5811 << 16)
#define FW_DEVICE_7007 (0x7007 << 16)
Home |
Main Index |
Thread Index |
Old Index