diff options
author | Dave Jones <davej@redhat.com> | 2006-09-16 18:53:00 -0400 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2006-09-16 18:53:00 -0400 |
commit | fbe75073d9082b605efc7858df9d55b44facf761 (patch) | |
tree | e7fb577f7911df66dde8b252da9b4ab9f2408536 /.gitignore | |
parent | d452eea44a4f9e7810b6a4da9606d65bbed9d57c (diff) |
Redo Core 2 identification routines.
= Now uses the tm2 feature bit to match Mobile vs. Desktop/Extreme processors.
= Add Core 2 Extreme X6800 chip
= Convert stepping output to be similar to the rest of x86info, and take a guess at stepping B1
= Add a note to TODO that we should be able to tell the user when we have failed to identify the CPU.
= Add Core 2 Duo E6400 output to results collection.
Add .gitignore file.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9c275b1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.o +x86info |