History log of /haiku/src/apps/pulse/NormalPulseView.cpp
Revision Date Author Comments
# 7eab6b48 02-May-2024 PulkoMandy <pulkomandy@pulkomandy.tk>

Fix printf format warnings in B_TRANSLATE strings

Previously these were not checked by the compiler due to a missing
function attribute.

Unfortunately, for the translation macros to work, the translated string
must be identical in all architectures (otherwise, we would need
different translations and different catalogs for each). This means the
B_PRI* macros can't be used, and instead the parameters must be in one
of the types handled directly by printf. Change the variables types
directly where it was easily possible, and otherwise, use a cast.

Change-Id: Ib77a7e378b7c508f6e7a015bbe3cbb4c2c096bfa
Reviewed-on: https://review.haiku-os.org/c/haiku/+/7665
Reviewed-by: waddlesplash <waddlesplash@gmail.com>


# 599789de 14-May-2021 Adrien Destugues <pulkomandy@pulkomandy.tk>

Pulse: add Risc-V logo

This may become useful soon.

Change-Id: I5c2d57981a04aacea5d8a0cf555ed06b72be48da
Reviewed-on: https://review.haiku-os.org/c/haiku/+/3913
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
Reviewed-by: X512 <danger_mail@list.ru>
Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>


# 836100d5 07-Aug-2020 Adrien Destugues <pulkomandy@pulkomandy.tk>

Pulse: adjust chip size to fit CPU name

Fixes #6904


# d45473bd 06-Aug-2020 Adrien Destugues <pulkomandy@pulkomandy.tk>

Pulse: remove hardcoded bitmap

This will allow resizing the chip as needed.

Part of #6904


# 95e5e933 11-May-2020 Augustin Cavalier <waddlesplash@gmail.com>

Pulse: Fix build.


# 9c9f963a 11-May-2020 Adrien Destugues <pulkomandy@pulkomandy.tk>

Pulse: show Intel logo also on 64bit systems.


# f12419a9 11-May-2020 Adrien Destugues <pulkomandy@pulkomandy.tk>

Pulse: update Intel logo

They use a new logo since 2006.

While I'm at it, also add logos for Cyrix and Via which were missing
previously (there are a few other missing but they are even more
uncommon). Use vector logos which can be scaled as needed. However, the
CPU chip background is still a bitmap, so we can't scale things just
yet.

Fixes #15919.


# af6ecfa5 28-Apr-2020 Adrien Destugues <pulkomandy@pulkomandy.tk>

Pulse: remove ugly border around main view.

Probably a leftover from when the window used B_NO_BORDER?

Change-Id: Ie266b0374b6983747d842165b602a199d6685662
Reviewed-on: https://review.haiku-os.org/c/haiku/+/2526
Reviewed-by: waddlesplash <waddlesplash@gmail.com>


# 663c9749 22-Mar-2020 X512 <danger_mail@list.ru>

Pulse: fix type for format string

Pointed by clang.

Change-Id: I3809c15ccc7c1f268ac3d9088896d7cd1488226d
Reviewed-on: https://review.haiku-os.org/c/haiku/+/2405
Reviewed-by: waddlesplash <waddlesplash@gmail.com>


# 5ffbe7d7 30-Mar-2019 Augustin Cavalier <waddlesplash@gmail.com>

Change all references to "__INTEL__" to "__i386__".

They are functionally identical, but the former is a BeOS/Haiku-specfic
macro that we include in the compiler specs, and the latter is defined
by GCC.


# 30ee7c9d 03-Aug-2018 Murai Takashi <tmurai01@gmail.com>

Pulse: Fix -Wformat-overflow

Gcc8 x86_64 warns sprintf() output between 2 and 9 bytes
into a destination of size 4. But, sprintf output can be
within 4 bytes since SMP_MAX_CPUS is 64 max.
So replace sprintf() with snprintf() and modify
format string to fix Wformat-overflow.

Change-Id: I7a23e6d98a5dd02a32a5aae573947a5650c82f7f
Reviewed-on: https://review.haiku-os.org/446
Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>


# fa19dd44 10-Dec-2015 looncraz <looncraz@looncraz.net>

apps: Convert to using Set*UIColor.

