diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2005-10-12 19:16:53 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2005-10-12 19:16:53 +0000 |
commit | 9faa6ca1cd45862ee092510bd3d3821e618c572a (patch) | |
tree | 8b056e2a7dd82a67e2a66f38b53c9d83fd5809d1 /sys/arch/hppa/dev | |
parent | b48d6934c3ae42b1d0c118e7d128242f119249c6 (diff) |
add few other ancient cpu types we have not seen yet
Diffstat (limited to 'sys/arch/hppa/dev')
-rw-r--r-- | sys/arch/hppa/dev/cpudevs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/hppa/dev/cpudevs b/sys/arch/hppa/dev/cpudevs index d9f46bd5c2d..4149fb2b91c 100644 --- a/sys/arch/hppa/dev/cpudevs +++ b/sys/arch/hppa/dev/cpudevs @@ -1,4 +1,4 @@ -$OpenBSD: cpudevs,v 1.39 2005/09/06 23:49:28 mickey Exp $ +$OpenBSD: cpudevs,v 1.40 2005/10/12 19:16:52 mickey Exp $ /* * Copyright (c) 1998-2004 Michael Shalayeff @@ -308,7 +308,11 @@ bus ROPES 15 Ropes bus MERCED 16 Merced cpu SOFTEMU 0x01 Software Emulation +#cpu PCXS 0x02 PCXS (Cheetah) +#cpu PCXT 0x09 PCXT (Thunderbird) +#cpu HARP 0x0a HARP-I cpu PCXT2 0x0b PCXT' (Thunderbird') +#cpu PA50 0x0c PA-50 (Hitachi) cpu PCXL 0x0d PCXL (Hummingbird) cpu PCXU 0x0e PCXU (Onyx) cpu PCXL2 0x0f PCXL2 (Velociraptor) |