RE: [net-next-2.6 08/08] r8169: more 8168dp support.

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: hayeswang
Date: Monday, January 3, 2011 - 7:43 pm

> From: Francois Romieu [mailto:romieu@fr.zoreil.com] 

The chip of 8111DP has an embedded system inside. Thus, sometime the nic has to
told the embedded system what the nic is doing now. For this reason, you can
find the function "OOB_notify" in source code of realtek. Furthermore, we do a
software mutex to avoid the driver and system from accessing the same register.
When doing reset, the nic has to notify the embedded system and wait a response.
However, maybe the system accesses the same register at the same time, so the
embedded system and the driver implement the same method of software mutex to
prevent this situation.

 
Best Regards,
Hayes

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[net-next-2.6 08/08] r8169: more 8168dp support., Francois Romieu, (Sun Jan 2, 4:37 pm)
Re: [net-next-2.6 08/08] r8169: more 8168dp support., Francois Romieu, (Mon Jan 3, 5:26 pm)
RE: [net-next-2.6 08/08] r8169: more 8168dp support., hayeswang, (Mon Jan 3, 7:43 pm)