Re: A few good ports on release iso images ?

2024-07-30 Thread Amar Takhar
On 2024-07-30 19:07 +, Poul-Henning Kamp wrote: > sysutils/smartmontools > > and > > sysutils/dmidecode > > Is that even possible ? > > Am I the only one who thinks so ? I have missed having these tools numerous times over the years. Whether it's installing on a new machine

Re: Status of Intel Hybrid CPU support (Alder Lake/Raptor Lake) support

2022-12-14 Thread Amar Takhar
On 2022-11-14 09:09 +0200, Konstantin Belousov wrote: > > You might use this patch meantime > https://kib.kiev.ua/git/gitweb.cgi?p=deviant3.git;a=commit;h=5d72240a8777b26d5e0a7d2d26bb919d05f60002 Thank you for this patch. On my 13.1 machine it fixed all the panics with a i9-12900KF. It's nice to

Re: Status of Intel Hybrid CPU support (Alder Lake/Raptor Lake) support

2022-11-14 Thread Amar Takhar
On 2022-11-14 09:09 +0200, Konstantin Belousov wrote: > > You might use this patch meantime > https://kib.kiev.ua/git/gitweb.cgi?p=deviant3.git;a=commit;h=5d72240a8777b26d5e0a7d2d26bb919d05f60002 I know this is -CURRENT but will this work on 13.1 as well? I use that as my main workstation. Als

Re: Status of Alder Lake support

2022-09-04 Thread Amar Takhar
On 2022-09-04 14:49 -0700, Kevin Oberman wrote: > On Sat, Aug 20, 2022 at 11:45 AM Amar Takhar wrote: > > My Alder Lake has only run CURRENT as it is most likely going to get graphics > support and a fix for hte file system crashes first. Mine is a i9-12900KF so no graphics card to

Re: Status of Alder Lake support

2022-08-20 Thread Amar Takhar
On 2022-08-20 11:36 -0700, Kevin Oberman wrote: > Wow! That's a little more disturbing.?? Especially since it's a i9-12900KF so I have a whole 8 cores disabled! > As to the audio issue, I've been having a similar issue for some time, > especially with Firefox using any of the available audio sy

Re: Status of Alder Lake support

2022-08-20 Thread Amar Takhar
On 2022-08-19 21:43 -0400, Alexander Motin wrote: > Hi Kevin, > > On 19.08.2022 20:50, Kevin Oberman wrote: > > What is the current state of support for Alder Lake CPUs with a mix of > > "performance" and "Efficiency"?? cores. I just received my first system > > with such a processor and will be

Re: Call for participation

2021-09-14 Thread Amar Takhar
Please count me in for this. Thank you. Amar.

Re: what is the suggested way to do void * arithmetic ?

2003-07-10 Thread Amar Takhar
On 2003-07-10 12:03 -0700, Tim Kientzle wrote: > David Leimbach wrote: > >I think C takes a more low-level approach and says "void * is just an > >address > >void * + 1 means the next valid address". > > This is not true. > > The ANSI C standard forbids arithmetic on void * pointers, > just as C++