summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorsevan <sevan@NetBSD.org>2018-03-31 14:50:45 +0000
committersevan <sevan@NetBSD.org>2018-03-31 14:50:45 +0000
commitf60bf2bc4e995a9a291c21dbcfbe888a35c1e8a7 (patch)
tree2ad9d269a0457fa70564f65021c5382f32dc05c4 /sys/dev
parentc58286d437bcfcc8ea4c36d3bd6f8e1289435203 (diff)
Listed UniNorth device is in fact the UniNorth 2 interface, rename.
https://pci-ids.ucw.cz/read/PC/106b/0031
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ieee1394/fwohcireg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ieee1394/fwohcireg.h b/sys/dev/ieee1394/fwohcireg.h
index f1853f781ba..9d18fc6c5cb 100644
--- a/sys/dev/ieee1394/fwohcireg.h
+++ b/sys/dev/ieee1394/fwohcireg.h
@@ -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)