diff options
author | Mats O Jansson <maja@cvs.openbsd.org> | 1997-09-10 07:34:22 +0000 |
---|---|---|
committer | Mats O Jansson <maja@cvs.openbsd.org> | 1997-09-10 07:34:22 +0000 |
commit | b54d951e2ef7846c9d629c536c557cb6f065565a (patch) | |
tree | be828d9dcb3518de20c618f49c34de2e1c8a5f23 /sys/arch/vax/conf/files.vax | |
parent | 4dc34e69cf87a6b4e9f4fda913744aa03be450b6 (diff) |
Sync with NetBSD 970516. -moj
Diffstat (limited to 'sys/arch/vax/conf/files.vax')
-rw-r--r-- | sys/arch/vax/conf/files.vax | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/sys/arch/vax/conf/files.vax b/sys/arch/vax/conf/files.vax index b9da723e2e9..47a01819acc 100644 --- a/sys/arch/vax/conf/files.vax +++ b/sys/arch/vax/conf/files.vax @@ -1,5 +1,5 @@ -# $OpenBSD: files.vax,v 1.5 1997/05/28 23:08:23 niklas Exp $ -# $NetBSD: files.vax,v 1.23 1997/01/05 18:50:27 ragge Exp $ +# $OpenBSD: files.vax,v 1.6 1997/09/10 07:34:21 maja Exp $ +# $NetBSD: files.vax,v 1.27 1997/03/15 18:11:09 is Exp $ # # new style config file for vax architecture # @@ -76,17 +76,17 @@ file arch/vax/uba/uda.c uda | mtc device de:ifnet, ether attach de at uba -file arch/vax/if/if_de.c de +file arch/vax/if/if_de.c de needs-flag # DEQNA/DELQA used on Qbus device qe:ifnet, ether attach qe at uba -file arch/vax/if/if_qe.c qe +file arch/vax/if/if_qe.c qe needs-flag # DEBNA/DEBNT Ethernet Adapter device ni:ifnet, ether attach ni at bi -file arch/vax/bi/ni.c ni +file arch/vax/bi/ni.c ni needs-flag # TS11 at UBA device ts @@ -120,11 +120,6 @@ major { sd = 20 } major { st = 21 } major { cd = 22 } -# Memory Disk for install floppy -pseudo-device md -file dev/md.c md needs-flag -major { md = 23 } - # builtin NCR5380 SCSI-controller on VAXstation device ncr: scsi, ncr5380sbc attach ncr at vsbus @@ -132,7 +127,7 @@ file arch/vax/vsa/ncr.c ncr needs-flag # LANCE ethernet controller on VAXstation attach le at vsbus -file arch/vax/if/if_le.c le +file arch/vax/if/if_le.c le needs-flag # DC367-B in VAXstation 2000/3100 (DZ-like 4-port serial line controller, # controls keyboard, mouse, modem, and printer/console) @@ -146,6 +141,9 @@ device pm attach pm at vsbus file arch/vax/vsa/pm.c pm needs-flag +device dl +attach dl at uba +file arch/vax/uba/dl.c dl needs-flag # These devices aren't tested (or even compiled!) # They are just included here to make some files happy ;) @@ -298,10 +296,11 @@ file arch/vax/uba/dh.c dh needs-count # These are general files needed for compilation. file dev/cons.c file dev/cninit.c +file dev/clock_subr.c file arch/vax/vax/locore.c file arch/vax/vax/mem.c file arch/vax/vax/clock.c -file arch/vax/vax/gencons.c vax8600|vax8200|vax780|vax750|vax630|ka650 +file arch/vax/vax/gencons.c vax8600|vax8200|vax780|vax750|vax630|vax650 file arch/vax/vax/dzcons.c vax410 | vax43 file arch/vax/vax/pmap.c file arch/vax/vax/machdep.c @@ -316,7 +315,7 @@ file arch/vax/vax/uvax.c vax630 | vax410 | vax43 file arch/vax/vax/ka630.c vax630 file arch/vax/vax/ka410.c vax410 file arch/vax/vax/ka43.c vax43 -file arch/vax/vax/emulate.s vax630 | ka650 +file arch/vax/vax/emulate.s vax630|vax650|vax410|vax420 file arch/vax/vax/ka650.c vax650 file arch/vax/vax/conf.c file arch/vax/vax/urem.s |