9front - general discussion about 9front
 help / color / mirror / Atom feed
* [9front] Request to add PCIe ID 10ec:8161 to ether8169.c driver
@ 2024-09-25 19:23 Sylvie R. Lovehart
  2024-10-06  8:05 ` qwx
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Sylvie R. Lovehart @ 2024-09-25 19:23 UTC (permalink / raw)
  To: 9front

[-- Attachment #1: Type: text/html, Size: 606 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [9front] Request to add PCIe ID 10ec:8161 to ether8169.c driver
  2024-09-25 19:23 [9front] Request to add PCIe ID 10ec:8161 to ether8169.c driver Sylvie R. Lovehart
@ 2024-10-06  8:05 ` qwx
  2024-10-06 14:07 ` cinap_lenrek
  2024-10-06 14:16 ` cinap_lenrek
  2 siblings, 0 replies; 4+ messages in thread
From: qwx @ 2024-10-06  8:05 UTC (permalink / raw)
  To: 9front

On Wed Sep 25 21:24:00 +0200 2024, sylvie@loveh.art wrote:
> <html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><style> body {  font-family: "Calibri","Slate Pro",sans-serif,"sans-serif"; color:#262626 }</style> </head> <body lang="en-US" style=""><div><span style="font-family: Calibri, 'Slate Pro', sans-serif, sans-serif;">‎Have tested it on my machine and it works</span></div><div><span style="font-family: Calibri, 'Slate Pro', sans-serif, sans-serif;">(No patch due to being a really simple code change and me struggling to set up email on 9front lol)</span></div><div><br>-&nbsp;Sylvie&nbsp;R.&nbsp;Lovehart</div></body></html>

It might be simple but it can be done in a number of ways.  Please
provide a patch all the same and avoid html in mails to this list.

Cheers,
qwx

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [9front] Request to add PCIe ID 10ec:8161 to ether8169.c driver
  2024-09-25 19:23 [9front] Request to add PCIe ID 10ec:8161 to ether8169.c driver Sylvie R. Lovehart
  2024-10-06  8:05 ` qwx
@ 2024-10-06 14:07 ` cinap_lenrek
  2024-10-06 14:16 ` cinap_lenrek
  2 siblings, 0 replies; 4+ messages in thread
From: cinap_lenrek @ 2024-10-06 14:07 UTC (permalink / raw)
  To: 9front

what did you do? something like this?

can you get at least pci(1) output?

diff 40177b86bf5108016fc3a275096e44dc4ada5e9c uncommitted
--- a/sys/src/9/pc/ether8169.c
+++ b/sys/src/9/pc/ether8169.c
@@ -264,6 +264,7 @@
 	Rtl8169c	= (0x0116<<16)|0x16EC,	/* RTL8169C+ (USR997902) */
 	Rtl8169sc	= (0x8167<<16)|0x10EC,	/* RTL8169SC */
 	Rtl8168b	= (0x8168<<16)|0x10EC,	/* RTL8168B: pci-e */
+	Rtl8111b	= (0x8161<<16)|0x10EC,	/* RTL8111/8168/8411: pci-e */
 	Rtl8169		= (0x8169<<16)|0x10EC,	/* RTL8169 */
 };
 
@@ -1151,6 +1152,7 @@
 			continue;
 		case Rtl8100e:			/* RTL810[01]E ? */
 		case Rtl8168b:			/* RTL8168B */
+		case Rtl8111b:			/* RTL8111/8168/8411 */
 			pcie = 1;
 			break;
 		case Rtl8169c:			/* RTL8169C */

--
cinap

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [9front] Request to add PCIe ID 10ec:8161 to ether8169.c driver
  2024-09-25 19:23 [9front] Request to add PCIe ID 10ec:8161 to ether8169.c driver Sylvie R. Lovehart
  2024-10-06  8:05 ` qwx
  2024-10-06 14:07 ` cinap_lenrek
@ 2024-10-06 14:16 ` cinap_lenrek
  2 siblings, 0 replies; 4+ messages in thread
From: cinap_lenrek @ 2024-10-06 14:16 UTC (permalink / raw)
  To: 9front


the multicast filter hash depends on the "pcie" flag
for this family.

so, can you verify that multicast works on this card
by configuring link-local ipv6 address and pinging
them from another machine?

(to configure link-local addresses: ip/ipconfig -6)

or if you have ipv6 in your lan, if neighbour discovery
works then it should be fine.

thanks.

--
cinap

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-10-06 14:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-25 19:23 [9front] Request to add PCIe ID 10ec:8161 to ether8169.c driver Sylvie R. Lovehart
2024-10-06  8:05 ` qwx
2024-10-06 14:07 ` cinap_lenrek
2024-10-06 14:16 ` cinap_lenrek

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).