Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hp700/dev Take an educiated guess at the CPU id for...



details:   https://anonhg.NetBSD.org/src/rev/9dd9b1aa95f1
branches:  trunk
changeset: 777623:9dd9b1aa95f1
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Feb 26 07:50:37 2012 +0000

description:
Take an educiated guess at the CPU id for PCXW+ (Landshark)

diffstat:

 sys/arch/hp700/dev/cpudevs |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8dc40d49607f -r 9dd9b1aa95f1 sys/arch/hp700/dev/cpudevs
--- a/sys/arch/hp700/dev/cpudevs        Sun Feb 26 07:23:24 2012 +0000
+++ b/sys/arch/hp700/dev/cpudevs        Sun Feb 26 07:50:37 2012 +0000
@@ -1,4 +1,4 @@
-$NetBSD: cpudevs,v 1.5 2009/04/30 07:01:26 skrll Exp $
+$NetBSD: cpudevs,v 1.6 2012/02/26 07:50:37 skrll Exp $
 
 $OpenBSD: cpudevs,v 1.44 2007/05/18 15:57:35 kettenis Exp $
 
@@ -322,7 +322,7 @@
 cpu    PCXL2   0x0f    PCXL2 (Velociraptor)
 cpu    PCXUP   0x10    PCXU+ (Vulcan)
 cpu    PCXW    0x11    PCXW (Vulcan)
-#cpu   PCXWP   0x??    PCXW+ (Landshark)
+cpu    PCXWP   0x12    PCXW+ (Landshark)
 cpu    PCXW2   0x13    PCXW2 (Piranha)
 #cpu   PCXM    0x??    Mako
 #cpu   PCXM2   0x??    Shortfin



Home | Main Index | Thread Index | Old Index