From: cinap_lenrek@felloff.net
To: 9front@9front.org
Subject: Re: [9front] Request to add PCIe ID 10ec:8161 to ether8169.c driver
Date: Sun, 06 Oct 2024 16:07:09 +0200 [thread overview]
Message-ID: <05988329CEC3D0084CA0B97A8BCD02E5@felloff.net> (raw)
In-Reply-To: <20240925192329.5619799.11468.175@loveh.art>
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
next prev parent reply other threads:[~2024-10-06 14:09 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-25 19:23 Sylvie R. Lovehart
2024-10-06 8:05 ` qwx
2024-10-06 14:07 ` cinap_lenrek [this message]
2024-10-06 14:16 ` cinap_lenrek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=05988329CEC3D0084CA0B97A8BCD02E5@felloff.net \
--to=cinap_lenrek@felloff.net \
--cc=9front@9front.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).