Ticket #24900: patch-nslu2_protocol.h.diff
File patch-nslu2_protocol.h.diff, 635 bytes (added by ranauei@…, 15 years ago) |
---|
-
nslu2_protocol.h
old new 183 183 MaxPacketLength = 1540-14, /* at least 600 from the RedBoot code */ 184 184 BaseAddress = 0x60000, /* skip RedBoot and SysConf */ 185 185 UpgradeProtocol = 0x8888, /* defined in the RedBoot code */ 186 Ln2FlashSize = 2 3, /* 8MByte Flash memory */186 Ln2FlashSize = 24, /* 16MByte Flash memory */ 187 187 FlashSize = (1<<Ln2FlashSize), 188 188 /* The MaxPendingPackets figure is the number of packets which will 189 189 * be transmitted without receiving a response, this value should be