9front - general discussion about 9front
 help / color / mirror / Atom feed
From: cinap_lenrek@felloff.net
To: 9front@9front.org
Subject: Re: [9front] Several 9front Bug Reports (fwd)
Date: Mon, 20 Feb 2017 22:42:11 +0100	[thread overview]
Message-ID: <20ca11d96c13f31341876214d60f41bb@felloff.net> (raw)
In-Reply-To: <alpine.LNX.2.00.1702202219080.4258@phi>

theres no reason to think hardware support would change after
install. the exact same kernel is used for the life system as
what will get installed on disk.

we do not have a driver for nvidia MCP61... not sure if its worth
the time writing one for such an old card except for the exercise...

for the machine with the realtek, try this patch to add the mac revision
to the driver:

diff -r 0e4d5b61d394 sys/src/9/pc/ether8169.c
--- a/sys/src/9/pc/ether8169.c	Mon Feb 20 22:01:54 2017 +0100
+++ b/sys/src/9/pc/ether8169.c	Mon Feb 20 22:37:21 2017 +0100
@@ -120,6 +120,7 @@
 	Macv28		= 0x2c000000,	/* RTL8111/8168B */
 	Macv29		= 0x40800000,	/* RTL8101/8102E */
 	Macv30		= 0x24000000,	/* RTL8101E? (untested) */
+	Macv39		= 0x44800000,	/* RTL8106E (untested) */
 	Macv40		= 0x4c000000,	/* RTL8168G */
 	Macv44		= 0x5c800000,	/* RTL8411B */
 	Macv45		= 0x50800000,	/* RTL8168GU */
@@ -1051,6 +1052,7 @@
 	case Macv28:
 	case Macv29:
 	case Macv30:
+	case Macv39:
 	case Macv40:
 	case Macv44:
 	case Macv45:

--
cinap


      reply	other threads:[~2017-02-20 21:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-20 21:20 Julius Schmidt
2017-02-20 21:42 ` cinap_lenrek [this message]

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=20ca11d96c13f31341876214d60f41bb@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).