comparison e1000_implement_the_frame_transmission_chunk.patch @ 89:a9b47a2f8b98

Wip on tx, fix ioaddr being incorrectly generated
author Louis Opter <louis@lse.epitech.net>
date Thu, 04 Oct 2012 19:33:43 +0200
parents 8ffcdd6aa410
children 4968acb39c7b
comparison
equal deleted inserted replaced
88:8ffcdd6aa410 89:a9b47a2f8b98
277 + } 277 + }
278 + 278 +
279 chunk ::init() 279 chunk ::init()
280 { 280 {
281 } 281 }
282 @@ -183,7 +263,7 @@
283 struct rtx_e1000_ctx
284 {
285 int bars;
286 - unsigned char /* __iomem */ *ioaddr;
287 + unsigned char __iomem *ioaddr;
288 int irq;
289
290 /* we can't use the Rathaxes type here (#8) */
291 @@ -334,6 +414,45 @@ 282 @@ -334,6 +414,45 @@
292 } 283 }
293 } 284 }
294 285
295 + template type e1000::TxDescriptorFlags() 286 + template type e1000::TxDescriptorFlags()