Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 159039
b: refs/heads/master
c: 5a6338d
h: refs/heads/master
i:
  159037: 3a919f0
  159035: 1833470
  159031: 4001881
  159023: bb53181
  159007: 0fbb73e
  158975: 2166ca2
v: v3
  • Loading branch information
Dave Jones authored and David S. Miller committed Jul 24, 2009
1 parent 4b4fae6 commit ed9f709
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2cf71d2e388cb0076b03f40f2fadfc590c228461
refs/heads/master: 5a6338db37885af06760d40cad589316e48431e9
6 changes: 3 additions & 3 deletions trunk/drivers/net/via-velocity.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@
* Bits in the CSM register
*/

#define CSM_IPOK 0x40 //IP Checkusm validatiaon ok
#define CSM_TUPOK 0x20 //TCP/UDP Checkusm validatiaon ok
#define CSM_IPOK 0x40 //IP Checksum validation ok
#define CSM_TUPOK 0x20 //TCP/UDP Checksum validation ok
#define CSM_FRAG 0x10 //Fragment IP datagram
#define CSM_IPKT 0x04 //Received an IP packet
#define CSM_TCPKT 0x02 //Received a TCP packet
Expand Down Expand Up @@ -819,7 +819,7 @@ enum velocity_owner {
* Bits in the EECSR register
*/

#define EECSR_EMBP 0x40 /* eeprom embeded programming */
#define EECSR_EMBP 0x40 /* eeprom embedded programming */
#define EECSR_RELOAD 0x20 /* eeprom content reload */
#define EECSR_DPM 0x10 /* eeprom direct programming */
#define EECSR_ECS 0x08 /* eeprom CS pin */
Expand Down

0 comments on commit ed9f709

Please sign in to comment.