Commit Graph
3 Commits
Author SHA1 Message Date
Kevin Adams 38814666ba cpu_type.h: Refinement to CPU strings.
The AMD CPU string logic was updated to add a condition to correctly
identify the AMD Athlon 64 X2.

Both Intel and AMD logic sections were cleaned to remove hardcoded
values that can be provided by the CPU.

Intel logic was cleaned up even more based on what the Intel SDM states
should be used for CPU identification. First use the CPU String if
returned, else use the CPU Brand, else use CPU model/family.

https://software.intel.com/content/dam/www/public/us/en/documents/manuals/64-ia-32-architectures-software-developer-vol-1-manual.pdf

Tested as much as I could in QEMU since I don't have 32bit hardware.

Fixes #4644 and #9262

Change-Id: Iaae0bae81b0691dd29865b33727da8d7b0d5a069
Reviewed-on: https://review.haiku-os.org/c/haiku/+/11061
Haiku-Format: Haiku-format Bot <[email protected]>
Reviewed-by: waddlesplash <[email protected]>
2026-07-16 14:37:05 +00:00
Kevin Adams b5ac9ff15b agp_gart: add missing Skylake IDs
IDs sourced from "Intel Open Source HD Graphics, Intel Iris Graphics, and
Intel Iris™ Pro Graphics Programmer's Reference Manual. Volume 4:
Configurations" PDF from Intel.

https://www.intel.com/content/www/us/en/docs/graphics-for-linux/developer-reference/1-0/hardware-specs.html

Verified on a Dell Inspiron 7559.

Fixes #17682.

Change-Id: I21db7c2beda1363046e82c55651fe05fa31b5fe8
Reviewed-on: https://review.haiku-os.org/c/haiku/+/11049
Tested-by: Commit checker robot <[email protected]>
Reviewed-by: Adrien Destugues <[email protected]>
2026-06-02 07:46:04 +00:00
Kevin Adams c21dc49cbb printers: remove "Save as PDF" printer queue
Haiku current has a "Save as PDF" printer queue, but that does not make
sense becuase the PDF Writer driver does not ship with Haiku (it's in
haikuports). This causes confusion for the users.

I will update the haikuports PDFWriter package to create the queue on install.

Fixes #20110.

Change-Id: I19edc41e5481f2de6f19fad1b63a2f9e3f0a03de
Reviewed-on: https://review.haiku-os.org/c/haiku/+/11029
Haiku-Format: Haiku-format Bot <[email protected]>
Reviewed-by: waddlesplash <[email protected]>
2026-05-29 16:24:21 +00:00