Signed-off-by: Augustin Cavalier <waddlesplash@gmail.com>
Patches 0045-0075, 0077-0087 from looncraz, unmodified.


# 9c353c97 14-Feb-2015 Augustin Cavalier <waddlesplash@gmail.com>

Pulse: automatic whitespace cleanup.


# 99515c66 14-Feb-2015 Augustin Cavalier <waddlesplash@gmail.com>

Pulse: use #elif instead of #if.

If this causes any changes in generated assembly... well, we'd have
bigger problems if __POWERPC__ and __INTEL__ were both defined.


# 1bc7045f 15-Dec-2013 Pawel Dziepak <pdziepak@quarnos.org>

kernel, libroot: Introduce new API for obtaining system info


# 546208a5 16-Apr-2012 Oliver Tappe <zooey@hirschkaefer.de>

More catalog-related cleanup.

* rename B_TRANSLATE_CONTEXT to B_TRANSLATION_CONTEXT and
B_TRANSLATE_WITH_CONTEXT to B_TRANSLATE_CONTEXT, squashing a TODO
* adjust all uses of both macros in Haiku's source tree
* use correct header guard for collecting/Catalog.h

The renamed macros require adjustments to all external applications
using catalogs.


# 55f0b964 10-Mar-2011 Siarzhuk Zharski <zharik@gmx.li>

Applying revized localization patch prepared by Jorma Karvonen.
Fixes #7347. Thanks.

Additionally: single function for About alert added - replaces the triplication of
the same text in original code.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40910 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 42f6e06f 06-Jun-2010 Wim van der Meer <wpjvandermeer@gmail.com>

Patch by Karvjorm to localize the Pulse demo application. This closes ticket #6110.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37026 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 9b178bf7 17-Jan-2010 Philippe Saint-Pierre <stpere@gmail.com>

Make sure the Replicant PopUpMenu says "About Pulse..." rather than "About CPUButton...". (Follow-up of #4244).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35116 a95241bf-73f2-0310-859d-f6bbb57e9c96


# e20b1568 16-Jan-2010 Philippe Saint-Pierre <stpere@gmail.com>

Pulse : Couldn't close Pulse CPUButton replicants

* It nows leave enough room to display the dragger into the replicant in most
cases...

* ...excepts in deskbar. Then it instead allows you to right click to
access a popup menu allowing you to close the replicant.

The dragger isn't shown due to space constraints.

Fixing ticket #4244.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35110 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 7974d3dc 13-Jan-2010 Stephan Aßmus <superstippi@gmx.de>

Patch by Humdinger:
Updated Haiku apps to use sentence-case. What a huge undertaking...
The files where I had to apply the patch manually (for mysterious
reasons) have also gotten a whitespace cleanup. I've proof-read
everything so hopefully there should be no problems.

This should be the final part of #5169.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35049 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 6bda235a 17-Oct-2008 Stefano Ceccherini <stefano.ceccherini@gmail.com>

some gcc4 warning fixes

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28207 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c228b168 18-Apr-2006 Jérôme Duval <korli@users.berlios.de>

B_COLOR_8_BIT is deprecated


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17166 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 3a42c9ba 30-Mar-2006 Philippe Houdoin <philippe.houdoin@gmail.com>

Enforce a CPU speed font size no bigger than the processor type one.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16934 a95241bf-73f2-0310-859d-f6bbb57e9c96


# db5c4a3b 30-Mar-2006 Philippe Houdoin <philippe.houdoin@gmail.com>

- The CPU clock speed string was assumed to be shorter than processor name string.
The best font size for speed is now dynamically computed to fit too.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16933 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 4ccfb086 01-Feb-2006 Axel Dörfler <axeld@pinc-software.de>

* Fixed memory leak in CPUButton: the message runner was only deleted in the
destructor, but created everytime AttachedToWindow() was called.
* Minor cleanups.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16184 a95241bf-73f2-0310-859d-f6bbb57e9c96


# b56e3121 18-Jul-2005 Philippe Houdoin <philippe.houdoin@gmail.com>

Added an AMD CPU logo to please screenshots lurkers.
Should be better moved into resources next time. Will see...


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13758 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a22dce79 18-Jul-2005 Axel Dörfler <axeld@pinc-software.de>

Fixed warning (wrong format).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13729 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 26ca407b 09-Jul-2005 Axel Dörfler <axeld@pinc-software.de>

Moved the CPU speed "clearing" function from Pulse to cpu_type.h header.
It's now also used by AboutHaiku.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13569 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 3306648a 07-Jul-2005 Philippe Houdoin <philippe.houdoin@gmail.com>

Improve GHz speed accuracy, thanks to Axel for suggesting this.
(And, yes, that's stupid little commits, but I'm so bored at office *and* without any BeOS system to test...)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13529 a95241bf-73f2-0310-859d-f6bbb57e9c96


# f14ac66c 07-Jul-2005 Philippe Houdoin <philippe.houdoin@gmail.com>

That's Hz, not hz when prefixed.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13522 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 67522bbd 07-Jul-2005 Philippe Houdoin <philippe.houdoin@gmail.com>

Added user friendly Ghz awareness :-).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13521 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 8bc49739 30-Jun-2005 Axel Dörfler <axeld@pinc-software.de>

