Plan 9 from Bell Labs’s /usr/web/sources/patch/applied/etherigbe-i82544gc/context-diff

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


*** /sys/src/9/pc/etherigbe.c	Thu Feb 28 18:13:00 2008
--- etherigbe.c	Thu Mar 25 16:44:18 2010
***************
*** 32,37 ****
--- 32,38 ----
  	i82542		= (0x1000<<16)|0x8086,
  	i82543gc	= (0x1004<<16)|0x8086,
  	i82544ei	= (0x1008<<16)|0x8086,
+ 	i82544gc	= (0x100D<<16)|0x8086,
  	i82547ei	= (0x1019<<16)|0x8086,
  	i82540em	= (0x100E<<16)|0x8086,
  	i82540eplp	= (0x101E<<16)|0x8086,
***************
*** 896,901 ****
--- 897,903 ----
  		break;
  	case i82543gc:
  	case i82544ei:
+ 	case i82544gc:
  	case i82547ei:
  	case i82540em:
  	case i82540eplp:
***************
*** 1477,1482 ****
--- 1479,1485 ----
  		ctlr->mii->miw = i82543miimiw;
  		break;
  	case i82544ei:
+ 	case i82544gc:
  	case i82547ei:
  	case i82540em:
  	case i82540eplp:
***************
*** 1916,1921 ****
--- 1919,1925 ----
  			continue;
  		case i82543gc:
  		case i82544ei:
+ 		case i82544gc:
  		case i82547ei:
  		case i82540em:
  		case i82540eplp:

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.