diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-08-20 23:49:24 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-08-20 23:49:24 +0000 |
commit | 0e51082c704daa59ba760e67a7f7cc73ca2f7835 (patch) | |
tree | 9cf593778dc4a734f652a05ea1a66157f733b862 /sys/arch/hppa/dev/cpudevs | |
parent | 95007ea331cb3759e079da88be47ab0e9ec8766f (diff) |
be consistant w/ machdep.c on cpu names as suggested by paul weissmann
Diffstat (limited to 'sys/arch/hppa/dev/cpudevs')
-rw-r--r-- | sys/arch/hppa/dev/cpudevs | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/arch/hppa/dev/cpudevs b/sys/arch/hppa/dev/cpudevs index ff734fdafdd..c163f6c177f 100644 --- a/sys/arch/hppa/dev/cpudevs +++ b/sys/arch/hppa/dev/cpudevs @@ -1,4 +1,4 @@ -$OpenBSD: cpudevs,v 1.26 2003/08/20 18:52:40 mickey Exp $ +$OpenBSD: cpudevs,v 1.27 2003/08/20 23:49:23 mickey Exp $ /* * Copyright (c) 1998,1999 Michael Shalayeff @@ -312,12 +312,12 @@ bus ROPES 15 Ropes bus MERCED 16 Merced cpu SOFTEMU 0x01 Software Emulation -cpu PCXT2 0x0b PA7200 -cpu PCXL 0x0d PA7100LC -cpu PCXUP 0x0e PA8000 -cpu PCXL2 0x0f PA7300LC -cpu PCXUP1 0x10 PA8200 -cpu PCXW 0x11 PA8500 +cpu PCXT2 0x0b PCXT' +cpu PCXL 0x0d PCXL +cpu PCXUP 0x0e PCXU +cpu PCXL2 0x0f PCXL2 +cpu PCXUP1 0x10 PCXU+ +cpu PCXW 0x11 PCXW fpu SOFTEMU 0x01 Software Emulation fpu INDIGO 0x02 Indigo |