diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-05-08 16:59:29 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-05-08 16:59:29 +0000 |
commit | bd45d489f1b3978942dd76a0a5026a2b7d663284 (patch) | |
tree | 3174d5b21b748ac26ffaa8cd1d865626e9debbbb /sys/arch/pmax | |
parent | 638e58d232a750f17014e6b82a12fc8c865ea8bb (diff) |
add subtype 'mips' to machine line
Diffstat (limited to 'sys/arch/pmax')
-rw-r--r-- | sys/arch/pmax/conf/DS3100 | 2 | ||||
-rw-r--r-- | sys/arch/pmax/conf/DS5000_100 | 2 | ||||
-rw-r--r-- | sys/arch/pmax/conf/DS5000_200 | 2 | ||||
-rw-r--r-- | sys/arch/pmax/conf/DS5000_240 | 2 | ||||
-rw-r--r-- | sys/arch/pmax/conf/DS5000_25 | 2 | ||||
-rw-r--r-- | sys/arch/pmax/conf/GENERIC | 2 | ||||
-rw-r--r-- | sys/arch/pmax/conf/GENERIC.NFS | 2 | ||||
-rw-r--r-- | sys/arch/pmax/conf/GENERIC.rz0 | 2 | ||||
-rw-r--r-- | sys/arch/pmax/conf/PLUTO | 2 | ||||
-rw-r--r-- | sys/arch/pmax/conf/SUMMER | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/sys/arch/pmax/conf/DS3100 b/sys/arch/pmax/conf/DS3100 index cfe73a65038..0f3f93c6548 100644 --- a/sys/arch/pmax/conf/DS3100 +++ b/sys/arch/pmax/conf/DS3100 @@ -2,7 +2,7 @@ # DECstation (3100 or 2100) config file # -machine pmax # machine type +machine pmax mips # machine type and subtype # generic mips support option CPU_R3000 # R2000/R3000 support diff --git a/sys/arch/pmax/conf/DS5000_100 b/sys/arch/pmax/conf/DS5000_100 index 667917d3313..10ea703bdad 100644 --- a/sys/arch/pmax/conf/DS5000_100 +++ b/sys/arch/pmax/conf/DS5000_100 @@ -2,7 +2,7 @@ # DECstation 5000/100 kernel config # -machine pmax # machine type +machine pmax mips # machine type and subtype # generic mips support option CPU_R3000 # R2000/R3000 support diff --git a/sys/arch/pmax/conf/DS5000_200 b/sys/arch/pmax/conf/DS5000_200 index b4f06846c3a..c419513d6d1 100644 --- a/sys/arch/pmax/conf/DS5000_200 +++ b/sys/arch/pmax/conf/DS5000_200 @@ -2,7 +2,7 @@ # DECstation 5000/200 (KN02 motherboard, codname 3MAX) kernel config # -machine pmax # machine type +machine pmax mips # machine type and subtype # generic mips support option CPU_R3000 # R2000/R3000 support diff --git a/sys/arch/pmax/conf/DS5000_240 b/sys/arch/pmax/conf/DS5000_240 index 4c70593538d..cdb67c9438f 100644 --- a/sys/arch/pmax/conf/DS5000_240 +++ b/sys/arch/pmax/conf/DS5000_240 @@ -2,7 +2,7 @@ # DECstation 5000/240 kernel config # -machine pmax # machine type +machine pmax mips # machine type and subtype # generic mips support option CPU_R3000 # R2000/R3000 support diff --git a/sys/arch/pmax/conf/DS5000_25 b/sys/arch/pmax/conf/DS5000_25 index bc1395c5fac..811c5f239cb 100644 --- a/sys/arch/pmax/conf/DS5000_25 +++ b/sys/arch/pmax/conf/DS5000_25 @@ -2,7 +2,7 @@ # DECstation 5000/20 or 5000/25 kernel config # -machine pmax # machine type +machine pmax mips # machine type and subtype # generic mips support option CPU_R3000 # R2000/R3000 support diff --git a/sys/arch/pmax/conf/GENERIC b/sys/arch/pmax/conf/GENERIC index a9f6af9b629..f7b8a8744e9 100644 --- a/sys/arch/pmax/conf/GENERIC +++ b/sys/arch/pmax/conf/GENERIC @@ -2,7 +2,7 @@ # GENERIC kernel for the distribition simpleroot # -machine pmax # machine type +machine pmax mips # machine type and subtype # generic mips support option CPU_R3000 # R2000/R3000 support diff --git a/sys/arch/pmax/conf/GENERIC.NFS b/sys/arch/pmax/conf/GENERIC.NFS index 705ca031984..fc3e5c63d15 100644 --- a/sys/arch/pmax/conf/GENERIC.NFS +++ b/sys/arch/pmax/conf/GENERIC.NFS @@ -2,7 +2,7 @@ # GENERIC netboot / nfs root + swap kernel for the distribition simpleroot # -machine pmax # machine type +machine pmax mips # machine type and subtype # generic mips support option CPU_R3000 # R2000/R3000 support diff --git a/sys/arch/pmax/conf/GENERIC.rz0 b/sys/arch/pmax/conf/GENERIC.rz0 index 9e7ff2111f2..3a6958750cd 100644 --- a/sys/arch/pmax/conf/GENERIC.rz0 +++ b/sys/arch/pmax/conf/GENERIC.rz0 @@ -3,7 +3,7 @@ # to rz0 - required for use with zip drives for instance # -machine pmax # machine type +machine pmax mips # machine type and subtype # generic mips support option CPU_R3000 # R2000/R3000 support diff --git a/sys/arch/pmax/conf/PLUTO b/sys/arch/pmax/conf/PLUTO index 1c41cfa5d6f..644a45606ef 100644 --- a/sys/arch/pmax/conf/PLUTO +++ b/sys/arch/pmax/conf/PLUTO @@ -2,7 +2,7 @@ # PLUTO - specific config(8) file for pluto # -machine pmax +machine pmax mips option CPU_R3000 option MIPS1 diff --git a/sys/arch/pmax/conf/SUMMER b/sys/arch/pmax/conf/SUMMER index 1d81a1e2391..9e8e26aa2c6 100644 --- a/sys/arch/pmax/conf/SUMMER +++ b/sys/arch/pmax/conf/SUMMER @@ -2,7 +2,7 @@ # SUMMER - specific config(8) file for summer # -machine pmax +machine pmax mips option MIPS1 option CPU_R3000 |