diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2005-09-06 23:49:29 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2005-09-06 23:49:29 +0000 |
commit | d4257ea2e5842a1d1a2c1657b4c37b6bf55b3182 (patch) | |
tree | 146da4d50cb39b28ff141de109e9b8a6a74055aa | |
parent | 63725b0b1288083042fa159d71582a2aef5f9fb2 (diff) |
add proj namesand those more modern cpus we do not have ids for yet
-rw-r--r-- | sys/arch/hppa/dev/cpudevs | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/sys/arch/hppa/dev/cpudevs b/sys/arch/hppa/dev/cpudevs index 013d00abddd..d9f46bd5c2d 100644 --- a/sys/arch/hppa/dev/cpudevs +++ b/sys/arch/hppa/dev/cpudevs @@ -1,4 +1,4 @@ -$OpenBSD: cpudevs,v 1.38 2005/04/07 00:54:06 mickey Exp $ +$OpenBSD: cpudevs,v 1.39 2005/09/06 23:49:28 mickey Exp $ /* * Copyright (c) 1998-2004 Michael Shalayeff @@ -308,12 +308,16 @@ bus ROPES 15 Ropes bus MERCED 16 Merced cpu SOFTEMU 0x01 Software Emulation -cpu PCXT2 0x0b PCXT' -cpu PCXL 0x0d PCXL -cpu PCXU 0x0e PCXU -cpu PCXL2 0x0f PCXL2 -cpu PCXUP 0x10 PCXU+ -cpu PCXW 0x11 PCXW +cpu PCXT2 0x0b PCXT' (Thunderbird') +cpu PCXL 0x0d PCXL (Hummingbird) +cpu PCXU 0x0e PCXU (Onyx) +cpu PCXL2 0x0f PCXL2 (Velociraptor) +cpu PCXUP 0x10 PCXU+ (Vulcan) +cpu PCXW 0x11 PCXW (Vulcan) +#cpu PCXWP 0x?? PCXW+ (Landshark) +#cpu PCXW2 0x?? PCXW2 (Piranha) +#cpu PCXM 0x?? PCXM (Mako) +#cpu PCXM2 0x?? PCXM2 (Mako2) fpu SOFTEMU 0x01 Software Emulation fpu INDIGO 0x02 Indigo |