Add some IDs. (9210/9211/9220/9221)
This commit is contained in:
parent
45f0ad8281
commit
40c1055637
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue