Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NuttX RTOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
f4grx
NuttX RTOS
Commits
eb072bca
Commit
eb072bca
authored
14 years ago
by
patacongo
Browse files
Options
Downloads
Patches
Plain Diff
fix typo
git-svn-id:
svn://svn.code.sf.net/p/nuttx/code/trunk@3098
42af7a65-404d-4744-a932-0658087f49c3
parent
bdeb6398
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/nuttx/mii.h
+5
-4
5 additions, 4 deletions
include/nuttx/mii.h
with
5 additions
and
4 deletions
include/nuttx/mii.h
+
5
−
4
View file @
eb072bca
...
...
@@ -95,7 +95,7 @@
#define MII_AM79C874_DISCONNECT 0x17
/* Disconnect counter */
#define MII_AM79C874_RCVERROR 0x18
/* Receive error counter */
/* Luminary LM3S6918 built-in PHY
,
0x07-0x0f, 0x14-0x16, 0x19-0x1f reserved */
/* Luminary LM3S6918 built-in PHY
:
0x07-0x0f, 0x14-0x16, 0x19-0x1f reserved */
#define MII_LM3S_VSPECIFIC 0x10
/* Vendor-Specific */
#define MII_LM3S_INTCS 0x11
/* Interrupt control/status */
...
...
@@ -104,11 +104,11 @@
#define MII_LM3S_LEDCONFIG 0x17
/* LED Configuration */
#define MII_LM3S_MDICONTROL 0x18
/* Ethernet PHY Management MDI/MDIX Control */
/* Micrel KS8721 */
/* Micrel KS8721
: 0x15, 0x1b, and 0x1f
*/
#define MII_KS8721_RXERCOUNTER 0x15
/* RXER counter */
#define MII_KS8721_INTCS 0x1b
/* Interrupt control/status register */
#define MII_KS8721_10BTCR 0x1
c
/* 10BASE-TX PHY control register */
#define MII_KS8721_10BTCR 0x1
f
/* 10BASE-TX PHY control register */
/* */
...
...
@@ -120,6 +120,7 @@
/* MII Control register bit definitions */
#define MII_MCR_UNIDIR (1 << 5)
/* Bit 5: Unidirectional enable */
#define MII_MCR_SPEED1000 (1 << 6)
/* Bit 6: MSB of Speed (1000 reserved on 10/100) */
#define MII_MCR_CTST (1 << 7)
/* Bit 7: Enable collision test */
#define MII_MCR_FULLDPLX (1 << 8)
/* Bit 8: Full duplex */
...
...
@@ -322,7 +323,7 @@
#define LM3S_MDICONTROL_PDMODE (1 << 7)
/* Bit 7: Parallel Detection Mode */
/* KS8921-specific register bit settings ************************************/
/* KS8921 MII Control register bit definitions */
/* KS8921 MII Control register bit definitions
(not in 802.3)
*/
#define KS8721_MCR_DISABXMT (1 << 0)
/* Bit 0: Disable Transmitter */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment