diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-09-06 14:59:00 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-09-06 14:59:00 +0000 |
commit | b8ad6dbae6914316f731c99324ccb5052018dfbf (patch) | |
tree | dad92f08f90bda39f88d8126fa675ee883c1e7ae /os/hal/include | |
parent | cd04106a830e70037225f9c7e312984a97447a3f (diff) | |
download | ChibiOS-b8ad6dbae6914316f731c99324ccb5052018dfbf.tar.gz ChibiOS-b8ad6dbae6914316f731c99324ccb5052018dfbf.tar.bz2 ChibiOS-b8ad6dbae6914316f731c99324ccb5052018dfbf.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3292 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/include')
-rw-r--r-- | os/hal/include/mii.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/hal/include/mii.h b/os/hal/include/mii.h index 89ba69810..969f4a9d5 100644 --- a/os/hal/include/mii.h +++ b/os/hal/include/mii.h @@ -178,6 +178,7 @@ #define MII_DM9161_ID 0x0181b8a0
#define MII_AM79C875_ID 0x00225540
#define MII_KS8721_ID 0x00221610
+#define MII_STE101P_ID 0x00061C50
#endif /* _MII_H_ */
|