9front - general discussion about 9front
 help / color / mirror / Atom feed
From: Arne Meyer <meyer.arne83@netcologne.de>
To: "9front@9front.org" <9front@9front.org>
Subject: [9front] [patch] devarch.c print name for VIA C7 Eden
Date: Thu, 22 Sep 2022 21:28:19 +0200 (CEST)	[thread overview]
Message-ID: <1763967557.3104007.1663874899898@comcenter.netcologne.de> (raw)

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

Add VIA C7 Eden processor name to devarch.c

Greetings,
Arne

[-- Attachment #2: devarch.c.patch --]
[-- Type: application/octet-stream, Size: 397 bytes --]

diff --git a/sys/src/9/pc/devarch.c b/sys/src/9/pc/devarch.c
index 928837848..c04bc6903 100644
--- a/sys/src/9/pc/devarch.c
+++ b/sys/src/9/pc/devarch.c
@@ -449,6 +449,7 @@ static X86type x86winchip[] =
 	{6,	7,	23,	"Via C3 Samuel 2 or Ezra",},
 	{6,	8,	23,	"Via C3 Ezra-T",},
 	{6,	9,	23,	"Via C3 Eden-N",},
+	{6,	0xd,	23,	"Via C7 Eden",},
 	{ -1,	-1,	23,	"unknown", },	/* total default */
 };
 

             reply	other threads:[~2022-09-22 19:29 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-22 19:28 Arne Meyer [this message]
2022-09-24  9:53 ` Nick Owens
2022-09-24 10:45   ` hiro
2022-09-24 13:10     ` qwx
2022-09-27 18:45   ` Lyndon Nerenberg (VE7TFX/VE6BBM)
2022-09-27 19:27     ` Kurt H Maier
2022-09-27 19:54       ` hiro
2022-09-27 21:50         ` Lyndon Nerenberg (VE7TFX/VE6BBM)
2022-09-27 22:24         ` Thaddeus Woskowiak
2022-09-27 22:41           ` Kurt H Maier
2022-09-28  3:50             ` Ellenor Bjornsdottir
2022-09-28  6:51               ` hiro
2022-09-28  6:54           ` hiro
2022-09-28  7:01       ` Arne Meyer
2022-09-29 17:01         ` Lyndon Nerenberg (VE7TFX/VE6BBM)

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=1763967557.3104007.1663874899898@comcenter.netcologne.de \
    --to=meyer.arne83@netcologne.de \
    --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).