git: 9front

Download patch

ref: b3695e28862f0ccb5f70cd0fc3270410d151c573
parent: 3af4fa5f99c48fd52d97db9de541ead22b765d72
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Mon Feb 28 08:18:13 EST 2022

ether82563: add pci id for ethernet on dell optiplex 7090 micro (thanks leimy)

 0.31.6: net  02.00.00 8086/15f9 255 0:70900000 131072
         Intel Corporation

--- a/sys/src/9/pc/ether82563.c
+++ b/sys/src/9/pc/ether82563.c
@@ -1987,6 +1987,7 @@
 		return i218;
 	case 0x156f:		/* i219-lm */
 	case 0x15b7:		/* i219-lm */
+	case 0x15f9:		/* i219-lm */
 	case 0x1570:		/* i219-v */
 	case 0x15b8:		/* i219-v */
 	case 0x15b9:		/* i219-lm */
--