git: 9front

Download patch

ref: ea078a1e0a3a6c3b9151d747a4a4df9c78093d0f
parent: 50af240284a5f028a8901ce676aa943bfa2c5b84
author: cinap_lenrek <cinap_lenrek@localhost>
date: Mon Jul 11 15:37:53 EDT 2011

add 82567LF (ICH9 IGP M)

--- a/sys/src/9/pc/ether82563.c
+++ b/sys/src/9/pc/ether82563.c
@@ -1604,6 +1604,7 @@
 			type = i82566;
 			break;
 		case 0x10cd:		/* lf */
+		case 0x10bf:
 		case 0x10ce:		/* v-2 */
 		case 0x10de:		/* lm-3 */
 		case 0x10f5:		/* lm-2 */
--