diff options
author | Mats O Jansson <maja@cvs.openbsd.org> | 1997-09-20 13:49:00 +0000 |
---|---|---|
committer | Mats O Jansson <maja@cvs.openbsd.org> | 1997-09-20 13:49:00 +0000 |
commit | b9666743b5985a2f6b21f7c0b615b63def92abcf (patch) | |
tree | d07053b25458bc73d38c69e418d3ad065c016511 /sys/arch/vax/conf/NANCY | |
parent | c61013152e2fb3d6a85732eedd79e77f37ff9403 (diff) |
Rename rd to hd. OpenBSD uses rd for ramdisk. -moj
Diffstat (limited to 'sys/arch/vax/conf/NANCY')
-rw-r--r-- | sys/arch/vax/conf/NANCY | 32 |
1 files changed, 18 insertions, 14 deletions
diff --git a/sys/arch/vax/conf/NANCY b/sys/arch/vax/conf/NANCY index 636a7cf858d..4c078c62dda 100644 --- a/sys/arch/vax/conf/NANCY +++ b/sys/arch/vax/conf/NANCY @@ -1,10 +1,12 @@ -# $OpenBSD: NANCY,v 1.3 1997/09/10 07:34:20 maja Exp $ +# $OpenBSD: NANCY,v 1.4 1997/09/20 13:48:59 maja Exp $ # # NANCY MV3600 configuration file. # machine vax # machine type +makeoptions DEBUG="-g" + # Here are all different supported CPU types listed. #option "VAX8600" #option "VAX8200" @@ -12,8 +14,9 @@ machine vax # machine type #option "VAX750" option "VAX630" # MV II option "VAX650" # MV III, 3600, 3800, 3900 -#option "VAX410" # VS 2000 -#option "VAX43" # VS 3100/76 +option "VAX410" # VS 2000 +option "VAX420" # VS 3100 +option "VAX43" # VS 3100/76 # Kernel identification #option GENERIC @@ -29,7 +32,7 @@ options DEVPAGER # mapped devices # Kernel compiled-in symbolic debugger & system call tracer option DDB option KTRACE -#option DIAGNOSTIC +option DIAGNOSTIC # Network support #option GATEWAY @@ -70,6 +73,8 @@ option COMPAT_12 # Kernel(s) to compile config ra0bsd root on ra0 swap on ra0 config ra2bsd root on ra2 swap on ra2 +config hd0bsd root on hd0 swap on hd0 +config nfsbsd root on nfs swap on nfs # Temporary fix for memory allocation problems in machdep.c option "NBUF=400" @@ -83,7 +88,7 @@ cpu0 at backplane0 # Only one CPU so far. #bi* at backplane0 # VAXBI bus #cmi0 at backplane0 # 11/750 internal bus. uba0 at backplane0 # MicroVAXen only have QBUS. -#vsbus0 at backplane0 # Internal "virtual" VAXstation bus +vsbus0 at backplane0 # Internal "virtual" VAXstation bus # Devices connected at VAXBI #cpu0 at bi? node? # KA820/KA825 cpu @@ -122,22 +127,21 @@ mt* at mscpbus? drive? # MSCP tape #ts0 at uba? csr 0172520 # TS11/TSV05 tape. # VS2000 builtin MFM controller (HDC9224) -#hdc0 at vsbus0 # The strange builtin MFM controller -#rd* at hdc0 drive? # The RD disk subsystem on VS2000 +hdc0 at vsbus0 # The strange builtin MFM controller +hd* at hdc0 drive? # The RD disk subsystem on VS2000 # VAXstation builtin SCSI-controller (NCR5380) -#ncr0 at vsbus0 # 1st built-in SCSI interface -#ncr1 at vsbus0 # 2nd built-in SCSI interface -#scsibus* at ncr? - -#sd* at scsibus? target? lun? -#st* at scsibus? target? lun? +ncr0 at vsbus0 # 1st built-in SCSI interface +ncr1 at vsbus0 # 2nd built-in SCSI interface +scsibus* at ncr? +sd* at scsibus? target? lun? +st* at scsibus? target? lun? # Ethernet cards #de0 at uba? csr 0174510 # DELUA/DEUNA qe0 at uba? csr 0174440 # DEQNA/DELQA -#le0 at vsbus0 # LANCE +le0 at vsbus0 # LANCE # Terminal lines dhu0 at uba? csr 0160440 # DHU-11 |