Some cleanup and bug fixes: the length of the bits in BBitmap::SetBits()
was way too much, new[] was used, but not delete[].
The font size is now adapted to the processor/vendor strings, looking
much better now.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13371 a95241bf-73f2-0310-859d-f6bbb57e9c96


# d86cadcd 30-Nov-2004 Axel Dörfler <axeld@pinc-software.de>

Is now using the CPU string identification from private/shared/cpu_type.h.
Adapted to match our style guide better.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10320 a95241bf-73f2-0310-859d-f6bbb57e9c96


# cfc8fb12 01-Nov-2004 Jérôme Duval <korli@users.berlios.de>

Added Pentium M label


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9704 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2a9be6aa 19-Oct-2004 Jérôme Duval <korli@users.berlios.de>

Patch from Olivier Coursiere, adds Athlon 64 and Opteron support. Thanks!


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9420 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 66914f15 18-Jun-2003 Philippe Houdoin <philippe.houdoin@gmail.com>

Bad duplicate case line killed.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3568 a95241bf-73f2-0310-859d-f6bbb57e9c96


# e5fb9ab8 18-Jun-2003 Philippe Houdoin <philippe.houdoin@gmail.com>

Trying to be quicker than shatty to add more ids, courtesy of pulse 1.08 on bebits.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3567 a95241bf-73f2-0310-859d-f6bbb57e9c96


# be4ab5d8 13-Jun-2003 shatty <shatty@nowhere.fake>

use OBOS_CPU_TYPES so compiling with R5 header is still possible


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3503 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 8af0e119 13-Jun-2003 shatty <shatty@nowhere.fake>

not all iv_model2 are xeon so I changed it back to IV


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3501 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 6bc3e59c 13-Jun-2003 shatty <shatty@nowhere.fake>

added some more ids, courtesy of pulse 1.06 on bebits


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3498 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2a93d847 25-Apr-2003 Philippe Houdoin <philippe.houdoin@gmail.com>

Fix unrecognized Pentium III models, and add newer AMD Athlon and Duron recognition


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3103 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 285c5708 27-Sep-2002 shatty <shatty@nowhere.fake>

fixed newline at end of file.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1220 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 52a38012 08-Jul-2002 ejakowatz <ejakowatz@nowhere.fake>

It is accomplished ...


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 9c353c978c076fa7b8c43d2baafc17e287377554 14-Feb-2015 Augustin Cavalier <waddlesplash@gmail.com>

Pulse: automatic whitespace cleanup.


# 99515c66b8175da424071cc7a3095e3685ec993b 14-Feb-2015 Augustin Cavalier <waddlesplash@gmail.com>

Pulse: use #elif instead of #if.

If this causes any changes in generated assembly... well, we'd have
bigger problems if __POWERPC__ and __INTEL__ were both defined.


# 1bc7045fdfb85e6151d01c73669be19627c4783b 15-Dec-2013 Pawel Dziepak <pdziepak@quarnos.org>

kernel, libroot: Introduce new API for obtaining system info


