diff options
author | David Krause <david@cvs.openbsd.org> | 2005-05-01 07:54:44 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2005-05-01 07:54:44 +0000 |
commit | 6e9804297a3ff083bc61d8f4b088f1d2766a559d (patch) | |
tree | 6c9b157020da5b7ffa61bf46ceb94e79192c33de /sys/arch/vax/conf | |
parent | ae3b1a99f73d24a60f403445c5d43cf581e2bf11 (diff) |
spacing; ok miod@ deraadt@
Diffstat (limited to 'sys/arch/vax/conf')
-rw-r--r-- | sys/arch/vax/conf/GENERIC | 10 | ||||
-rw-r--r-- | sys/arch/vax/conf/RAMDISK | 24 |
2 files changed, 17 insertions, 17 deletions
diff --git a/sys/arch/vax/conf/GENERIC b/sys/arch/vax/conf/GENERIC index 18c6790bead..092a70797db 100644 --- a/sys/arch/vax/conf/GENERIC +++ b/sys/arch/vax/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.38 2005/04/30 00:49:36 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.39 2005/05/01 07:54:43 david Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -9,7 +9,7 @@ # of each device driver in this file see the section 4 man page for the # device. -machine vax +machine vax include "../../../conf/GENERIC" maxusers 8 # estimated number of users @@ -75,10 +75,10 @@ smg0 at vsbus0 csr 0x200f0000 # Small monochrome display ctlr. #ry* at hdc0 drive? # RX floppies # Ibus, the internal bus on most Microvaxen -uba0 at ibus0 # Qbus adapter -ze0 at ibus0 # SGEC on-board ethernet +uba0 at ibus0 # Qbus adapter +ze0 at ibus0 # SGEC on-board ethernet le0 at ibus0 # LANCE ethernet (MV3400) -#shac0 at ibus0 # DSSI controller +#shac0 at ibus0 # DSSI controller # Devices connected at VAXBI #cpu* at bi? node? # KA820/KA825 cpu diff --git a/sys/arch/vax/conf/RAMDISK b/sys/arch/vax/conf/RAMDISK index e0c41187673..012f65fb4b8 100644 --- a/sys/arch/vax/conf/RAMDISK +++ b/sys/arch/vax/conf/RAMDISK @@ -1,6 +1,6 @@ -# $OpenBSD: RAMDISK,v 1.23 2004/09/16 09:35:37 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.24 2005/05/01 07:54:43 david Exp $ -machine vax # machine type +machine vax # machine type #makeoptions COPTS="-Os" # untested makeoptions COPTS="-O2" @@ -14,16 +14,16 @@ option MINIROOTSIZE=3072 #option VAX8200 #option VAX780 # 11/780 #option VAX750 # 11/750 -option VAX630 # MV II -option VAX650 # MV III, 3300, 3600, 3800, 3900 +option VAX630 # MV II +option VAX650 # MV III, 3300, 3600, 3800, 3900 option VAX660 # VAX 4000 200 -option VAX670 # VAX 4000 300 +option VAX670 # VAX 4000 300 option VAX680 # VAX 4000 {4,5,6,7}0{0,5}{,A} -option VAX410 # VS 2000, 3100/{30,} -option VAX43 # VS 3100/76 -option VAX46 # VS 4000/60 +option VAX410 # VS 2000, 3100/{30,} +option VAX43 # VS 3100/76 +option VAX46 # VS 4000/60 option VAX48 # VS 4000 VLC -option VAX49 # VS 4000/90 +option VAX49 # VS 4000/90 option VAX53 # VAX 4000/10{0,5,6} maxusers 8 # estimated number of users @@ -82,10 +82,10 @@ asc0 at vsbus0 csr 0x26000080 # VS4000/90 4000/10X MV3100/9X SCSI #ry* at hdc0 drive? # RX floppies # Ibus, the internal bus on most Microvaxen -uba0 at ibus0 # Qbus adapter -ze0 at ibus0 # SGEC on-board ethernet +uba0 at ibus0 # Qbus adapter +ze0 at ibus0 # SGEC on-board ethernet le0 at ibus0 # LANCE ethernet -#shac0 at ibus0 # DSSI controller +#shac0 at ibus0 # DSSI controller # Devices connected at VAXBI #cpu* at bi? node? # KA820/KA825 cpu |