9front - general discussion about 9front
 help / color / mirror / Atom feed
* [9front] [patch] devarch.c print name for VIA C7 Eden
@ 2022-09-22 19:28 Arne Meyer
  2022-09-24  9:53 ` Nick Owens
  0 siblings, 1 reply; 15+ messages in thread
From: Arne Meyer @ 2022-09-22 19:28 UTC (permalink / raw)
  To: 9front

[-- 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 */
 };
 

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

end of thread, other threads:[~2022-09-29 17:04 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-22 19:28 [9front] [patch] devarch.c print name for VIA C7 Eden Arne Meyer
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)

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