Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic Add some IDs. (9210/9211/9220/9221)
details: https://anonhg.NetBSD.org/src/rev/e41934bb9701
branches: trunk
changeset: 757845:e41934bb9701
user: kiyohara <kiyohara%NetBSD.org@localhost>
date: Mon Sep 27 12:29:03 2010 +0000
description:
Add some IDs. (9210/9211/9220/9221)
diffstat:
sys/dev/ic/lan9118reg.h | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r a96fff555ebf -r e41934bb9701 sys/dev/ic/lan9118reg.h
--- a/sys/dev/ic/lan9118reg.h Mon Sep 27 11:57:59 2010 +0000
+++ b/sys/dev/ic/lan9118reg.h Mon Sep 27 12:29:03 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lan9118reg.h,v 1.2 2009/12/02 12:51:50 kiyohara Exp $ */
+/* $NetBSD: lan9118reg.h,v 1.3 2010/09/27 12:29:03 kiyohara Exp $ */
/*
* Copyright (c) 2008 KIYOHARA Takashi
* All rights reserved.
@@ -38,6 +38,11 @@
#define LAN9218_ID_9217 0x117a
#define LAN9218_ID_9218 0x118a
+#define LAN9210_ID_9210 0x9210
+#define LAN9210_ID_9211 0x9211
+#define LAN9220_ID_9220 0x9220
+#define LAN9220_ID_9221 0x9221
+
#define IS_LAN9118(id) ((id) >= LAN9118_ID_9115 && (id) <= LAN9118_ID_9118)
#define IS_LAN9218(id) ((id) >= LAN9218_ID_9215 && (id) <= LAN9218_ID_9218)
Home |
Main Index |
Thread Index |
Old Index