# 546208a53940a26c6379c48a7854ade1a8250fc5 16-Apr-2012 Oliver Tappe <zooey@hirschkaefer.de>

More catalog-related cleanup.

* rename B_TRANSLATE_CONTEXT to B_TRANSLATION_CONTEXT and
B_TRANSLATE_WITH_CONTEXT to B_TRANSLATE_CONTEXT, squashing a TODO
* adjust all uses of both macros in Haiku's source tree
* use correct header guard for collecting/Catalog.h

The renamed macros require adjustments to all external applications
using catalogs.


# 55f0b964a343fcf5f42e61b48f417e775f5ce8b0 10-Mar-2011 Siarzhuk Zharski <zharik@gmx.li>

Applying revized localization patch prepared by Jorma Karvonen.
Fixes #7347. Thanks.

Additionally: single function for About alert added - replaces the triplication of
the same text in original code.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40910 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 42f6e06f3b27e99f8afd82abb3f6176f01fb72d7 06-Jun-2010 Wim van der Meer <wpjvandermeer@gmail.com>

Patch by Karvjorm to localize the Pulse demo application. This closes ticket #6110.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37026 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 9b178bf7787038bf89259ac9e1b1cb2c91ceb26e 17-Jan-2010 Philippe Saint-Pierre <stpere@gmail.com>

Make sure the Replicant PopUpMenu says "About Pulse..." rather than "About CPUButton...". (Follow-up of #4244).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35116 a95241bf-73f2-0310-859d-f6bbb57e9c96


# e20b1568685a9ec4cff19ec424cbc5e0c67e1852 16-Jan-2010 Philippe Saint-Pierre <stpere@gmail.com>

Pulse : Couldn't close Pulse CPUButton replicants

* It nows leave enough room to display the dragger into the replicant in most
cases...

* ...excepts in deskbar. Then it instead allows you to right click to
access a popup menu allowing you to close the replicant.

The dragger isn't shown due to space constraints.

Fixing ticket #4244.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35110 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 7974d3dcf39ce78e5885b481eee12e561ad6e096 13-Jan-2010 Stephan Aßmus <superstippi@gmx.de>

Patch by Humdinger:
Updated Haiku apps to use sentence-case. What a huge undertaking...
The files where I had to apply the patch manually (for mysterious
reasons) have also gotten a whitespace cleanup. I've proof-read
everything so hopefully there should be no problems.

This should be the final part of #5169.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35049 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 6bda235a592737fa04aefa756026f32892810715 17-Oct-2008 Stefano Ceccherini <stefano.ceccherini@gmail.com>

some gcc4 warning fixes

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28207 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c228b1689cb2959a3850db9d8673994632686b33 18-Apr-2006 Jérôme Duval <korli@users.berlios.de>

B_COLOR_8_BIT is deprecated


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17166 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 3a42c9ba157a6bbbed6ff832d3c11a6b4f7d286f 30-Mar-2006 Philippe Houdoin <philippe.houdoin@gmail.com>

Enforce a CPU speed font size no bigger than the processor type one.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16934 a95241bf-73f2-0310-859d-f6bbb57e9c96


# db5c4a3b16aaf39a2828ffb6b0bcab75055fae42 30-Mar-2006 Philippe Houdoin <philippe.houdoin@gmail.com>

- The CPU clock speed string was assumed to be shorter than processor name string.
The best font size for speed is now dynamically computed to fit too.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16933 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 4ccfb0866110b667a3384a7608663805f05da78d 01-Feb-2006 Axel Dörfler <axeld@pinc-software.de>

* Fixed memory leak in CPUButton: the message runner was only deleted in the
destructor, but created everytime AttachedToWindow() was called.
* Minor cleanups.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16184 a95241bf-73f2-0310-859d-f6bbb57e9c96


# b56e31218724ee2ccb6e11f8853e33641680e59f 18-Jul-2005 Philippe Houdoin <philippe.houdoin@gmail.com>

Added an AMD CPU logo to please screenshots lurkers.
Should be better moved into resources next time. Will see...


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13758 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a22dce79df521dc4019347ad9ff97f691e51eb67 18-Jul-2005 Axel Dörfler <axeld@pinc-software.de>

Fixed warning (wrong format).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13729 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 26ca407bfc94336678258a2151ff0f92ca449021 09-Jul-2005 Axel Dörfler <axeld@pinc-software.de>

Moved the CPU speed "clearing" function from Pulse to cpu_type.h header.
It's now also used by AboutHaiku.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13569 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 3306648a89578b5eba36b7c6aa40550cd9811885 07-Jul-2005 Philippe Houdoin <philippe.houdoin@gmail.com>

Improve GHz speed accuracy, thanks to Axel for suggesting this.
(And, yes, that's stupid little commits, but I'm so bored at office *and* without any BeOS system to test...)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13529 a95241bf-73f2-0310-859d-f6bbb57e9c96


# f14ac66c8ee78618f5902f768b6632880fad46b4 07-Jul-2005 Philippe Houdoin <philippe.houdoin@gmail.com>

That's Hz, not hz when prefixed.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13522 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 67522bbd910b49938f1f20f96b0e10f98b7b4547 07-Jul-2005 Philippe Houdoin <philippe.houdoin@gmail.com>

Added user friendly Ghz awareness :-).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13521 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 8bc4973900c05762be8b5f41749c1d5f09a5bce2 30-Jun-2005 Axel Dörfler <axeld@pinc-software.de>

