Module Name: src
Committed By: kiyohara
Date: Mon Sep 27 12:29:03 UTC 2010
Modified Files:
src/sys/dev/ic: lan9118reg.h
Log Message:
Add some IDs. (9210/9211/9220/9221)
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/ic/lan9118reg.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/ic/lan9118reg.h
diff -u src/sys/dev/ic/lan9118reg.h:1.2 src/sys/dev/ic/lan9118reg.h:1.3
--- src/sys/dev/ic/lan9118reg.h:1.2 Wed Dec 2 12:51:50 2009
+++ src/sys/dev/ic/lan9118reg.h Mon Sep 27 12:29:03 2010
@@ -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)