diff options
author | 2005-09-06 23:49:28 +0000 | |
---|---|---|
committer | 2005-09-06 23:49:28 +0000 | |
commit | ecc4b3aa8e71d2a3295a5a9917686368627e22a2 (patch) | |
tree | a8d7263995c5fc3f90aa24668eac02ff4a93cb11 | |
parent | add robert moog (diff) | |
download | wireguard-openbsd-ecc4b3aa8e71d2a3295a5a9917686368627e22a2.tar.xz wireguard-openbsd-ecc4b3aa8e71d2a3295a5a9917686368627e22a2.zip |
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 |