Re: [PATCH] Ethernet link status polling for AT91RM9200
Andreas Mohr <andi <at> rhlx01.fht-esslingen.de>
2005-06-01 08:04:33 GMT
Hi,
On Wed, Jun 01, 2005 at 08:06:24AM +0200, linux-arm-kernel-request <at> lists.arm.linux.org.uk wrote:
> Date: Tue, 31 May 2005 20:04:45 +0200
> From: Henrik Bork Steffensen <hbs <at> rosetechnology.dk>
> Subject: [PATCH] Ethernet link status polling for AT91RM9200
> To: ARM Linux Mailing List <linux-arm-kernel <at> lists.arm.linux.org.uk>
> Message-ID: <429CA73D.7090501 <at> rosetechnology.dk>
> Content-Type: text/plain; charset="iso-8859-1"
> Any comments are very welcome.
Maybe this thread might be more useful if it was an abstract implementation
for all sorts of hardware types, IOW by not doing direct register queries
right in there but calling corresponding hardware-specific functions instead?
Also, don't you need to add suspend support there in order to avoid thread
freeze failures?
---- rtl8139_thread():
/* make swsusp happy with our thread */
try_to_freeze(PF_FREEZE);
----
Spelling: "Detemine", "curent"
Andreas Mohr
--
--
No programming skills!? Why not help translate many Linux applications!
https://launchpad.ubuntu.com/rosetta
(Continue reading)