9front - general discussion about 9front
 help / color / mirror / Atom feed
* [9front] [patch] Support for IXGBE 82599 + Intel C600/X79
@ 2021-09-09 22:56 Lorenzo Bivens
  0 siblings, 0 replies; only message in thread
From: Lorenzo Bivens @ 2021-09-09 22:56 UTC (permalink / raw)
  To: 9front

[-- Attachment #1: Type: text/plain, Size: 300 bytes --]

Hola,

I finally got around to get these things working. 
Besides the problem between the chair and the terminal, until I figured that I wasn't installing the new kernel properly (faccepalm), the southbridge was being ignored. 

I am attaching the patch, it is just pci dids.

Thanks,
izaki

[-- Attachment #2: openrack_misc.patch --]
[-- Type: application/octet-stream, Size: 875 bytes --]

--- //.git/fs/object/084c2e6a65705fa30784a6a9b7b6cd3d2468064a/tree/sys/src/9/pc/ether82598.c
+++ sys/src/9/pc/ether82598.c
@@ -867,6 +867,7 @@
 			pcimsix = 3;
 			break;
 		case 0x10fb:		/* 82599 */
+		case 0x1557:
 		case 0x1528:		/* T540-T1 */
 			pcimsix = 4;
 			break;
--- //.git/fs/object/084c2e6a65705fa30784a6a9b7b6cd3d2468064a/tree/sys/src/9/pc/pcipc.c
+++ sys/src/9/pc/pcipc.c
@@ -375,6 +375,7 @@
 	{ 0x8086, 0x1c02, pIIxget, pIIxset },	/* Intel 6 Series/C200 */
 	{ 0x8086, 0x1e53, pIIxget, pIIxset },	/* Intel 7 Series/C216 */
 	{ 0x8086, 0x8c56, pIIxget, pIIxset },	/* Intel 8 Series/C226 */
+	{ 0x8086, 0x1d41, pIIxget, pIIxset },	/* Intel C600/X79 */
 	{ 0x8086, 0x2810, pIIxget, pIIxset },	/* Intel 82801HB/HR (ich8/r) */
 	{ 0x8086, 0x2812, pIIxget, pIIxset },	/* Intel 82801HH (ich8dh) */
 	{ 0x8086, 0x2912, pIIxget, pIIxset },	/* Intel 82801ih ich9dh */

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-09-09 23:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-09 22:56 [9front] [patch] Support for IXGBE 82599 + Intel C600/X79 Lorenzo Bivens

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).