• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision327f55c6da12812050db491df708605fb4a13ed9 (tree)
Time2011-02-16 05:55:41
AuthorNobuhiro Iwamatsu <iwamatsu@niga...>
CommiterWolfgang Denk

Log Message

net: ne2000: Add spport RTL-8019AS

Add infomation of RTL-8016AS to hw_info.

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
CC: Ben Warren <biggerbadderben@gmail.com>

Change Summary

Incremental Difference

--- a/drivers/net/ne2000.c
+++ b/drivers/net/ne2000.c
@@ -164,7 +164,8 @@ static hw_info_t hw_info[] = {
164164 { /* Volktek NPL-402CT */ 0x0060, 0x00, 0x40, 0x05, 0 },
165165 { /* NEC PC-9801N-J12 */ 0x0ff0, 0x00, 0x00, 0x4c, 0 },
166166 { /* PCMCIA Technology OEM */ 0x01c8, 0x00, 0xa0, 0x0c, 0 },
167- { /* Qemu */ 0x0, 0x52, 0x54, 0x00, 0 }
167+ { /* Qemu */ 0x0, 0x52, 0x54, 0x00, 0 },
168+ { /* RTL8019AS */ 0x0, 0x0, 0x18, 0x5f, 0 }
168169 };
169170
170171 #define NR_INFO (sizeof(hw_info)/sizeof(hw_info_t))