git: 9front

Download patch

ref: 115d9b1eb6364756376df73804205c1ab679964f
parent: 5bcb3f4e54ecefdf2c75ec46c4076e157ff8c384
author: ppatience0 <ppatience0@gmail.com>
date: Sat Mar 23 21:51:43 EDT 2013

ether82563: add 82562V-2 did

--- a/sys/src/9/pc/ether82563.c
+++ b/sys/src/9/pc/ether82563.c
@@ -1903,6 +1903,7 @@
 	case 0x10e5:		/* lm ich9 */
 	case 0x10f5:		/* lm ich9m; “boazman” */
 	case 0x10ce:		/* v ich10 */
+	case 0x10c0:		/* ich9 */
 		return i82567;
 	case 0x10bf:		/* lf ich9m */
 	case 0x10cb:		/* v ich9m */
--