Some cleanup and bug fixes: the length of the bits in BBitmap::SetBits()
was way too much, new[] was used, but not delete[].
The font size is now adapted to the processor/vendor strings, looking
much better now.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13371 a95241bf-73f2-0310-859d-f6bbb57e9c96


# d86cadcdb395fb0da824d4675b56852de83757fc 30-Nov-2004 Axel Dörfler <axeld@pinc-software.de>

Is now using the CPU string identification from private/shared/cpu_type.h.
Adapted to match our style guide better.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10320 a95241bf-73f2-0310-859d-f6bbb57e9c96


# cfc8fb12a7413788ceddd800e9e126153471828c 01-Nov-2004 Jérôme Duval <korli@users.berlios.de>

Added Pentium M label


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9704 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2a9be6aaa65ae0db017c33bf8aecbb389ffe635e 19-Oct-2004 Jérôme Duval <korli@users.berlios.de>

Patch from Olivier Coursiere, adds Athlon 64 and Opteron support. Thanks!


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9420 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 66914f157d14859af5edcbea1df884ad3713d227 18-Jun-2003 Philippe Houdoin <philippe.houdoin@gmail.com>

Bad duplicate case line killed.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3568 a95241bf-73f2-0310-859d-f6bbb57e9c96


# e5fb9ab8daf05fc53daa184ee7bf2796fe7d6356 18-Jun-2003 Philippe Houdoin <philippe.houdoin@gmail.com>

Trying to be quicker than shatty to add more ids, courtesy of pulse 1.08 on bebits.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3567 a95241bf-73f2-0310-859d-f6bbb57e9c96


# be4ab5d842047367ab3427476b9a890aeac3966e 13-Jun-2003 shatty <shatty@nowhere.fake>

use OBOS_CPU_TYPES so compiling with R5 header is still possible


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3503 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 8af0e1199f7a72b0c995823fded808d45065b2c9 13-Jun-2003 shatty <shatty@nowhere.fake>

not all iv_model2 are xeon so I changed it back to IV


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3501 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 6bc3e59c351d87aff85cf907fca331b6d4097866 13-Jun-2003 shatty <shatty@nowhere.fake>

added some more ids, courtesy of pulse 1.06 on bebits


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3498 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2a93d8472f7ae240cf5f58a683bbd19e8f6c27af 25-Apr-2003 Philippe Houdoin <philippe.houdoin@gmail.com>

Fix unrecognized Pentium III models, and add newer AMD Athlon and Duron recognition


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3103 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 285c5708a20c5b33515ef0d6c998b957f9e28e20 27-Sep-2002 shatty <shatty@nowhere.fake>

fixed newline at end of file.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1220 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 52a380120846174213ccce9c4aab0dda17c72083 08-Jul-2002 ejakowatz <ejakowatz@nowhere.fake>

It is accomplished ...


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10 a95241bf-73f2-0310-859d-f6bbb57e9c96